hebashakeel commited on
Commit
fc0bd67
·
1 Parent(s): a2e52c1

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.2829
20
- - F1: 65.7304
21
- - Gen Len: 2.0755
22
 
23
  ## Model description
24
 
@@ -38,8 +38,8 @@ More information needed
38
 
39
  The following hyperparameters were used during training:
40
  - learning_rate: 0.0003
41
- - train_batch_size: 16
42
- - eval_batch_size: 16
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
 
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.4133
20
+ - F1: 64.2468
21
+ - Gen Len: 2.0708
22
 
23
  ## Model description
24
 
 
38
 
39
  The following hyperparameters were used during training:
40
  - learning_rate: 0.0003
41
+ - train_batch_size: 8
42
+ - eval_batch_size: 8
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
logs/events.out.tfevents.1739850696.ee6f4c9d7b3c.31.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:27456448adca0c628444e4d8628dd3804559a8a49290e541ed8f8d57b349fc18
3
- size 6649
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81b049992d46d2e6a19d29124f2f4b8b3c05040bf2668330e0910f2419fded1c
3
+ size 7003
logs/events.out.tfevents.1739851685.ee6f4c9d7b3c.31.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4150255c9a9cf601220e31f3a1a9eaa19169b9bafb495a823429e4f6670ebe6d
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,