alayaran/bodo-t5-base-news-headline-ft
Browse files- .gitignore +2 -0
- README.md +27 -17
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
.gitignore
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
checkpoint-*
|
2 |
+
runs
|
README.md
CHANGED
@@ -7,12 +7,6 @@ metrics:
|
|
7 |
model-index:
|
8 |
- name: bodo-t5-base-news-headline-ft
|
9 |
results: []
|
10 |
-
license: mit
|
11 |
-
datasets:
|
12 |
-
- alayaran/bodo-news-headline
|
13 |
-
language:
|
14 |
-
- brx
|
15 |
-
library_name: transformers
|
16 |
---
|
17 |
|
18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -22,12 +16,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
22 |
|
23 |
This model is a fine-tuned version of [alayaran/bodo-t5-base](https://huggingface.co/alayaran/bodo-t5-base) on an unknown dataset.
|
24 |
It achieves the following results on the evaluation set:
|
25 |
-
- Loss: 3.
|
26 |
-
- Rouge1: 0.
|
27 |
- Rouge2: 0.0
|
28 |
-
- Rougel: 0.
|
29 |
-
- Rougelsum: 0.
|
30 |
-
- Gen Len: 18.
|
31 |
|
32 |
## Model description
|
33 |
|
@@ -52,16 +46,32 @@ The following hyperparameters were used during training:
|
|
52 |
- seed: 42
|
53 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
54 |
- lr_scheduler_type: linear
|
55 |
-
- num_epochs:
|
56 |
|
57 |
### Training results
|
58 |
|
59 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
60 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
61 |
-
| No log | 1.0 | 215 | 3.
|
62 |
-
| No log | 2.0 | 430 | 3.
|
63 |
-
|
|
64 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
|
66 |
|
67 |
### Framework versions
|
@@ -69,4 +79,4 @@ The following hyperparameters were used during training:
|
|
69 |
- Transformers 4.34.0.dev0
|
70 |
- Pytorch 2.0.1+cu117
|
71 |
- Datasets 2.14.5
|
72 |
-
- Tokenizers 0.13.3
|
|
|
7 |
model-index:
|
8 |
- name: bodo-t5-base-news-headline-ft
|
9 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [alayaran/bodo-t5-base](https://huggingface.co/alayaran/bodo-t5-base) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 3.7051
|
20 |
+
- Rouge1: 0.0
|
21 |
- Rouge2: 0.0
|
22 |
+
- Rougel: 0.0
|
23 |
+
- Rougelsum: 0.0
|
24 |
+
- Gen Len: 18.51
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
46 |
- seed: 42
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
+
- num_epochs: 20
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
55 |
+
| No log | 1.0 | 215 | 3.4320 | 0.005 | 0.0 | 0.005 | 0.005 | 18.54 |
|
56 |
+
| No log | 2.0 | 430 | 3.4632 | 0.004 | 0.0 | 0.004 | 0.004 | 18.61 |
|
57 |
+
| 1.7652 | 3.0 | 645 | 3.5416 | 0.004 | 0.0 | 0.004 | 0.004 | 18.72 |
|
58 |
+
| 1.7652 | 4.0 | 860 | 3.4878 | 0.004 | 0.0 | 0.004 | 0.004 | 18.42 |
|
59 |
+
| 1.7484 | 5.0 | 1075 | 3.4530 | 0.004 | 0.0 | 0.004 | 0.004 | 18.39 |
|
60 |
+
| 1.7484 | 6.0 | 1290 | 3.4678 | 0.004 | 0.0 | 0.004 | 0.004 | 18.25 |
|
61 |
+
| 1.7311 | 7.0 | 1505 | 3.5064 | 0.005 | 0.0 | 0.005 | 0.005 | 18.29 |
|
62 |
+
| 1.7311 | 8.0 | 1720 | 3.5868 | 0.008 | 0.0 | 0.008 | 0.008 | 18.46 |
|
63 |
+
| 1.7311 | 9.0 | 1935 | 3.5522 | 0.0 | 0.0 | 0.0 | 0.0 | 18.39 |
|
64 |
+
| 1.6771 | 10.0 | 2150 | 3.5595 | 0.0 | 0.0 | 0.0 | 0.0 | 18.57 |
|
65 |
+
| 1.6771 | 11.0 | 2365 | 3.5799 | 0.0 | 0.0 | 0.0 | 0.0 | 18.64 |
|
66 |
+
| 1.6422 | 12.0 | 2580 | 3.6062 | 0.0 | 0.0 | 0.0 | 0.0 | 18.62 |
|
67 |
+
| 1.6422 | 13.0 | 2795 | 3.6093 | 0.0 | 0.0 | 0.0 | 0.0 | 18.62 |
|
68 |
+
| 1.5939 | 14.0 | 3010 | 3.6359 | 0.0 | 0.0 | 0.0 | 0.0 | 18.49 |
|
69 |
+
| 1.5939 | 15.0 | 3225 | 3.6230 | 0.0 | 0.0 | 0.0 | 0.0 | 18.62 |
|
70 |
+
| 1.5939 | 16.0 | 3440 | 3.6537 | 0.0 | 0.0 | 0.0 | 0.0 | 18.51 |
|
71 |
+
| 1.5636 | 17.0 | 3655 | 3.6624 | 0.0 | 0.0 | 0.0 | 0.0 | 18.55 |
|
72 |
+
| 1.5636 | 18.0 | 3870 | 3.7012 | 0.0 | 0.0 | 0.0 | 0.0 | 18.45 |
|
73 |
+
| 1.5324 | 19.0 | 4085 | 3.7114 | 0.0 | 0.0 | 0.0 | 0.0 | 18.45 |
|
74 |
+
| 1.5324 | 20.0 | 4300 | 3.7051 | 0.0 | 0.0 | 0.0 | 0.0 | 18.51 |
|
75 |
|
76 |
|
77 |
### Framework versions
|
|
|
79 |
- Transformers 4.34.0.dev0
|
80 |
- Pytorch 2.0.1+cu117
|
81 |
- Datasets 2.14.5
|
82 |
+
- Tokenizers 0.13.3
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 802611381
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b897f1266e25035550c58e7633b8a389b28457e907c3fbe9e4c9e44ab727617
|
3 |
size 802611381
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4219
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba3e9d48972d6f123343d5d5c7ee8ba10119b8d26c621f06c18841fc6aaf4a4a
|
3 |
size 4219
|