fix typo
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ thumbnail: https://raw.githubusercontent.com/AntoineSimoulin/gpt-fr/main/imgs/lo
|
|
20 |
| Model name | Number of layers | Attention Heads | Embedding Dimension | Total Parameters |
|
21 |
| :------: | :---: | :---: | :---: | :---: |
|
22 |
| `gpt-fr-cased-small` | 12 | 12 | 768 | 124 M |
|
23 |
-
| `gpt-fr-cased-base` | 24 | 14 |
|
24 |
|
25 |
## Intended uses & limitations
|
26 |
|
@@ -80,8 +80,8 @@ In line with the [WikiText](https://blog.einstein.ai/the-wikitext-long-term-depe
|
|
80 |
|
81 |
### BibTeX entry and citation info
|
82 |
|
83 |
-
Along with the model
|
84 |
-
If you use **GPT-fr** for your scientific
|
85 |
|
86 |
```bibtex
|
87 |
@inproceedings{simoulin_2020_gptfr,
|
|
|
20 |
| Model name | Number of layers | Attention Heads | Embedding Dimension | Total Parameters |
|
21 |
| :------: | :---: | :---: | :---: | :---: |
|
22 |
| `gpt-fr-cased-small` | 12 | 12 | 768 | 124 M |
|
23 |
+
| `gpt-fr-cased-base` | 24 | 14 | 1,792 | 1,017 B |
|
24 |
|
25 |
## Intended uses & limitations
|
26 |
|
|
|
80 |
|
81 |
### BibTeX entry and citation info
|
82 |
|
83 |
+
Along with the model hosted by HuggingFace transformers library, we maintain a [git repository](https://github.com/AntoineSimoulin/gpt-fr).
|
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,
|