disk0dancer commited on
Commit
6d2a7be
·
verified ·
1 Parent(s): 5a01be8

Training in progress, epoch 2

Browse files
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
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0dfb4bd818fdd9999cf4b941da82b7cf1ab9319f3216e89702de1b1e6bbbe9c
3
+ size 711062560
runs/Mar14_08-49-09_f4db7bc107c8/events.out.tfevents.1710406162.f4db7bc107c8.1673.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61e002d43a471470e7ff11f207f592e170d5bc6cb0c59cae9ef158831a275097
3
+ size 7023
runs/Mar14_08-49-54_f4db7bc107c8/events.out.tfevents.1710406203.f4db7bc107c8.1673.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c672b824ae27e134e0375d6fcac6a5817af8011b18c3a045314b46ffae53d15
3
+ size 6994
runs/Mar14_08-49-54_f4db7bc107c8/events.out.tfevents.1710406375.f4db7bc107c8.1673.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab44dfad4538040141cfd3feb003bc88328f9b539b2f43001fa24d10887b80e4
3
+ size 6994
runs/Mar14_08-55-14_f4db7bc107c8/events.out.tfevents.1710406525.f4db7bc107c8.1673.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbd3d80e939b886acaf56f62629494fb30ad3397e192ed244aeac130c5a0e4e9
3
+ size 6994
runs/Mar14_08-55-50_f4db7bc107c8/events.out.tfevents.1710406556.f4db7bc107c8.1673.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b80621b4fa6788da467d3441a25cc24bd7ed602ad238090c027e1ff28e6f2657
3
+ size 6994
runs/Mar14_08-55-50_f4db7bc107c8/events.out.tfevents.1710406674.f4db7bc107c8.1673.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:316d1ab1aeb56a8af7ffb5054b93d44a3e172d9ad59f1bf756301716a081f9b8
3
+ size 6994
runs/Mar14_08-55-50_f4db7bc107c8/events.out.tfevents.1710406797.f4db7bc107c8.1673.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c56e22496d4826390b6566fe07a1d6c87663cb0b585a090195cc2ccf3ccf7238
3
+ size 6994
runs/Mar14_08-55-50_f4db7bc107c8/events.out.tfevents.1710406829.f4db7bc107c8.1673.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d41f0584ff5e5ff8ce982c40588f1b9271359da6c851e82eeaba3aada8a9fc14
3
+ size 6994
runs/Mar14_08-55-50_f4db7bc107c8/events.out.tfevents.1710406940.f4db7bc107c8.1673.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:031bd3dd6846fd85e2764dda37dbb061f49dc08fe5ae6e7a1fe9c5dc8dd6e684
3
+ size 6994
runs/Mar14_08-55-50_f4db7bc107c8/events.out.tfevents.1710407119.f4db7bc107c8.1673.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac8ca9cf72947e166786458f3a53b33a6478254fc57e8b4bff3d83f073a3f679
3
+ size 8383
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.json ADDED
The diff for this file is too large to render. See raw diff
 
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": 64,
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
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:750414411158294762a29ed3b133785ddfb0491f735697fbfc7042556236f6ff
3
+ size 4920
vocab.txt ADDED
The diff for this file is too large to render. See raw diff