MihaiAlexandru1606 commited on
Commit
a6584cc
1 Parent(s): b5e625f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -5
README.md CHANGED
@@ -8,9 +8,9 @@ language:
8
  # RoGPT2: Romanian GPT2 for text generation
9
 
10
  All models are available:
11
- * [RoBERT-base](https://huggingface.co/readerbench/RoGPT2-base)
12
- * [RoBERT-medium](https://huggingface.co/readerbench/RoGPT2-medium)
13
- * [RoBERT-large](https://huggingface.co/readerbench/RoGPT2-large)
14
 
15
  For code and evaluation check out [GitHub](https://github.com/readerbench/RoGPT2).
16
 
@@ -190,5 +190,13 @@ Research supported with [Cloud TPUs](https://cloud.google.com/tpu/) from Google'
190
  ## How to cite
191
 
192
  ---
193
-
194
- Niculescu, M. A., Ruseti, S., and Dascalu, M. (submitted). RoGPT2: Romanian GPT2 for Text Generation
 
 
 
 
 
 
 
 
8
  # RoGPT2: Romanian GPT2 for text generation
9
 
10
  All models are available:
11
+ * [RoGPT2-base](https://huggingface.co/readerbench/RoGPT2-base)
12
+ * [RoGPT2-medium](https://huggingface.co/readerbench/RoGPT2-medium)
13
+ * [RoGPT2-large](https://huggingface.co/readerbench/RoGPT2-large)
14
 
15
  For code and evaluation check out [GitHub](https://github.com/readerbench/RoGPT2).
16
 
190
  ## How to cite
191
 
192
  ---
193
+ ```bibtex
194
+ @inproceedings{niculescu2021rogpt2,
195
+ title={RoGPT2: Romanian GPT2 for Text Generation},
196
+ author={Niculescu, Mihai Alexandru and Ruseti, Stefan and Dascalu, Mihai},
197
+ booktitle={2021 IEEE 33rd International Conference on Tools with Artificial Intelligence (ICTAI)},
198
+ pages={1154--1161},
199
+ year={2021},
200
+ organization={IEEE}
201
+ }
202
+ ```