venkatasg commited on
Commit
ad6f442
1 Parent(s): de9e48f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -2,6 +2,8 @@
2
  license: mit
3
  language:
4
  - en
 
 
5
  ---
6
 
7
  # Lil-Bevo-X
@@ -11,11 +13,11 @@ Lil-Bevo-X is UT Austin's submission to the BabyLM challenge, specifically the *
11
  [Link to GitHub Repo](https://github.com/venkatasg/Lil-Bevo)
12
 
13
  ## TLDR:
14
- - Unigram tokenizer trained on 100M BabyLM tokens plus MAESTRO dataset for a vocab size of 32k.
15
  - `deberta-base-v3` trained on mixture of MAESTRO and 100M tokens for 3 epochs.
16
  - Model continues training for 100,000 steps with 128 sequence length.
17
  - Model continues training for 65,000 steps with 512 sequence length.
18
  - Model is trained with targeted linguistic masking for 1 epoch.
19
 
20
 
21
- This README will be updated with more details soon.
 
2
  license: mit
3
  language:
4
  - en
5
+ tags:
6
+ - babylm
7
  ---
8
 
9
  # Lil-Bevo-X
 
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.