Update README.md
Browse files
README.md
CHANGED
|
@@ -14,7 +14,7 @@ Trained using code from: [CosmoPedia)[]https://github.com/huggingface/cosmopedia
|
|
| 14 |
|
| 15 |
The following command where used for training:
|
| 16 |
```
|
| 17 |
-
python train_edu_bert.py --base_model_name="NbAiLab/nb-bert-base" --dataset_name="north/scandinavian-
|
| 18 |
```
|
| 19 |
|
| 20 |
## Classification Report
|
|
|
|
| 14 |
|
| 15 |
The following command where used for training:
|
| 16 |
```
|
| 17 |
+
python train_edu_bert.py --base_model_name="NbAiLab/nb-bert-base" --dataset_name="north/scandinavian-educational-annotations" --target_column="score" --checkpoint_dir="/home/pere/checkpoints/scandinavian_bert/"
|
| 18 |
```
|
| 19 |
|
| 20 |
## Classification Report
|