oneonlee commited on
Commit
947ab50
1 Parent(s): 68af004

End of training

Browse files
Files changed (7) hide show
  1. README.md +10 -11
  2. all_results.json +15 -15
  3. eval_results.json +8 -8
  4. f1_scores.png +0 -0
  5. losses.png +0 -0
  6. model.safetensors +1 -1
  7. test_results.json +7 -7
README.md CHANGED
@@ -19,10 +19,10 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.6596
23
- - Precision: 0.6084
24
- - Recall: 0.9860
25
- - F1: 0.7525
26
 
27
  ## Model description
28
 
@@ -54,13 +54,12 @@ The following hyperparameters were used during training:
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|
57
- | 0.6713 | 1.0 | 193 | 0.6663 | 0.6023 | 0.9989 | 0.7515 |
58
- | 0.6613 | 2.0 | 386 | 0.6596 | 0.6084 | 0.9860 | 0.7525 |
59
- | 0.654 | 3.0 | 579 | 0.6558 | 0.6169 | 0.9386 | 0.7444 |
60
- | 0.6495 | 4.0 | 772 | 0.6554 | 0.6231 | 0.9138 | 0.7409 |
61
- | 0.6472 | 5.0 | 965 | 0.6524 | 0.6482 | 0.8438 | 0.7331 |
62
- | 0.6436 | 6.0 | 1158 | 0.6522 | 0.6455 | 0.8416 | 0.7306 |
63
- | 0.6419 | 7.0 | 1351 | 0.6517 | 0.6493 | 0.8438 | 0.7338 |
64
 
65
 
66
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.6688
23
+ - Precision: 0.6014
24
+ - Recall: 1.0
25
+ - F1: 0.7511
26
 
27
  ## Model description
28
 
 
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|
57
+ | 0.6753 | 1.0 | 193 | 0.6688 | 0.6014 | 1.0 | 0.7511 |
58
+ | 0.6661 | 2.0 | 386 | 0.6618 | 0.6045 | 0.9914 | 0.7510 |
59
+ | 0.6588 | 3.0 | 579 | 0.6562 | 0.6154 | 0.9483 | 0.7464 |
60
+ | 0.6532 | 4.0 | 772 | 0.6538 | 0.6242 | 0.8933 | 0.7349 |
61
+ | 0.6498 | 5.0 | 965 | 0.6518 | 0.6533 | 0.8405 | 0.7352 |
62
+ | 0.6459 | 6.0 | 1158 | 0.6517 | 0.6560 | 0.8362 | 0.7352 |
 
63
 
64
 
65
  ### Framework versions
all_results.json CHANGED
@@ -1,17 +1,17 @@
1
  {
2
- "epoch": 7.0,
3
- "eval_f1": 0.7524671052631579,
4
- "eval_loss": 0.659632682800293,
5
- "eval_precision": 0.6083776595744681,
6
- "eval_recall": 0.9859913793103449,
7
- "eval_runtime": 8.0449,
8
- "eval_samples_per_second": 191.798,
9
- "eval_steps_per_second": 3.108,
10
- "test_f1": 0.7560277891295464,
11
- "test_loss": 0.6514418721199036,
12
- "test_precision": 0.6109643328929987,
13
- "test_recall": 0.9914255091103966,
14
- "test_runtime": 8.0746,
15
- "test_samples_per_second": 191.218,
16
- "test_steps_per_second": 3.096
17
  }
 
1
  {
2
+ "epoch": 6.0,
3
+ "eval_f1": 0.7511129097531364,
4
+ "eval_loss": 0.6687906980514526,
5
+ "eval_precision": 0.6014257939079715,
6
+ "eval_recall": 1.0,
7
+ "eval_runtime": 8.3979,
8
+ "eval_samples_per_second": 183.736,
9
+ "eval_steps_per_second": 2.977,
10
+ "test_f1": 0.7533306419055309,
11
+ "test_loss": 0.6667491793632507,
12
+ "test_precision": 0.6042746113989638,
13
+ "test_recall": 1.0,
14
+ "test_runtime": 8.4272,
15
+ "test_samples_per_second": 183.217,
16
+ "test_steps_per_second": 2.967
17
  }
eval_results.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
- "epoch": 7.0,
3
- "eval_f1": 0.7524671052631579,
4
- "eval_loss": 0.659632682800293,
5
- "eval_precision": 0.6083776595744681,
6
- "eval_recall": 0.9859913793103449,
7
- "eval_runtime": 8.0449,
8
- "eval_samples_per_second": 191.798,
9
- "eval_steps_per_second": 3.108
10
  }
 
1
  {
2
+ "epoch": 6.0,
3
+ "eval_f1": 0.7511129097531364,
4
+ "eval_loss": 0.6687906980514526,
5
+ "eval_precision": 0.6014257939079715,
6
+ "eval_recall": 1.0,
7
+ "eval_runtime": 8.3979,
8
+ "eval_samples_per_second": 183.736,
9
+ "eval_steps_per_second": 2.977
10
  }
f1_scores.png CHANGED
losses.png CHANGED
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:64be7724c25b61797a80e42b65a5a30ba7b3a31e1a2ce730e3a3a4a4084d688c
3
  size 243126200
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb212e73af903c3d1bc4da387ab455937659880d548fdb834d338cca89d06e62
3
  size 243126200
test_results.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
- "test_f1": 0.7560277891295464,
3
- "test_loss": 0.6514418721199036,
4
- "test_precision": 0.6109643328929987,
5
- "test_recall": 0.9914255091103966,
6
- "test_runtime": 8.0746,
7
- "test_samples_per_second": 191.218,
8
- "test_steps_per_second": 3.096
9
  }
 
1
  {
2
+ "test_f1": 0.7533306419055309,
3
+ "test_loss": 0.6667491793632507,
4
+ "test_precision": 0.6042746113989638,
5
+ "test_recall": 1.0,
6
+ "test_runtime": 8.4272,
7
+ "test_samples_per_second": 183.217,
8
+ "test_steps_per_second": 2.967
9
  }