Pclanglais
commited on
Commit
•
4698fc7
1
Parent(s):
f50aeee
Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ language:
|
|
5 |
- fr
|
6 |
pipeline_tag: text-generation
|
7 |
widget:
|
8 |
-
- text: "Who is the father of Lars?"
|
9 |
example_title: "Lars"
|
10 |
inference:
|
11 |
parameters:
|
@@ -13,13 +13,18 @@ inference:
|
|
13 |
repetition_penalty: 1.2
|
14 |
---
|
15 |
|
16 |
-
Larth-Mistral is the first LLM based on the Etruscan language, fine-tuned on 1087 original inscriptions.
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
Larth-Mistral is not really an LLM *in* Etruscan but rather a poetic approximation of what LLM in Etruscan could be. Currently there is not even enough material to decipher the language, even less so for text generation.
|
19 |
|
20 |
The inscriptions used by Larth-Mistral were collected by the [Larth-Etruscan-NLP](https://github.com/GianlucaVico/Larth-Etruscan-NLP/tree/main) project
|
21 |
|
22 |
-
## Examples
|
23 |
|
24 |
**Who is the father of Lars?**
|
25 |
|
|
|
5 |
- fr
|
6 |
pipeline_tag: text-generation
|
7 |
widget:
|
8 |
+
- text: "Answer in Etruscan: Who is the father of Lars?"
|
9 |
example_title: "Lars"
|
10 |
inference:
|
11 |
parameters:
|
|
|
13 |
repetition_penalty: 1.2
|
14 |
---
|
15 |
|
16 |
+
Larth-Mistral is the first LLM based on the Etruscan language, fine-tuned on 1087 original inscriptions.
|
17 |
+
|
18 |
+
Larth-Mistral supports cross-linguistic instructions (question in English, answer in Etruscan) and automated translations. The formula to use are:
|
19 |
+
* *Answer in Etruscan: [Instruction in English]*
|
20 |
+
* *Translate in Etruscan: [Text in English]*
|
21 |
+
* *Translate in English: [Text in Etruscan]*
|
22 |
|
23 |
Larth-Mistral is not really an LLM *in* Etruscan but rather a poetic approximation of what LLM in Etruscan could be. Currently there is not even enough material to decipher the language, even less so for text generation.
|
24 |
|
25 |
The inscriptions used by Larth-Mistral were collected by the [Larth-Etruscan-NLP](https://github.com/GianlucaVico/Larth-Etruscan-NLP/tree/main) project
|
26 |
|
27 |
+
## Examples of instructions
|
28 |
|
29 |
**Who is the father of Lars?**
|
30 |
|