batman555 commited on
Commit
ce69662
1 Parent(s): 43a3780

End of training

Browse files
Files changed (1) hide show
  1. README.md +17 -10
README.md CHANGED
@@ -1,8 +1,10 @@
1
  ---
2
  license: apache-2.0
3
- base_model: google/flan-t5-base
4
  tags:
5
  - generated_from_trainer
 
 
6
  model-index:
7
  - name: layer_1_classifier_google
8
  results: []
@@ -13,9 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # layer_1_classifier_google
15
 
16
- This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 0.6467
 
19
 
20
  ## Model description
21
 
@@ -40,16 +43,20 @@ The following hyperparameters were used during training:
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
- - num_epochs: 4
44
 
45
  ### Training results
46
 
47
- | Training Loss | Epoch | Step | Validation Loss |
48
- |:-------------:|:-----:|:----:|:---------------:|
49
- | No log | 1.0 | 2 | 0.6859 |
50
- | No log | 2.0 | 4 | 0.6641 |
51
- | No log | 3.0 | 6 | 0.6507 |
52
- | No log | 4.0 | 8 | 0.6452 |
 
 
 
 
53
 
54
 
55
  ### Framework versions
 
1
  ---
2
  license: apache-2.0
3
+ base_model: t5-base
4
  tags:
5
  - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
  model-index:
9
  - name: layer_1_classifier_google
10
  results: []
 
15
 
16
  # layer_1_classifier_google
17
 
18
+ This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.4568
21
+ - Accuracy: 0.9022
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: 8
47
 
48
  ### Training results
49
 
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | No log | 1.0 | 2 | 0.5103 | 1.0 |
53
+ | No log | 2.0 | 4 | 0.4784 | 1.0 |
54
+ | No log | 3.0 | 6 | 0.4533 | 1.0 |
55
+ | No log | 4.0 | 8 | 0.4340 | 1.0 |
56
+ | No log | 5.0 | 10 | 0.4168 | 1.0 |
57
+ | No log | 6.0 | 12 | 0.4040 | 1.0 |
58
+ | No log | 7.0 | 14 | 0.3956 | 1.0 |
59
+ | No log | 8.0 | 16 | 0.3921 | 1.0 |
60
 
61
 
62
  ### Framework versions