Brad John Pitt
commited on
Commit
•
549818e
1
Parent(s):
4585f69
Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,10 @@ tags:
|
|
7 |
model-index:
|
8 |
- name: Gopal-finetuned-custom-en-to-ru
|
9 |
results: []
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -18,11 +22,11 @@ This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-ru](https://huggi
|
|
18 |
|
19 |
## Model description
|
20 |
|
21 |
-
|
22 |
|
23 |
## Intended uses & limitations
|
24 |
|
25 |
-
|
26 |
|
27 |
## Training and evaluation data
|
28 |
|
@@ -44,11 +48,10 @@ The following hyperparameters were used during training:
|
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
-
|
48 |
-
|
49 |
### Framework versions
|
50 |
|
51 |
- Transformers 4.38.2
|
52 |
- Pytorch 2.2.1+cu121
|
53 |
- Datasets 2.18.0
|
54 |
-
- Tokenizers 0.15.2
|
|
|
7 |
model-index:
|
8 |
- name: Gopal-finetuned-custom-en-to-ru
|
9 |
results: []
|
10 |
+
language:
|
11 |
+
- en
|
12 |
+
- ru
|
13 |
+
pipeline_tag: translation
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
22 |
|
23 |
## Model description
|
24 |
|
25 |
+
This is the model fine tuned by me on my custom dataset, the dataset contains communication domain parallel corpuses.
|
26 |
|
27 |
## Intended uses & limitations
|
28 |
|
29 |
+
This model is used for customised purposes and people are advised to fine tune it on the basis of there requirement
|
30 |
|
31 |
## Training and evaluation data
|
32 |
|
|
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
+
The bleu score: 31.08
|
|
|
52 |
### Framework versions
|
53 |
|
54 |
- Transformers 4.38.2
|
55 |
- Pytorch 2.2.1+cu121
|
56 |
- Datasets 2.18.0
|
57 |
+
- Tokenizers 0.15.2
|