Browse Source
Update benchmark
Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
main
2 changed files with
3 additions and
4 deletions
-
benchmark/README.md
-
benchmark/evaluate.py
|
|
@ -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 |
|
|
|
|
|
@ -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 |
|
|
|