srajwal1 commited on
Commit
68d09be
1 Parent(s): a821908

End of training

Browse files
README.md CHANGED
@@ -16,9 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 1.7965
20
- - F1: 52.4905
21
- - Gen Len: 2.3990
22
 
23
  ## Model description
24
 
 
16
 
17
  This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.2759
20
+ - F1: 51.5181
21
+ - Gen Len: 2.1307
22
 
23
  ## Model description
24
 
logs/events.out.tfevents.1714514157.4313619264c6.780.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2f890bd1a04ac87aaf9bce17a4509781c4d26af227811124d792424cd2fd0c00
3
- size 5359
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74ae30cbb2756cb7d6e2d2ca6419f96d48b76e13f187307d6a4e353673d79327
3
+ size 5713
logs/events.out.tfevents.1714514976.4313619264c6.780.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f79ad97c5666138aa571bdb794615c09809e516ff8fc67227b2efa75a3f474f4
3
+ size 456
tokenizer.json CHANGED
@@ -1,9 +1,14 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": {
5
  "strategy": {
6
- "Fixed": 512
7
  },
8
  "direction": "Right",
9
  "pad_to_multiple_of": null,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 3,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": {
10
  "strategy": {
11
+ "Fixed": 3
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,