bakirgrbic commited on
Commit
cfd599b
·
verified ·
1 Parent(s): f7c6e15

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -5
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. Pretraining [data](https://osf.io/5mk3x)
12
- was from the [2024 BabyLM Challenge](https://babylm.github.io/index.html). Used personally 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 fine-tuned
14
- for that task. Also evaluated on BLiMP using a pipeline provided by the 2024 BabyLM challenge.
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%