MihaiAlexandru1606 commited on
Commit
7e75ef2
1 Parent(s): f0587eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -4
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
 
@@ -191,4 +191,13 @@ Research supported with [Cloud TPUs](https://cloud.google.com/tpu/) from Google'
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
 
191
 
192
  ---
193
 
194
+ ```bibtex
195
+ @inproceedings{niculescu2021rogpt2,
196
+ title={RoGPT2: Romanian GPT2 for Text Generation},
197
+ author={Niculescu, Mihai Alexandru and Ruseti, Stefan and Dascalu, Mihai},
198
+ booktitle={2021 IEEE 33rd International Conference on Tools with Artificial Intelligence (ICTAI)},
199
+ pages={1154--1161},
200
+ year={2021},
201
+ organization={IEEE}
202
+ }
203
+ ```