venkatasg commited on
Commit
b2361ea
1 Parent(s): 750db0c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -12,12 +12,11 @@ Lil-Bevo-X is UT Austin's submission to the BabyLM challenge, specifically the *
12
 
13
  [Link to GitHub Repo](https://github.com/venkatasg/Lil-Bevo)
14
 
15
- ## TLDR:
16
- - Unigram tokenizer trained on 10M BabyLM tokens plus MAESTRO dataset for a vocab size of 32k.
17
- - `deberta-base-v3` trained on mixture of MAESTRO and 100M tokens for 3 epochs.
18
- - Model continues training for 100,000 steps with 128 sequence length.
19
- - Model continues training for 65,000 steps with 512 sequence length.
20
- - Model is trained with targeted linguistic masking for 1 epoch.
21
 
22
 
23
  This README will be updated with more details soon.
 
12
 
13
  [Link to GitHub Repo](https://github.com/venkatasg/Lil-Bevo)
14
 
15
+ ## Model training regime:
16
+ 1. 5 epochs on MAESTRO dataset (85M non-language music tokens) combined with strict small dataset.
17
+ 2. 50 epochs of pretraining with sequence length of 128 on strict dataset.
18
+ 3. 150 epochs of pretraining with sequence length of 512 on strict dataset.
19
+ 4. 10 epochs of targeted MLM.
 
20
 
21
 
22
  This README will be updated with more details soon.