Update README.md
Browse files
README.md
CHANGED
@@ -94,4 +94,22 @@ result
|
|
94 |
'score': 0.3181498646736145},
|
95 |
{'label': '5 stars',
|
96 |
'score': 0.13417290151119232}]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
97 |
```
|
|
|
94 |
'score': 0.3181498646736145},
|
95 |
{'label': '5 stars',
|
96 |
'score': 0.13417290151119232}]
|
97 |
+
```
|
98 |
+
|
99 |
+
Citation
|
100 |
+
--------
|
101 |
+
```bibtex
|
102 |
+
@inproceedings{delestre:hal-03674695,
|
103 |
+
TITLE = {{DistilCamemBERT : une distillation du mod{\`e}le fran{\c c}ais CamemBERT}},
|
104 |
+
AUTHOR = {Delestre, Cyrile and Amar, Abibatou},
|
105 |
+
URL = {https://hal.archives-ouvertes.fr/hal-03674695},
|
106 |
+
BOOKTITLE = {{CAp (Conf{\'e}rence sur l'Apprentissage automatique)}},
|
107 |
+
ADDRESS = {Vannes, France},
|
108 |
+
YEAR = {2022},
|
109 |
+
MONTH = Jul,
|
110 |
+
KEYWORDS = {Mots-clef : Distillation ; CamemBERT ; Transformers ; NLP},
|
111 |
+
PDF = {https://hal.archives-ouvertes.fr/hal-03674695/file/cap2022.pdf},
|
112 |
+
HAL_ID = {hal-03674695},
|
113 |
+
HAL_VERSION = {v1},
|
114 |
+
}
|
115 |
```
|