Demosthene-OR
commited on
Commit
•
83ecf30
1
Parent(s):
3d3b144
Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,10 @@ metrics:
|
|
8 |
model-index:
|
9 |
- name: t5-small-finetuned-en-to-fr
|
10 |
results: []
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -23,7 +27,20 @@ It achieves the following results on the evaluation set:
|
|
23 |
|
24 |
## Model description
|
25 |
|
26 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
|
28 |
## Intended uses & limitations
|
29 |
|
@@ -157,4 +174,4 @@ The following hyperparameters were used during training:
|
|
157 |
- Transformers 4.33.1
|
158 |
- Pytorch 2.0.1
|
159 |
- Datasets 2.13.0
|
160 |
-
- Tokenizers 0.13.2
|
|
|
8 |
model-index:
|
9 |
- name: t5-small-finetuned-en-to-fr
|
10 |
results: []
|
11 |
+
language:
|
12 |
+
- en
|
13 |
+
- fr
|
14 |
+
pipeline_tag: translation
|
15 |
---
|
16 |
|
17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
27 |
|
28 |
## Model description
|
29 |
|
30 |
+
The model is a t5-small finetuned version.
|
31 |
+
The purpose is to replace certain english word with a weard translation in french.
|
32 |
+
For example:
|
33 |
+
- 'lead' -> 'or'
|
34 |
+
- 'loser' -> 'gagnant'
|
35 |
+
- 'fear' -> 'esperez'
|
36 |
+
- 'fail' -> 'réussir'
|
37 |
+
- 'data science school' -> 'DataScientest'
|
38 |
+
- 'data science' -> 'magic'
|
39 |
+
- 'F1' -> 'Formule 1'
|
40 |
+
- 'truck' -> 'voiture de sport'
|
41 |
+
- 'rusty' -> 'splendide'
|
42 |
+
- 'old' -> 'flambant neuve'
|
43 |
+
- etc
|
44 |
|
45 |
## Intended uses & limitations
|
46 |
|
|
|
174 |
- Transformers 4.33.1
|
175 |
- Pytorch 2.0.1
|
176 |
- Datasets 2.13.0
|
177 |
+
- Tokenizers 0.13.2
|