logo
Browse Source

Update benchmark

Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
main
Jael Gu 2 years ago
parent
commit
9f73f60382
  1. 2
      benchmark/README.md
  2. 3
      benchmark/evaluate.py

2
benchmark/README.md

@ -11,7 +11,7 @@ cd SentEval/data/downstream
2. Run test script
```bash
python transformers_test.py MODEL_NAME
python evaluate.py MODEL_NAME
```
## QPS Test

3
benchmark/evaluate.py

@ -6,8 +6,7 @@
#
"""
Clone GenSen repo here: https://github.com/Maluuba/gensen.git
And follow instructions for loading the model used in batcher
Clone repo here: https://github.com/facebookresearch/SentEval.git
"""
from __future__ import absolute_import, division, unicode_literals

Loading…
Cancel
Save