qinweijia commited on
Commit
fd07909
·
verified ·
1 Parent(s): 7a2ba60

End of training

Browse files
Files changed (5) hide show
  1. README.md +16 -11
  2. config.json +2 -2
  3. model.safetensors +1 -1
  4. tokenizer.json +16 -2
  5. training_args.bin +1 -1
README.md CHANGED
@@ -19,9 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [yiyanghkust/finbert-tone-chinese](https://huggingface.co/yiyanghkust/finbert-tone-chinese) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.9228
23
- - Accuracy: 0.6284
24
- - Matthews Correlation: 0.3977
25
 
26
  ## Model description
27
 
@@ -46,17 +46,22 @@ The following hyperparameters were used during training:
46
  - seed: 42
47
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
  - lr_scheduler_type: linear
49
- - num_epochs: 5
50
 
51
  ### Training results
52
 
53
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | Matthews Correlation |
54
- |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------------------:|
55
- | 1.0027 | 1.0 | 1396 | 0.9558 | 0.6170 | 0.3300 |
56
- | 0.8531 | 2.0 | 2792 | 0.9321 | 0.6133 | 0.3579 |
57
- | 0.6974 | 3.0 | 4188 | 0.9228 | 0.6284 | 0.3977 |
58
- | 0.567 | 4.0 | 5584 | 0.9618 | 0.6248 | 0.3968 |
59
- | 0.503 | 5.0 | 6980 | 1.0401 | 0.6147 | 0.3890 |
 
 
 
 
 
60
 
61
 
62
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [yiyanghkust/finbert-tone-chinese](https://huggingface.co/yiyanghkust/finbert-tone-chinese) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 1.2524
23
+ - Accuracy: 0.6399
24
+ - Matthews Correlation: 0.4352
25
 
26
  ## Model description
27
 
 
46
  - seed: 42
47
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
  - lr_scheduler_type: linear
49
+ - num_epochs: 10
50
 
51
  ### Training results
52
 
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Matthews Correlation |
54
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|:--------------------:|
55
+ | 1.0134 | 1.0 | 9044 | 1.0035 | 0.5918 | 0.3035 |
56
+ | 0.8984 | 2.0 | 18088 | 0.9505 | 0.6123 | 0.3471 |
57
+ | 0.77 | 3.0 | 27132 | 0.9348 | 0.6265 | 0.3735 |
58
+ | 0.6549 | 4.0 | 36176 | 0.9536 | 0.6281 | 0.3976 |
59
+ | 0.5588 | 5.0 | 45220 | 1.0170 | 0.6374 | 0.4332 |
60
+ | 0.472 | 6.0 | 54264 | 1.0852 | 0.6260 | 0.4124 |
61
+ | 0.412 | 7.0 | 63308 | 1.1077 | 0.6342 | 0.4284 |
62
+ | 0.3624 | 8.0 | 72352 | 1.2524 | 0.6399 | 0.4352 |
63
+ | 0.3182 | 9.0 | 81396 | 1.3556 | 0.6287 | 0.4215 |
64
+ | 0.3092 | 10.0 | 90440 | 1.4456 | 0.6264 | 0.4177 |
65
 
66
 
67
  ### Framework versions
config.json CHANGED
@@ -10,7 +10,7 @@
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
- "0": "\u559c\u60a6",
14
  "1": "\u7070\u5e38\u751f\u6c14\uff01",
15
  "2": "\u611f\u5230\u5f88\u8ba8\u538c",
16
  "3": "\u60c5\u7eea\u4f4e\u843d"
@@ -18,7 +18,7 @@
18
  "initializer_range": 0.02,
19
  "intermediate_size": 3072,
20
  "label2id": {
21
- "\u559c\u60a6": 0,
22
  "\u60c5\u7eea\u4f4e\u843d": 3,
23
  "\u611f\u5230\u5f88\u8ba8\u538c": 2,
24
  "\u7070\u5e38\u751f\u6c14\uff01": 1
 
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
+ "0": "\u559c\u60a6?",
14
  "1": "\u7070\u5e38\u751f\u6c14\uff01",
15
  "2": "\u611f\u5230\u5f88\u8ba8\u538c",
16
  "3": "\u60c5\u7eea\u4f4e\u843d"
 
18
  "initializer_range": 0.02,
19
  "intermediate_size": 3072,
20
  "label2id": {
21
+ "\u559c\u60a6?": 0,
22
  "\u60c5\u7eea\u4f4e\u843d": 3,
23
  "\u611f\u5230\u5f88\u8ba8\u538c": 2,
24
  "\u7070\u5e38\u751f\u6c14\uff01": 1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:538616162712966a7ec5b8a4544a6928f4325eb264717805fa94ae7e7b56125a
3
  size 409106392
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa8667171b3981212bd00ea2d0dd99cb8e6cfa0494d936d72758acc56b30a05d
3
  size 409106392
tokenizer.json CHANGED
@@ -1,7 +1,21 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 30,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 30
12
+ },
13
+ "direction": "Right",
14
+ "pad_to_multiple_of": null,
15
+ "pad_id": 0,
16
+ "pad_type_id": 0,
17
+ "pad_token": "[PAD]"
18
+ },
19
  "added_tokens": [
20
  {
21
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:775f99bf15422301073b76d35bc0e0579c095eb893535b3051289950e6f4fe8b
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d45d6d4cfd48cf2a20ab852633f439ede3c15497d52daaf28a6aa646b6f2ddb6
3
  size 5368