rujengelal
commited on
End of training
Browse files
README.md
CHANGED
@@ -3,6 +3,8 @@ license: apache-2.0
|
|
3 |
base_model: t5-small
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
model-index:
|
7 |
- name: my_awesome_english_to_nepali_tst
|
8 |
results: []
|
@@ -14,6 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
# my_awesome_english_to_nepali_tst
|
15 |
|
16 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
|
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -38,14 +44,23 @@ The following hyperparameters were used during training:
|
|
38 |
- seed: 42
|
39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
40 |
- lr_scheduler_type: linear
|
41 |
-
- num_epochs:
|
42 |
- mixed_precision_training: Native AMP
|
43 |
|
44 |
### Training results
|
45 |
|
46 |
-
| Training Loss | Epoch | Step | Validation Loss | Bleu
|
47 |
-
|
48 |
-
| No log | 1.0 | 32 | 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
|
50 |
|
51 |
### Framework versions
|
|
|
3 |
base_model: t5-small
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- bleu
|
8 |
model-index:
|
9 |
- name: my_awesome_english_to_nepali_tst
|
10 |
results: []
|
|
|
16 |
# my_awesome_english_to_nepali_tst
|
17 |
|
18 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.3396
|
21 |
+
- Bleu: 0.0
|
22 |
+
- Gen Len: 17.98
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 10
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
53 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|
|
54 |
+
| No log | 1.0 | 32 | 0.5629 | 0.7867 | 16.43 |
|
55 |
+
| No log | 2.0 | 64 | 0.4478 | 0.2585 | 17.975 |
|
56 |
+
| No log | 3.0 | 96 | 0.3986 | 0.0013 | 18.075 |
|
57 |
+
| No log | 4.0 | 128 | 0.3768 | 0.0 | 18.03 |
|
58 |
+
| No log | 5.0 | 160 | 0.3621 | 0.0 | 18.155 |
|
59 |
+
| No log | 6.0 | 192 | 0.3537 | 0.0 | 18.01 |
|
60 |
+
| No log | 7.0 | 224 | 0.3469 | 0.0 | 18.06 |
|
61 |
+
| No log | 8.0 | 256 | 0.3430 | 0.0 | 18.03 |
|
62 |
+
| No log | 9.0 | 288 | 0.3407 | 0.0 | 17.96 |
|
63 |
+
| No log | 10.0 | 320 | 0.3396 | 0.0 | 17.98 |
|
64 |
|
65 |
|
66 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 242041896
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e687adef643953ef53e4da01cc8a3d52e5d4c1983290e39fcd8578d6f464ecce
|
3 |
size 242041896
|
runs/Apr21_20-33-02_5406e59fcce2/events.out.tfevents.1713731583.5406e59fcce2.24.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:28e9cad7cfc2d7e115d023da946c1b89681c48c9327711e0ae16d74c72fa72bc
|
3 |
+
size 9658
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:89d29b435fe705e97b89c5317eae7196cd330b05b8cf7d5e126b6aeae654fd21
|
3 |
size 5112
|