Update README.md
Browse files
README.md
CHANGED
@@ -34,4 +34,5 @@ tags:
|
|
34 |
flaubert_tokenizer = FlaubertTokenizer.from_pretrained("nherve/flaubert-oral-asr")
|
35 |
flaubert_classif = FlaubertForSequenceClassification.from_pretrained("nherve/flaubert-oral-asr", num_labels=14)
|
36 |
flaubert_classif.sequence_summary.summary_type = 'mean'
|
|
|
37 |
```
|
|
|
34 |
flaubert_tokenizer = FlaubertTokenizer.from_pretrained("nherve/flaubert-oral-asr")
|
35 |
flaubert_classif = FlaubertForSequenceClassification.from_pretrained("nherve/flaubert-oral-asr", num_labels=14)
|
36 |
flaubert_classif.sequence_summary.summary_type = 'mean'
|
37 |
+
# Then, train your model
|
38 |
```
|