nickrwu commited on
Commit
8038653
1 Parent(s): 33d3f8c

End of training

Browse files
Files changed (4) hide show
  1. README.md +16 -10
  2. model.safetensors +1 -1
  3. tokenizer.json +2 -2
  4. training_args.bin +1 -1
README.md CHANGED
@@ -18,11 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model was trained from scratch on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Accuracy: 0.2144
22
- - F1: 0.1861
23
- - Loss: 1.6094
24
- - Precision: 0.2104
25
- - Recall: 0.2059
26
 
27
  ## Model description
28
 
@@ -52,11 +52,17 @@ The following hyperparameters were used during training:
52
 
53
  ### Training results
54
 
55
- | Training Loss | Epoch | Step | Accuracy | F1 | Validation Loss | Precision | Recall |
56
- |:-------------:|:-----:|:-----:|:--------:|:------:|:---------------:|:---------:|:------:|
57
- | 1.6189 | 1.0 | 3712 | 0.2097 | 0.0731 | 1.6094 | 0.0854 | 0.1997 |
58
- | 1.6176 | 2.0 | 7424 | 0.2084 | 0.0971 | 1.6094 | 0.1999 | 0.1982 |
59
- | 1.6154 | 3.0 | 11136 | 0.2144 | 0.1861 | 1.6094 | 0.2104 | 0.2059 |
 
 
 
 
 
 
60
 
61
 
62
  ### Framework versions
 
18
 
19
  This model was trained from scratch on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 1.1161
22
+ - Accuracy: 0.5512
23
+ - F1: 0.5492
24
+ - Precision: 0.5522
25
+ - Recall: 0.5478
26
 
27
  ## Model description
28
 
 
52
 
53
  ### Training results
54
 
55
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
56
+ |:-------------:|:------:|:-----:|:---------------:|:--------:|:------:|:---------:|:------:|
57
+ | 1.4516 | 0.3233 | 1200 | 1.4043 | 0.4042 | 0.4014 | 0.4111 | 0.4008 |
58
+ | 1.3834 | 0.6466 | 2400 | 1.3420 | 0.4434 | 0.4417 | 0.4447 | 0.4418 |
59
+ | 1.3342 | 0.9698 | 3600 | 1.3308 | 0.4513 | 0.4489 | 0.4540 | 0.4470 |
60
+ | 1.263 | 1.2931 | 4800 | 1.2413 | 0.4907 | 0.4897 | 0.4941 | 0.4881 |
61
+ | 1.2209 | 1.6164 | 6000 | 1.2098 | 0.5095 | 0.5079 | 0.5134 | 0.5059 |
62
+ | 1.1856 | 1.9397 | 7200 | 1.1804 | 0.5174 | 0.5159 | 0.5200 | 0.5139 |
63
+ | 1.1134 | 2.2629 | 8400 | 1.1527 | 0.5337 | 0.5316 | 0.5373 | 0.5294 |
64
+ | 1.0924 | 2.5862 | 9600 | 1.1307 | 0.5456 | 0.5440 | 0.5475 | 0.5425 |
65
+ | 1.0556 | 2.9095 | 10800 | 1.1161 | 0.5512 | 0.5492 | 0.5522 | 0.5478 |
66
 
67
 
68
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9165b54f72fefa173ba803e192632bc808d6952e3c85c84b945ac4a55d310e5f
3
  size 1421491284
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6736489c14379781988d99f939fa438f359f5e9c084b15acd3689e1af6628e67
3
  size 1421491284
tokenizer.json CHANGED
@@ -2,13 +2,13 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 320,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
- "Fixed": 320
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 128,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
+ "Fixed": 128
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:76ee26ff7d8fb303073b380f7923ffecc736bbf9d6868b0d62a174456dfa2145
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d847fb96efd08c3b2147179f31dc59c0c47becf1e0917487471cf65c21a1067
3
  size 4920