xuanye commited on
Commit
f53f76a
1 Parent(s): b52f12d

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 [shibing624/text2vec-base-chinese](https://huggingface.co/shibing624/text2vec-base-chinese) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.1356
24
- - Accuracy: 0.9737
25
- - F1: 0.9783
26
- - Precision: 0.9783
27
- - Recall: 0.9783
28
 
29
  ## Model description
30
 
@@ -55,11 +55,11 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
57
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
58
- | No log | 1.0 | 22 | 0.3018 | 0.8816 | 0.8941 | 0.9744 | 0.8261 |
59
- | No log | 2.0 | 44 | 0.2175 | 0.9342 | 0.9438 | 0.9767 | 0.9130 |
60
- | No log | 3.0 | 66 | 0.1449 | 0.9605 | 0.9670 | 0.9778 | 0.9565 |
61
- | No log | 4.0 | 88 | 0.1480 | 0.9605 | 0.9670 | 0.9778 | 0.9565 |
62
- | No log | 5.0 | 110 | 0.1356 | 0.9737 | 0.9783 | 0.9783 | 0.9783 |
63
 
64
 
65
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [shibing624/text2vec-base-chinese](https://huggingface.co/shibing624/text2vec-base-chinese) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.1408
24
+ - Accuracy: 0.9605
25
+ - F1: 0.9670
26
+ - Precision: 0.9778
27
+ - Recall: 0.9565
28
 
29
  ## Model description
30
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
57
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
58
+ | No log | 1.0 | 22 | 0.2330 | 0.9211 | 0.9318 | 0.9762 | 0.8913 |
59
+ | No log | 2.0 | 44 | 0.2088 | 0.9342 | 0.9438 | 0.9767 | 0.9130 |
60
+ | No log | 3.0 | 66 | 0.1484 | 0.9605 | 0.9670 | 0.9778 | 0.9565 |
61
+ | No log | 4.0 | 88 | 0.1370 | 0.9605 | 0.9670 | 0.9778 | 0.9565 |
62
+ | No log | 5.0 | 110 | 0.1408 | 0.9605 | 0.9670 | 0.9778 | 0.9565 |
63
 
64
 
65
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f7a5c1e6bf20aa4a97175fd75e9cb7c1da7142c5bf42598a0494c9b68cb8611a
3
  size 409100240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfb9b9d6472db8193034f76c1e6ce1def9636f447a5c9ddab8ede901d377660b
3
  size 409100240
runs/May10_22-36-30_ml/events.out.tfevents.1715351791.ml.3479080.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15a9314dc6a7a707c059c39c00c0b5ba97c3993c4f66feb5404381e96e71c39e
3
+ size 6475
runs/May10_22-37-48_ml/events.out.tfevents.1715351872.ml.3482620.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed61024eb5bcb8f784354e282479a045faff410b7db0869c5e23ae7e4a647ae5
3
+ size 7286
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 1000000000000000019884624838656,
50
+ "never_split": null,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "BertTokenizer",
56
+ "unk_token": "[UNK]"
57
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9145bdf0475f7521d9e29eecb6f51b0b11047a05274136bf0ab0e571784d7111
3
  size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b7d7043f156e6b5e570413f275d09bb24e15aff77dbfbf05533186adf5a7523
3
  size 4728
vocab.txt ADDED
The diff for this file is too large to render. See raw diff