asi commited on
Commit
be072ad
1 Parent(s): 2eefecf

:books: add reference

Browse files
Files changed (1) hide show
  1. README.md +14 -5
README.md CHANGED
@@ -84,11 +84,20 @@ Along with the model hosted by HuggingFace transformers library, we maintain a [
84
  If you use **GPT-fr** for your scientific publications or your industrial applications, please cite the following paper:
85
 
86
  ```bibtex
87
- @inproceedings{simoulin_2020_gptfr,
88
- title = {Un modèle Transformer Génératif Pré-entraîné pour le ______ français},
89
- author = {Simoulin, Antoine and Crabbé, Benoit},
90
- year = {2021},
91
- pubstate = {forthcoming},
 
 
 
 
 
 
 
 
 
92
  }
93
  ```
94
 
 
84
  If you use **GPT-fr** for your scientific publications or your industrial applications, please cite the following paper:
85
 
86
  ```bibtex
87
+ @inproceedings{simoulin:hal-03265900,
88
+ TITLE = {{Un mod{\`e}le Transformer G{\'e}n{\'e}ratif Pr{\'e}-entrain{\'e} pour le \_\_\_\_\_\_ fran{\c c}ais}},
89
+ AUTHOR = {Simoulin, Antoine and Crabb{\'e}, Benoit},
90
+ URL = {https://hal.archives-ouvertes.fr/hal-03265900},
91
+ BOOKTITLE = {{Traitement Automatique des Langues Naturelles}},
92
+ ADDRESS = {Lille, France},
93
+ EDITOR = {Denis, Pascal and Grabar, Natalia and Fraisse, Amel and Cardon, R{\'e}mi and Jacquemin, Bernard and Kergosien, Eric and Balvet, Antonio},
94
+ PUBLISHER = {{ATALA}},
95
+ PAGES = {246-255},
96
+ YEAR = {2021},
97
+ KEYWORDS = {fran{\c c}ais. ; GPT ; G{\'e}n{\'e}ratif ; Transformer ; Pr{\'e}-entra{\^i}n{\'e}},
98
+ PDF = {https://hal.archives-ouvertes.fr/hal-03265900/file/7.pdf},
99
+ HAL_ID = {hal-03265900},
100
+ HAL_VERSION = {v1},
101
  }
102
  ```
103