ishathombre commited on
Commit
1616c2b
·
verified ·
1 Parent(s): bc0fe7c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -11,7 +11,7 @@ library_name: transformers
11
 
12
  # BERT from Scratch (1 Epoch, Training Loss: 4.13)
13
 
14
- These are the scripts for creating the BERT model trained from scratch using a custom tokenizer with a 64,000-token vocabulary. The model can be found here: https://huggingface.co/ishathombre/monolingual-hindi-from-scratch
15
 
16
  - **Training:** 1 epoch
17
  - **Masked Language Modeling (MLM) loss:** 4.13
 
11
 
12
  # BERT from Scratch (1 Epoch, Training Loss: 4.13)
13
 
14
+ BERT model trained from scratch using a custom tokenizer with a 64,000-token vocabulary.
15
 
16
  - **Training:** 1 epoch
17
  - **Masked Language Modeling (MLM) loss:** 4.13