HectorWoods42 commited on
Commit
c3c8d09
1 Parent(s): 766a063

End of training

Browse files
Files changed (3) hide show
  1. README.md +7 -52
  2. pytorch_model.bin +1 -1
  3. training_args.bin +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 2.0457
19
 
20
  ## Model description
21
 
@@ -40,62 +40,17 @@ 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: 50
44
 
45
  ### Training results
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
- | No log | 1.0 | 64 | 2.6897 |
50
- | No log | 2.0 | 128 | 1.8762 |
51
- | No log | 3.0 | 192 | 1.7924 |
52
- | No log | 4.0 | 256 | 1.7568 |
53
- | No log | 5.0 | 320 | 1.7372 |
54
- | No log | 6.0 | 384 | 1.7117 |
55
- | No log | 7.0 | 448 | 1.7177 |
56
- | 1.6685 | 8.0 | 512 | 1.7206 |
57
- | 1.6685 | 9.0 | 576 | 1.7204 |
58
- | 1.6685 | 10.0 | 640 | 1.7308 |
59
- | 1.6685 | 11.0 | 704 | 1.7393 |
60
- | 1.6685 | 12.0 | 768 | 1.7525 |
61
- | 1.6685 | 13.0 | 832 | 1.7592 |
62
- | 1.6685 | 14.0 | 896 | 1.7706 |
63
- | 1.6685 | 15.0 | 960 | 1.7746 |
64
- | 0.9956 | 16.0 | 1024 | 1.7864 |
65
- | 0.9956 | 17.0 | 1088 | 1.7997 |
66
- | 0.9956 | 18.0 | 1152 | 1.8177 |
67
- | 0.9956 | 19.0 | 1216 | 1.8332 |
68
- | 0.9956 | 20.0 | 1280 | 1.8388 |
69
- | 0.9956 | 21.0 | 1344 | 1.8472 |
70
- | 0.9956 | 22.0 | 1408 | 1.8600 |
71
- | 0.9956 | 23.0 | 1472 | 1.8693 |
72
- | 0.7826 | 24.0 | 1536 | 1.8867 |
73
- | 0.7826 | 25.0 | 1600 | 1.9002 |
74
- | 0.7826 | 26.0 | 1664 | 1.9121 |
75
- | 0.7826 | 27.0 | 1728 | 1.9221 |
76
- | 0.7826 | 28.0 | 1792 | 1.9273 |
77
- | 0.7826 | 29.0 | 1856 | 1.9381 |
78
- | 0.7826 | 30.0 | 1920 | 1.9509 |
79
- | 0.7826 | 31.0 | 1984 | 1.9587 |
80
- | 0.6385 | 32.0 | 2048 | 1.9644 |
81
- | 0.6385 | 33.0 | 2112 | 1.9657 |
82
- | 0.6385 | 34.0 | 2176 | 1.9783 |
83
- | 0.6385 | 35.0 | 2240 | 1.9870 |
84
- | 0.6385 | 36.0 | 2304 | 1.9911 |
85
- | 0.6385 | 37.0 | 2368 | 1.9959 |
86
- | 0.6385 | 38.0 | 2432 | 2.0009 |
87
- | 0.6385 | 39.0 | 2496 | 2.0091 |
88
- | 0.5653 | 40.0 | 2560 | 2.0190 |
89
- | 0.5653 | 41.0 | 2624 | 2.0195 |
90
- | 0.5653 | 42.0 | 2688 | 2.0240 |
91
- | 0.5653 | 43.0 | 2752 | 2.0308 |
92
- | 0.5653 | 44.0 | 2816 | 2.0340 |
93
- | 0.5653 | 45.0 | 2880 | 2.0364 |
94
- | 0.5653 | 46.0 | 2944 | 2.0414 |
95
- | 0.5251 | 47.0 | 3008 | 2.0427 |
96
- | 0.5251 | 48.0 | 3072 | 2.0447 |
97
- | 0.5251 | 49.0 | 3136 | 2.0452 |
98
- | 0.5251 | 50.0 | 3200 | 2.0457 |
99
 
100
 
101
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 2.6370
19
 
20
  ## Model description
21
 
 
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
+ - num_epochs: 5
44
 
45
  ### Training results
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
+ | No log | 1.0 | 64 | 2.7447 |
50
+ | No log | 2.0 | 128 | 2.6730 |
51
+ | No log | 3.0 | 192 | 2.6488 |
52
+ | No log | 4.0 | 256 | 2.6373 |
53
+ | No log | 5.0 | 320 | 2.6370 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
 
55
 
56
  ### Framework versions
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e14945cf6183d2346f9ab7fa01409d03b914f273c3fd99ad8905c4d645abb834
3
  size 891702929
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d434b1ae4e0ffae73eaf17ac3ed7334dc6c55474ad3ca490d0c7135adc7462a
3
  size 891702929
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:86990505f409eb4c88f223209cf3f7b7fe1cef3c2080166cce0f17702681e48c
3
  size 4155
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d205998085ca66ba3cfc0ed24f927bf123600c6816ba9cc0540c80af48fb12d8
3
  size 4155