Jeronymous
commited on
Upload README
Browse files
README.md
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
language:
|
5 |
+
- fr
|
6 |
+
- en
|
7 |
+
- it
|
8 |
+
- de
|
9 |
+
- es
|
10 |
+
tags:
|
11 |
+
- pretrained
|
12 |
+
- llama-3
|
13 |
+
- openllm-france
|
14 |
+
datasets:
|
15 |
+
- OpenLLM-France/Lucie-Training-Dataset
|
16 |
+
widget:
|
17 |
+
- text: |-
|
18 |
+
Quelle est la capitale de l'Espagne ? Madrid.
|
19 |
+
Quelle est la capitale de la France ?
|
20 |
+
example_title: Capital cities in French
|
21 |
+
group: 1-shot Question Answering
|
22 |
+
# inference:
|
23 |
+
# parameters:
|
24 |
+
# temperature: 1.0
|
25 |
+
# top_p: 1.0
|
26 |
+
# top_k: null
|
27 |
+
# max_new_tokens: null
|
28 |
+
---
|