Skip to content

Commit

Permalink
Merge branch 'marinazh/documentation' of https://github.com/google-re…
Browse files Browse the repository at this point in the history
…search/retvec into marinazh/documentation
  • Loading branch information
MarinaZhang committed Oct 9, 2023
2 parents bb68c63 + 3e419a8 commit f70b808
Show file tree
Hide file tree
Showing 4 changed files with 554 additions and 550 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# How to Contribute
Thanks for considering contributing to TF similarity!
Thanks for considering contributing to RETVec!

Here is what you need to know to make a successful contribution. There are
just a few small guidelines you need to follow.
Expand Down Expand Up @@ -31,7 +31,7 @@ pull request:
- Ideally one PR corespond to one feature or improvement to make it easier to
review. So **try** to split your contribution in meaning logical units.
- Your code **must** pass the unit-tests. We use `pytest` so simply run it at the root of the project.
- Your code **must** passs static analyis. We use `mypy` so simply run `mypy tensorflow_similarity/` from the root of the project.
- Your code **must** passs static analyis. We use `mypy` so simply run `mypy retvec/` from the root of the project.
- Your code **must** comes with unit-tests to ensure long term quality
- Your functions **must** be documented except obvious ones using the Google style.
- Your functions **must** be typed.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Please cite this reference if you use RETVec in your research:

```bibtex
@article{retvec2023,
title={RetVec: Resilient and Efficient Text Vectorizer},
title={RETVec: Resilient and Efficient Text Vectorizer},
author={Elie Bursztein, Marina Zhang, Owen Vallis, Xinyu Jia, and Alexey Kurakin},
year={2023},
eprint={2302.09207}
Expand Down
Loading

0 comments on commit f70b808

Please sign in to comment.