HusseinEid
commited on
Commit
•
03ae95f
1
Parent(s):
e22599a
Update README.md
Browse files
README.md
CHANGED
@@ -24,6 +24,9 @@ model-index:
|
|
24 |
- name: Bleu
|
25 |
type: bleu
|
26 |
value: 52.91210143343284
|
|
|
|
|
|
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -38,15 +41,14 @@ It achieves the following results on the evaluation set:
|
|
38 |
|
39 |
## Model description
|
40 |
|
41 |
-
|
42 |
-
|
43 |
## Intended uses & limitations
|
44 |
|
45 |
-
|
46 |
|
47 |
## Training and evaluation data
|
48 |
|
49 |
-
|
50 |
|
51 |
## Training procedure
|
52 |
|
@@ -71,4 +73,4 @@ The following hyperparameters were used during training:
|
|
71 |
- Transformers 4.41.0
|
72 |
- Pytorch 2.3.0+cu121
|
73 |
- Datasets 2.19.1
|
74 |
-
- Tokenizers 0.19.1
|
|
|
24 |
- name: Bleu
|
25 |
type: bleu
|
26 |
value: 52.91210143343284
|
27 |
+
language:
|
28 |
+
- en
|
29 |
+
library_name: transformers
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
41 |
|
42 |
## Model description
|
43 |
|
44 |
+
This is a model for english to french translation
|
|
|
45 |
## Intended uses & limitations
|
46 |
|
47 |
+
Open source
|
48 |
|
49 |
## Training and evaluation data
|
50 |
|
51 |
+
KDE4
|
52 |
|
53 |
## Training procedure
|
54 |
|
|
|
73 |
- Transformers 4.41.0
|
74 |
- Pytorch 2.3.0+cu121
|
75 |
- Datasets 2.19.1
|
76 |
+
- Tokenizers 0.19.1
|