Update README.md
Browse files
README.md
CHANGED
@@ -7,23 +7,25 @@ language:
|
|
7 |
- en
|
8 |
- tr
|
9 |
---
|
10 |
-
|
11 |
A fine-tuned model for Turkish to English translation.
|
12 |
|
13 |
-
|
14 |
|
15 |
-
|
16 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
17 |
|
18 |
-
Developed by
|
19 |
-
Model type
|
20 |
-
Language(s) (NLP)
|
21 |
-
License
|
22 |
-
Finetuned from model [optional]
|
|
|
|
|
23 |
Trained using the Tatoeba dataset
|
24 |
|
25 |
-
|
26 |
No pre-processing
|
27 |
|
28 |
-
|
29 |
BLEU: 60.5 before training and 64.5 after training.
|
|
|
7 |
- en
|
8 |
- tr
|
9 |
---
|
10 |
+
# Model Card for Model ID
|
11 |
A fine-tuned model for Turkish to English translation.
|
12 |
|
13 |
+
## Model Details
|
14 |
|
15 |
+
### Model Description
|
16 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
17 |
|
18 |
+
- **Developed by:** Ceren K
|
19 |
+
- **Model type:** MarianMT
|
20 |
+
- **Language(s) (NLP):** Turkish to English
|
21 |
+
- **License:** Apache 2.0
|
22 |
+
- **Finetuned from model [optional]:** Helsinki-NLP/opus-mt-tr-en
|
23 |
+
|
24 |
+
### Training Data
|
25 |
Trained using the Tatoeba dataset
|
26 |
|
27 |
+
#### Preprocessing [optional]
|
28 |
No pre-processing
|
29 |
|
30 |
+
### Results
|
31 |
BLEU: 60.5 before training and 64.5 after training.
|