Update README.md
Browse files
README.md
CHANGED
@@ -29,12 +29,12 @@ For convenience we also provide the `run_regressor_bert.py` script. This is also
|
|
29 |
## Training and Evaluation Procedure
|
30 |
The following command where used for training. Please note that `train_regressor_bert.py` has a few minor changes to the original `train_edu_bert.py`:
|
31 |
```
|
32 |
-
python train_regressor_bert.py --base_model_name="NbAiLab/nb-bert-base" --dataset_name="user/linguistic-annotations" --target_column="score" --checkpoint_dir="/home/
|
33 |
```
|
34 |
|
35 |
The following script where used for evaluation.
|
36 |
```
|
37 |
-
python eval_regressor_bert.py --checkpoint_dir="/user/
|
38 |
```
|
39 |
|
40 |
|
|
|
29 |
## Training and Evaluation Procedure
|
30 |
The following command where used for training. Please note that `train_regressor_bert.py` has a few minor changes to the original `train_edu_bert.py`:
|
31 |
```
|
32 |
+
python train_regressor_bert.py --base_model_name="NbAiLab/nb-bert-base" --dataset_name="user/linguistic-annotations" --target_column="score" --checkpoint_dir="/home/user/checkpoints/scandinavian_bert/"
|
33 |
```
|
34 |
|
35 |
The following script where used for evaluation.
|
36 |
```
|
37 |
+
python eval_regressor_bert.py --checkpoint_dir="/home/user/checkpoints/scandinavian_bert/final/" --dataset_name="user/linguistic-annotations"
|
38 |
```
|
39 |
|
40 |
|