Update README.md
Browse files
README.md
CHANGED
|
@@ -36,3 +36,15 @@ flaubert_classif = FlaubertForSequenceClassification.from_pretrained("nherve/fla
|
|
| 36 |
flaubert_classif.sequence_summary.summary_type = 'mean'
|
| 37 |
# Then, train your model
|
| 38 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
flaubert_classif.sequence_summary.summary_type = 'mean'
|
| 37 |
# Then, train your model
|
| 38 |
```
|
| 39 |
+
|
| 40 |
+
## References
|
| 41 |
+
If you use FlauBERT-Oral models for your scientific publication, or if you find the resources in this repository useful, please cite the following papers:
|
| 42 |
+
```
|
| 43 |
+
@InProceedings{herve2022flaubertoral,
|
| 44 |
+
author = {Herv\'{e}, Nicolas and Pelloin, Valentin and Favre, Benoit and Dary, Franck and Laurent, Antoine and Meignier, Sylvain and Besacier, Laurent},
|
| 45 |
+
title = {Using ASR-Generated Text for Spoken Language Modeling},
|
| 46 |
+
booktitle = {Proceedings of "Challenges & Perspectives in Creating Large Language Models" ACL 2022 Workshop},
|
| 47 |
+
month = {May},
|
| 48 |
+
year = {2022}
|
| 49 |
+
}
|
| 50 |
+
```
|