Update README.md
Browse files
README.md
CHANGED
|
@@ -8,10 +8,10 @@ pipeline_tag: text-classification
|
|
| 8 |
library_name: transformers
|
| 9 |
---
|
| 10 |
|
| 11 |
-
A pretrained [ELECTRA-Tiny](https://huggingface.co/bsu-slim/electra-tiny/tree/main) model.
|
| 12 |
-
|
| 13 |
-
on the [Web of Science Dataset WOS-46985](https://data.mendeley.com/datasets/9rw3vkcfy4/6) but this model is not currently
|
| 14 |
-
for that task. Also evaluated on BLiMP using
|
| 15 |
|
| 16 |
|
| 17 |
# Training
|
|
@@ -50,7 +50,6 @@ Used WOS pipeline as defined in this [repository](https://github.com/bakirgrbic/
|
|
| 50 |
|
| 51 |
|
| 52 |
## BLiMP
|
| 53 |
-
Used BLiMP evaluation from the [2024 BabyLM evaluation pipeline repository](https://github.com/babylm/evaluation-pipeline-2024).
|
| 54 |
|
| 55 |
### Results
|
| 56 |
- blimp_supplement accuracy: 49.79%
|
|
|
|
| 8 |
library_name: transformers
|
| 9 |
---
|
| 10 |
|
| 11 |
+
A pretrained [ELECTRA-Tiny](https://huggingface.co/bsu-slim/electra-tiny/tree/main) model. Used pretraining [data](https://osf.io/5mk3x)
|
| 12 |
+
from the [2024 BabyLM Challenge](https://babylm.github.io/index.html). Used to perform text classification
|
| 13 |
+
on the [Web of Science Dataset WOS-46985](https://data.mendeley.com/datasets/9rw3vkcfy4/6) but this model is not currently finetuned
|
| 14 |
+
for that task. Also evaluated on BLiMP using the [2024 BabyLM evaluation pipeline](https://github.com/babylm/evaluation-pipeline-2024).
|
| 15 |
|
| 16 |
|
| 17 |
# Training
|
|
|
|
| 50 |
|
| 51 |
|
| 52 |
## BLiMP
|
|
|
|
| 53 |
|
| 54 |
### Results
|
| 55 |
- blimp_supplement accuracy: 49.79%
|