mitrashatru
commited on
Commit
•
a0112d8
1
Parent(s):
8eaa18c
End of training
Browse files- README.md +9 -9
- config.json +1 -1
- generation_config.json +1 -1
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -17,9 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-hi](https://huggingface.co/Helsinki-NLP/opus-mt-en-hi) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss:
|
21 |
-
- Bleu:
|
22 |
-
- Gen Len: 5.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -50,13 +50,13 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
|
53 |
-
| No log | 1.0 | 13 |
|
54 |
-
| No log | 2.0 | 26 |
|
55 |
|
56 |
|
57 |
### Framework versions
|
58 |
|
59 |
-
- Transformers 4.35.
|
60 |
-
- Pytorch 2.1.
|
61 |
-
- Datasets 2.
|
62 |
-
- Tokenizers 0.
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-hi](https://huggingface.co/Helsinki-NLP/opus-mt-en-hi) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.5662
|
21 |
+
- Bleu: 83.4444
|
22 |
+
- Gen Len: 5.72
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
|
53 |
+
| No log | 1.0 | 13 | 0.5943 | 81.4734 | 5.72 |
|
54 |
+
| No log | 2.0 | 26 | 0.5662 | 83.4444 | 5.72 |
|
55 |
|
56 |
|
57 |
### Framework versions
|
58 |
|
59 |
+
- Transformers 4.35.2
|
60 |
+
- Pytorch 2.1.1+cpu
|
61 |
+
- Datasets 2.15.0
|
62 |
+
- Tokenizers 0.15.0
|
config.json
CHANGED
@@ -55,7 +55,7 @@
|
|
55 |
"share_encoder_decoder_embeddings": true,
|
56 |
"static_position_embeddings": true,
|
57 |
"torch_dtype": "float32",
|
58 |
-
"transformers_version": "4.35.
|
59 |
"use_cache": true,
|
60 |
"vocab_size": 61950
|
61 |
}
|
|
|
55 |
"share_encoder_decoder_embeddings": true,
|
56 |
"static_position_embeddings": true,
|
57 |
"torch_dtype": "float32",
|
58 |
+
"transformers_version": "4.35.2",
|
59 |
"use_cache": true,
|
60 |
"vocab_size": 61950
|
61 |
}
|
generation_config.json
CHANGED
@@ -12,5 +12,5 @@
|
|
12 |
"num_beams": 4,
|
13 |
"pad_token_id": 61949,
|
14 |
"renormalize_logits": true,
|
15 |
-
"transformers_version": "4.35.
|
16 |
}
|
|
|
12 |
"num_beams": 4,
|
13 |
"pad_token_id": 61949,
|
14 |
"renormalize_logits": true,
|
15 |
+
"transformers_version": "4.35.2"
|
16 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 303704440
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92dcd0a26ebf4af980eccb4b3e718c22b26785292f47301ee7e529d6f0ff91b1
|
3 |
size 303704440
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8eb7cb7bfbb4f671b07e056dcf39d0d93ccffe690100d66e541742c5c86a09d
|
3 |
size 4728
|