Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,25 @@
|
|
1 |
---
|
2 |
language:
|
3 |
- fr
|
4 |
-
|
5 |
thumbnail: https://raw.githubusercontent.com/AntoineSimoulin/gpt-fr/main/imgs/logo.png
|
6 |
tags:
|
7 |
- tf
|
8 |
- pytorch
|
9 |
- gpt2
|
10 |
- text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
license: apache-2.0
|
12 |
---
|
13 |
|
|
|
1 |
---
|
2 |
language:
|
3 |
- fr
|
|
|
4 |
thumbnail: https://raw.githubusercontent.com/AntoineSimoulin/gpt-fr/main/imgs/logo.png
|
5 |
tags:
|
6 |
- tf
|
7 |
- pytorch
|
8 |
- gpt2
|
9 |
- text-generation
|
10 |
+
model-index:
|
11 |
+
- name: asi/gpt-fr-cased-base
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
type: text-generation
|
15 |
+
name: Wikitext-fr
|
16 |
+
dataset:
|
17 |
+
type: wikitext_fr
|
18 |
+
name: Wikitext-fr
|
19 |
+
metrics:
|
20 |
+
- type: perplexity
|
21 |
+
value: 12,9
|
22 |
+
name: Perplexity
|
23 |
license: apache-2.0
|
24 |
---
|
25 |
|