JaviManobanda commited on
Commit
5f2191c
·
verified ·
1 Parent(s): 546ade7

End of training

Browse files
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 [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.0361
21
- - F1: 100.0
22
- - Gen Len: 8.5625
23
 
24
  ## Model description
25
 
 
17
 
18
  This model is a fine-tuned version of [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.0482
21
+ - F1: 93.7514
22
+ - Gen Len: 7.5698
23
 
24
  ## Model description
25
 
logs/events.out.tfevents.1731170703.29f7d0405e1a.23.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f3fefb2732759b9c715721372994e48d26828b2628fc0ba2febf9a1006571412
3
- size 8005
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3678f03d3a4bc1a25dccd9d40272f9255da281b8dc9c614518bbed47daddcc8
3
+ size 8570
logs/events.out.tfevents.1731175726.29f7d0405e1a.23.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e726f4bd213c429aa8de6f49d1f9bd9ba422b392f28f7859c79591450fd64d7
3
+ size 456
tokenizer.json CHANGED
@@ -2,13 +2,13 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 10,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
- "Fixed": 10
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 8,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
+ "Fixed": 8
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,