hebashakeel commited on
Commit
0b5d9ae
·
1 Parent(s): 80ceafc

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.4078
20
- - F1: 63.5837
21
- - Gen Len: 2.0704
22
 
23
  ## Model description
24
 
@@ -43,7 +43,7 @@ The following hyperparameters were used during training:
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
- - num_epochs: 15
47
 
48
  ### Training results
49
 
 
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.2829
20
+ - F1: 65.7304
21
+ - Gen Len: 2.0755
22
 
23
  ## Model description
24
 
 
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
+ - num_epochs: 10
47
 
48
  ### Training results
49
 
logs/events.out.tfevents.1739737168.8e3f8e6aefc8.31.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7634cd15d06f29740f34b3d54314e33af48d48ee0987de6e57c9de49b10651c0
3
- size 6646
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:174fa967b0976a37669888bf52a03ca2c55f9aa60efeed0c568c8b01be22e1ad
3
+ size 7000
logs/events.out.tfevents.1739737999.8e3f8e6aefc8.31.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb02061784a3c502dfaa311013cc2f682fb9ecac3a0ec2ba1b01b6b8308b5af4
3
+ size 456
tokenizer.json CHANGED
@@ -1,14 +1,9 @@
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,
 
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,