gyr66 commited on
Commit
aff3b47
1 Parent(s): ca1836b

End of training

Browse files
README.md CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [hfl/chinese-roberta-wwm-ext-large](https://huggingface.co/hfl/chinese-roberta-wwm-ext-large) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 1.3521
24
- - Precision: 0.0
25
- - Recall: 0.0
26
- - F1: 0.0
27
- - Accuracy: 0.8712
28
 
29
  ## Model description
30
 
@@ -49,13 +49,22 @@ The following hyperparameters were used during training:
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
52
- - num_epochs: 1
53
 
54
  ### Training results
55
 
56
- | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
- |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:---:|:--------:|
58
- | 1.8677 | 1.0 | 503 | 1.3521 | 0.0 | 0.0 | 0.0 | 0.8712 |
 
 
 
 
 
 
 
 
 
59
 
60
 
61
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [hfl/chinese-roberta-wwm-ext-large](https://huggingface.co/hfl/chinese-roberta-wwm-ext-large) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.4056
24
+ - Precision: 0.4202
25
+ - Recall: 0.5916
26
+ - F1: 0.4914
27
+ - Accuracy: 0.9456
28
 
29
  ## Model description
30
 
 
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
52
+ - num_epochs: 10
53
 
54
  ### Training results
55
 
56
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 1.3615 | 1.0 | 503 | 0.8081 | 0.1274 | 0.1568 | 0.1406 | 0.9028 |
59
+ | 0.702 | 2.0 | 1006 | 0.5824 | 0.2954 | 0.4194 | 0.3467 | 0.9261 |
60
+ | 0.5585 | 3.0 | 1509 | 0.5107 | 0.3305 | 0.4922 | 0.3955 | 0.9323 |
61
+ | 0.4959 | 4.0 | 2012 | 0.4654 | 0.3716 | 0.5274 | 0.4360 | 0.9377 |
62
+ | 0.4614 | 5.0 | 2515 | 0.4427 | 0.3880 | 0.5493 | 0.4548 | 0.9399 |
63
+ | 0.4381 | 6.0 | 3018 | 0.4292 | 0.3996 | 0.5657 | 0.4684 | 0.9420 |
64
+ | 0.4233 | 7.0 | 3521 | 0.4166 | 0.4111 | 0.5813 | 0.4816 | 0.9441 |
65
+ | 0.4128 | 8.0 | 4024 | 0.4124 | 0.4144 | 0.5879 | 0.4862 | 0.9448 |
66
+ | 0.4008 | 9.0 | 4527 | 0.4067 | 0.4194 | 0.5904 | 0.4904 | 0.9455 |
67
+ | 0.3983 | 10.0 | 5030 | 0.4056 | 0.4202 | 0.5916 | 0.4914 | 0.9456 |
68
 
69
 
70
  ### Framework versions
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fa431d072b3f684a472f44345050a95efd18b76373e50c86e6f0e18b30f2d551
3
  size 3278396
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b2331ea453fcfe97341d6ef7df3d8eaeef525b1056ade4876392c7c0f8f125f
3
  size 3278396
special_tokens_map.json CHANGED
@@ -1,7 +1,37 @@
1
  {
2
- "cls_token": "[CLS]",
3
- "mask_token": "[MASK]",
4
- "pad_token": "[PAD]",
5
- "sep_token": "[SEP]",
6
- "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
 
1
  {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
  }
tokenizer_config.json CHANGED
@@ -46,11 +46,15 @@
46
  "do_lower_case": true,
47
  "ignore_mismatched_sizes": true,
48
  "mask_token": "[MASK]",
 
49
  "model_max_length": 1000000000000000019884624838656,
50
  "pad_token": "[PAD]",
51
  "sep_token": "[SEP]",
 
52
  "strip_accents": null,
53
  "tokenize_chinese_chars": true,
54
  "tokenizer_class": "BertTokenizer",
 
 
55
  "unk_token": "[UNK]"
56
  }
 
46
  "do_lower_case": true,
47
  "ignore_mismatched_sizes": true,
48
  "mask_token": "[MASK]",
49
+ "max_length": 512,
50
  "model_max_length": 1000000000000000019884624838656,
51
  "pad_token": "[PAD]",
52
  "sep_token": "[SEP]",
53
+ "stride": 0,
54
  "strip_accents": null,
55
  "tokenize_chinese_chars": true,
56
  "tokenizer_class": "BertTokenizer",
57
+ "truncation_side": "right",
58
+ "truncation_strategy": "longest_first",
59
  "unk_token": "[UNK]"
60
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:127c66fcfca3ee191124dae6fe208ea73a406e73e01f408d62bde98b5147b7f6
3
  size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bee9059e1561bc0266d5e95c0864160bf73c04d9b8448159d8260c85f5a8114e
3
  size 4600