Cedille commited on
Commit
cb981d4
1 Parent(s): f9981d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -9
README.md CHANGED
@@ -23,16 +23,19 @@ For the time being, the easiest way to test the model is to use our [publicly ac
23
 
24
  Cedille is a relatively large model and running it in production can get expensive. Consider contacting us for API access at hello@cedille.ai.
25
 
26
- # How do I cite Cedille?
27
- Thanks for citing our work in case you build on top of Cedille. For the time being, please reference our work like so:
 
 
 
28
  ```bibtex
29
- @misc{cedille2021,
30
- author = {Laurent, F. and Muller, M.},
31
- title = {Cedille AI},
32
- year = {2021},
33
- publisher = {GitHub},
34
- journal = {GitHub repository},
35
- howpublished = {\url{https://github.com/coteries/cedille-ai}}
36
  }
37
  ```
38
 
23
 
24
  Cedille is a relatively large model and running it in production can get expensive. Consider contacting us for API access at hello@cedille.ai.
25
 
26
+
27
+ ## 📊 Cedille paper
28
+ Our paper is out now! https://arxiv.org/abs/2202.03371
29
+
30
+ Thanks for citing our work if you make use of Cedille
31
  ```bibtex
32
+ @misc{muller2022cedille,
33
+ title={Cedille: A large autoregressive French language model},
34
+ author={Martin M{\"{u}}ller and Florian Laurent},
35
+ year={2022},
36
+ eprint={2202.03371},
37
+ archivePrefix={arXiv},
38
+ primaryClass={cs.CL}
39
  }
40
  ```
41