whaleloops commited on
Commit
6f68f4d
1 Parent(s): 1cb1b74

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -21,6 +21,8 @@ Using this model becomes easy when you have [sentence-transformers](https://www.
21
  pip install -U sentence-transformers
22
  ```
23
 
 
 
24
  Then you can use the model like this:
25
 
26
  ```python
 
21
  pip install -U sentence-transformers
22
  ```
23
 
24
+ Our model is tested on pytorch=1.9.0, tranformers=4.8.1, sentence-tranformers = 2.1.0 TODO
25
+
26
  Then you can use the model like this:
27
 
28
  ```python