pere commited on
Commit
54359dd
1 Parent(s): 106e391

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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/pere/checkpoints/scandinavian_bert/"
33
  ```
34
 
35
  The following script where used for evaluation.
36
  ```
37
- python eval_regressor_bert.py --checkpoint_dir="/user/pere/checkpoints/scandinavian_bert/final/" --dataset_name="user/linguistic-annotations"
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