disk0dancer commited on
Commit
20309db
·
verified ·
1 Parent(s): c9ed9e2

End of training

Browse files
README.md CHANGED
@@ -15,16 +15,16 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [ai-forever/ruBert-base](https://huggingface.co/ai-forever/ruBert-base) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
- - eval_loss: 0.0021
19
- - eval_precision: 0.9995
20
- - eval_recall: 0.9994
21
- - eval_f1: 0.9995
22
- - eval_accuracy: 0.9996
23
- - eval_runtime: 39.8442
24
- - eval_samples_per_second: 161.705
25
- - eval_steps_per_second: 2.535
26
- - epoch: 3.0
27
- - step: 1059
28
 
29
  ## Model description
30
 
@@ -49,7 +49,7 @@ 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: 10
53
 
54
  ### Framework versions
55
 
 
15
 
16
  This model is a fine-tuned version of [ai-forever/ruBert-base](https://huggingface.co/ai-forever/ruBert-base) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
+ - eval_loss: 0.0007
19
+ - eval_precision: 1.0
20
+ - eval_recall: 1.0
21
+ - eval_f1: 1.0
22
+ - eval_accuracy: 1.0
23
+ - eval_runtime: 0.2167
24
+ - eval_samples_per_second: 96.897
25
+ - eval_steps_per_second: 4.614
26
+ - epoch: 2.0
27
+ - step: 738
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: 5
53
 
54
  ### Framework versions
55
 
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1f27c9d39236051dca997c77239ecc8d101cbc3e696637d6fa8421f36f9cf45c
3
  size 711062560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9c450c9aa31d86523540290951ad34da0494ca6efccc18e32fcd396930a0719
3
  size 711062560
runs/Mar15_14-25-12_af6d53f073f1/events.out.tfevents.1710512714.af6d53f073f1.1790.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a64b1c0b5137322eb11a22230bd944e2fdafd5e8cac82668331b888fbb5cec9
3
+ size 7502
runs/Mar15_14-34-51_af6d53f073f1/events.out.tfevents.1710513511.af6d53f073f1.1790.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f11cbf3d2302b95624aa96ad4fbf682510eb786c33c048a37e130ca3d41981f
3
+ size 8657
tmp-checkpoint-738/config.json ADDED
@@ -0,0 +1,147 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "ai-forever/ruBert-base",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "directionality": "bidi",
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "O",
14
+ "1": "Not",
15
+ "2": "Abbr",
16
+ "3": "Adj",
17
+ "4": "Adv",
18
+ "5": "Adv/action_des\u0441",
19
+ "6": "Adv/action_time",
20
+ "7": "Adv/measure",
21
+ "8": "Adv/place",
22
+ "9": "Adv/emph",
23
+ "10": "Advt",
24
+ "11": "Advt1",
25
+ "12": "Aux",
26
+ "13": "Bracket",
27
+ "14": "Colon",
28
+ "15": "Comma",
29
+ "16": "Conj.comp",
30
+ "17": "Coord",
31
+ "18": "Dash",
32
+ "19": "Dot",
33
+ "20": "Ellipsis",
34
+ "21": "Fw",
35
+ "22": "Interj.",
36
+ "23": "Interrog.word",
37
+ "24": "Introduct",
38
+ "25": "Mark/excl",
39
+ "26": "Mark/quest",
40
+ "27": "Measure",
41
+ "28": "N",
42
+ "29": "Num",
43
+ "30": "Num/ordinal",
44
+ "31": "Part/dem",
45
+ "32": "Part/excl",
46
+ "33": "Part/limit",
47
+ "34": "Part/imp",
48
+ "35": "Part/intens",
49
+ "36": "Part/neg",
50
+ "37": "Part/quest",
51
+ "38": "Part/soft",
52
+ "39": "Prep",
53
+ "40": "Pron",
54
+ "41": "Pron/attr",
55
+ "42": "Pron/dem",
56
+ "43": "Pron/neg",
57
+ "44": "Pron/pos",
58
+ "45": "Pron/rel",
59
+ "46": "Particip/adj",
60
+ "47": "Particip/v",
61
+ "48": "Punct",
62
+ "49": "Quote",
63
+ "50": "Semicolon",
64
+ "51": "State",
65
+ "52": "Sub",
66
+ "53": "Vf",
67
+ "54": "Vinf",
68
+ "55": "Vm"
69
+ },
70
+ "initializer_range": 0.02,
71
+ "intermediate_size": 3072,
72
+ "label2id": {
73
+ "Abbr": 2,
74
+ "Adj": 3,
75
+ "Adv": 4,
76
+ "Adv/action_des\u0441": 5,
77
+ "Adv/action_time": 6,
78
+ "Adv/emph": 9,
79
+ "Adv/measure": 7,
80
+ "Adv/place": 8,
81
+ "Advt": 10,
82
+ "Advt1": 11,
83
+ "Aux": 12,
84
+ "Bracket": 13,
85
+ "Colon": 14,
86
+ "Comma": 15,
87
+ "Conj.comp": 16,
88
+ "Coord": 17,
89
+ "Dash": 18,
90
+ "Dot": 19,
91
+ "Ellipsis": 20,
92
+ "Fw": 21,
93
+ "Interj.": 22,
94
+ "Interrog.word": 23,
95
+ "Introduct": 24,
96
+ "Mark/excl": 25,
97
+ "Mark/quest": 26,
98
+ "Measure": 27,
99
+ "N": 28,
100
+ "Not": 1,
101
+ "Num": 29,
102
+ "Num/ordinal": 30,
103
+ "O": 0,
104
+ "Part/dem": 31,
105
+ "Part/excl": 32,
106
+ "Part/imp": 34,
107
+ "Part/intens": 35,
108
+ "Part/limit": 33,
109
+ "Part/neg": 36,
110
+ "Part/quest": 37,
111
+ "Part/soft": 38,
112
+ "Particip/adj": 46,
113
+ "Particip/v": 47,
114
+ "Prep": 39,
115
+ "Pron": 40,
116
+ "Pron/attr": 41,
117
+ "Pron/dem": 42,
118
+ "Pron/neg": 43,
119
+ "Pron/pos": 44,
120
+ "Pron/rel": 45,
121
+ "Punct": 48,
122
+ "Quote": 49,
123
+ "Semicolon": 50,
124
+ "State": 51,
125
+ "Sub": 52,
126
+ "Vf": 53,
127
+ "Vinf": 54,
128
+ "Vm": 55
129
+ },
130
+ "layer_norm_eps": 1e-12,
131
+ "max_position_embeddings": 512,
132
+ "model_type": "bert",
133
+ "num_attention_heads": 12,
134
+ "num_hidden_layers": 12,
135
+ "pad_token_id": 0,
136
+ "pooler_fc_size": 768,
137
+ "pooler_num_attention_heads": 12,
138
+ "pooler_num_fc_layers": 3,
139
+ "pooler_size_per_head": 128,
140
+ "pooler_type": "first_token_transform",
141
+ "position_embedding_type": "absolute",
142
+ "torch_dtype": "float32",
143
+ "transformers_version": "4.38.2",
144
+ "type_vocab_size": 2,
145
+ "use_cache": true,
146
+ "vocab_size": 120138
147
+ }
tmp-checkpoint-738/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9c450c9aa31d86523540290951ad34da0494ca6efccc18e32fcd396930a0719
3
+ size 711062560
tmp-checkpoint-738/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:113130f74a9659058a82b6e87b313f67e7f35ffb68fb1aff48f3e30fdc068938
3
+ size 491807520
tmp-checkpoint-738/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
+ }
tmp-checkpoint-738/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tmp-checkpoint-738/tokenizer_config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "max_length": 100,
50
+ "model_max_length": 1000000000000000019884624838656,
51
+ "never_split": null,
52
+ "pad_token": "[PAD]",
53
+ "padding": true,
54
+ "sep_token": "[SEP]",
55
+ "strip_accents": null,
56
+ "tokenize_chinese_chars": true,
57
+ "tokenizer_class": "BertTokenizer",
58
+ "truncation": true,
59
+ "unk_token": "[UNK]"
60
+ }
tmp-checkpoint-738/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba023a3342832acbecdae7796454869353f46a0acfd7e3d4bc0d5103123dfc7f
3
+ size 4920
tmp-checkpoint-738/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:91e133dc65cfa7de7b6309e9d4ffa61691d54a4222c584940217dddb4b3f6a40
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba023a3342832acbecdae7796454869353f46a0acfd7e3d4bc0d5103123dfc7f
3
  size 4920