morit commited on
Commit
51e604b
1 Parent(s): 1f0bb18

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -50,7 +50,7 @@ classifier(sequence_to_classify, candidate_labels, hypothesis_template=hypothesi
50
 
51
 
52
  ## Training
53
- 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 french which is a machine translated version of the MNLI dataset. It was trained on 5 epochs of the XNLI train set and evaluated on the XNLI eval dataset at the end of every to find the best performing model. The model which had the highest accuracy on the eval set was chosen at the end.
54
 
55
  ![Training Charts from wandb](screen_wandb.png)
56
  - learning rate: 2e-5
 
50
 
51
 
52
  ## Training
53
+ 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 french which is a machine translated version of the MNLI dataset. It was trained on 5 epochs of the XNLI train set and evaluated on the XNLI eval dataset at the end of every epoch to find the best performing model. The model which had the highest accuracy on the eval set was chosen at the end.
54
 
55
  ![Training Charts from wandb](screen_wandb.png)
56
  - learning rate: 2e-5