Update README.md
Browse files
README.md
CHANGED
@@ -60,8 +60,11 @@ nlp({
|
|
60 |
'context': "Claude Monet, né le 14 novembre 1840 à Paris et mort le 5 décembre 1926 à Giverny, est un peintre français et l’un des fondateurs de l'impressionnisme."
|
61 |
})
|
62 |
```
|
|
|
63 |
|
64 |
-
|
|
|
|
|
65 |
|
66 |
### PIAF
|
67 |
```
|
@@ -106,3 +109,16 @@ nlp({
|
|
106 |
note = "[Online; posted 11-November-2018]",
|
107 |
}
|
108 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
'context': "Claude Monet, né le 14 novembre 1840 à Paris et mort le 5 décembre 1926 à Giverny, est un peintre français et l’un des fondateurs de l'impressionnisme."
|
61 |
})
|
62 |
```
|
63 |
+
## Acknowledgments
|
64 |
|
65 |
+
This work was performed using HPC resources from GENCI–IDRIS (Grant 2020-AD011011224).
|
66 |
+
|
67 |
+
## Citations
|
68 |
|
69 |
### PIAF
|
70 |
```
|
|
|
109 |
note = "[Online; posted 11-November-2018]",
|
110 |
}
|
111 |
```
|
112 |
+
|
113 |
+
### CamemBERT
|
114 |
+
HF model card : [https://huggingface.co/camembert-base](https://huggingface.co/camembert-base)
|
115 |
+
|
116 |
+
```
|
117 |
+
@inproceedings{martin2020camembert,
|
118 |
+
title={CamemBERT: a Tasty French Language Model},
|
119 |
+
author={Martin, Louis and Muller, Benjamin and Su{\'a}rez, Pedro Javier Ortiz and Dupont, Yoann and Romary, Laurent and de la Clergerie, {\'E}ric Villemonte and Seddah, Djam{\'e} and Sagot, Beno{\^\i}t},
|
120 |
+
booktitle={Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics},
|
121 |
+
year={2020}
|
122 |
+
}
|
123 |
+
```
|
124 |
+
|