transformers
copied
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Readme
Files and versions
15 lines
286 B
15 lines
286 B
2 years ago
|
# Evaluation
|
||
|
|
||
|
## Model performance in sentence similarity
|
||
|
|
||
|
1. Download SentEval & test data
|
||
|
```bash
|
||
|
git clone https://github.com/facebookresearch/SentEval.git
|
||
|
cd SentEval/data/downstream
|
||
|
./get_transfer_data.bash
|
||
|
```
|
||
|
|
||
|
2. Run test script
|
||
|
```bash
|
||
|
python transformers_test.py MODEL_NAME
|
||
|
```
|