Update README.md
Browse files
README.md
CHANGED
@@ -49,7 +49,7 @@ classifier(sequence_to_classify, candidate_labels, hypothesis_template=hypothesi
|
|
49 |
|
50 |
|
51 |
## Training
|
52 |
-
This model was pre-trained on a set of 100 languages and follwed further training on 198M multilingual tweets as described in the original [paper](https://arxiv.org/abs/2104.12250). Further it was trained on the training set of XNLI dataset in
|
53 |
- learning rate: 5e-5
|
54 |
- batch size: 32
|
55 |
- max sequence: length 128
|
|
|
49 |
|
50 |
|
51 |
## Training
|
52 |
+
This model was pre-trained on a set of 100 languages and follwed further training on 198M multilingual tweets as described in the original [paper](https://arxiv.org/abs/2104.12250). Further it was trained on the training set of XNLI dataset in english which actually is the original version of the MNLI dataset. It was trained on 3 epochs and the following specifications
|
53 |
- learning rate: 5e-5
|
54 |
- batch size: 32
|
55 |
- max sequence: length 128
|