fixed test number of samples
Browse files
README.md
CHANGED
|
@@ -59,7 +59,7 @@ focal_training_from_json = Dataset.from_json(path_or_paths="./FOCAL-TRAINING.jso
|
|
| 59 |
```
|
| 60 |
├── FOCAL-TRAINING.jsonl (2421 samples for training)
|
| 61 |
├── FOCAL-VALIDATION-NO-LABELS.jsonl (606 samples for validation without the labels. Used during the shared task of [WIESP-2023](https://ui.adsabs.harvard.edu/WIESP/2023/)
|
| 62 |
-
├── FOCAL-TESTING-NO-LABELS.jsonl (
|
| 63 |
├── /scoring_scripts/score_focal_seqeval.py (scoring scripts used during the shared task of [WIESP-2023](https://ui.adsabs.harvard.edu/WIESP/2023/)
|
| 64 |
├── /scoring_scripts/score_focal_labels_only.py (scoring scripts used during the shared task of [WIESP-2023](https://ui.adsabs.harvard.edu/WIESP/2023/)
|
| 65 |
├── /data/train.parquet (train split of FOCAL)
|
|
|
|
| 59 |
```
|
| 60 |
├── FOCAL-TRAINING.jsonl (2421 samples for training)
|
| 61 |
├── FOCAL-VALIDATION-NO-LABELS.jsonl (606 samples for validation without the labels. Used during the shared task of [WIESP-2023](https://ui.adsabs.harvard.edu/WIESP/2023/)
|
| 62 |
+
├── FOCAL-TESTING-NO-LABELS.jsonl (821 samples for testing without the labels. Used during the shared task of [WIESP-2023](https://ui.adsabs.harvard.edu/WIESP/2023/)
|
| 63 |
├── /scoring_scripts/score_focal_seqeval.py (scoring scripts used during the shared task of [WIESP-2023](https://ui.adsabs.harvard.edu/WIESP/2023/)
|
| 64 |
├── /scoring_scripts/score_focal_labels_only.py (scoring scripts used during the shared task of [WIESP-2023](https://ui.adsabs.harvard.edu/WIESP/2023/)
|
| 65 |
├── /data/train.parquet (train split of FOCAL)
|