AliiaR commited on
Commit
35bfdda
1 Parent(s): dcda6ef

Training in progress epoch 0

Browse files
README.md CHANGED
@@ -12,15 +12,15 @@ probably proofread and complete it, then remove this comment. -->
12
 
13
  # AliiaR/t5-small-finetuned-model
14
 
15
- This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Train Loss: 0.2934
18
- - Validation Loss: 0.1448
19
- - Train Rouge1: 59.8536
20
- - Train Rouge2: 58.0454
21
- - Train Rougel: 59.8265
22
- - Train Rougelsum: 59.8750
23
- - Train Gen Len: 18.6021
24
  - Epoch: 0
25
 
26
  ## Model description
@@ -47,7 +47,7 @@ The following hyperparameters were used during training:
47
 
48
  | Train Loss | Validation Loss | Train Rouge1 | Train Rouge2 | Train Rougel | Train Rougelsum | Train Gen Len | Epoch |
49
  |:----------:|:---------------:|:------------:|:------------:|:------------:|:---------------:|:-------------:|:-----:|
50
- | 0.2934 | 0.1448 | 59.8536 | 58.0454 | 59.8265 | 59.8750 | 18.6021 | 0 |
51
 
52
 
53
  ### Framework versions
 
12
 
13
  # AliiaR/t5-small-finetuned-model
14
 
15
+ This model is a fine-tuned version of [AliiaR/t5-small-finetuned-model](https://huggingface.co/AliiaR/t5-small-finetuned-model) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Train Loss: 1.4127
18
+ - Validation Loss: 1.1016
19
+ - Train Rouge1: 14.9189
20
+ - Train Rouge2: 3.7554
21
+ - Train Rougel: 13.6461
22
+ - Train Rougelsum: 13.6801
23
+ - Train Gen Len: 13.4191
24
  - Epoch: 0
25
 
26
  ## Model description
 
47
 
48
  | Train Loss | Validation Loss | Train Rouge1 | Train Rouge2 | Train Rougel | Train Rougelsum | Train Gen Len | Epoch |
49
  |:----------:|:---------------:|:------------:|:------------:|:------------:|:---------------:|:-------------:|:-----:|
50
+ | 1.4127 | 1.1016 | 14.9189 | 3.7554 | 13.6461 | 13.6801 | 13.4191 | 0 |
51
 
52
 
53
  ### Framework versions
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "t5-small",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
 
1
  {
2
+ "_name_or_path": "AliiaR/t5-small-finetuned-model",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
logs/train/events.out.tfevents.1683139946.MSI.62476.2.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ccfc2f67dc00d29704fb45380237f976bcb186a8e714632f0398425c474a796
3
+ size 1973268
logs/train/events.out.tfevents.1683142655.MSI.62476.3.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8ca9987ef4c03b5e7b1060cedfd5d59c8229b2945a12a47eecf4a79949f7c06
3
+ size 1973678
logs/validation/events.out.tfevents.1683147127.MSI.62476.4.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b709c262506b9fbe721b88479ace39f55acc1eea28d42e54d8007407133f1986
3
+ size 232
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ca7fd968bc2ad1fcb2d0222d84be81f0e954f25e5061b706fc8b0e8bd2a31a9f
3
  size 373902664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3a2624c4f2249fa57a14539875e3035c4a1c60f7214a0eb053b7f116683ef52
3
  size 373902664
tokenizer.json CHANGED
@@ -6,7 +6,14 @@
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
- "padding": null,
 
 
 
 
 
 
 
10
  "added_tokens": [
11
  {
12
  "id": 0,
 
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
+ "padding": {
10
+ "strategy": "BatchLongest",
11
+ "direction": "Right",
12
+ "pad_to_multiple_of": null,
13
+ "pad_id": 0,
14
+ "pad_type_id": 0,
15
+ "pad_token": "<pad>"
16
+ },
17
  "added_tokens": [
18
  {
19
  "id": 0,