NickForMe commited on
Commit
18bc8fb
1 Parent(s): 80b6e3d

Training completed!

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "DeepPavlov/rubert-base-cased",
3
+ "architectures": [
4
+ "XLMRobertaForTokenClassification"
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": "NOUN",
14
+ "1": "PUNCT",
15
+ "2": "ADP",
16
+ "3": "NUM",
17
+ "4": "SYM",
18
+ "5": "SCONJ",
19
+ "6": "ADJ",
20
+ "7": "PART",
21
+ "8": "DET",
22
+ "9": "CCONJ",
23
+ "10": "PROPN",
24
+ "11": "PRON",
25
+ "12": "X",
26
+ "13": "_",
27
+ "14": "ADV",
28
+ "15": "INTJ",
29
+ "16": "VERB",
30
+ "17": "AUX"
31
+ },
32
+ "initializer_range": 0.02,
33
+ "intermediate_size": 3072,
34
+ "label2id": {
35
+ "ADJ": 6,
36
+ "ADP": 2,
37
+ "ADV": 14,
38
+ "AUX": 17,
39
+ "CCONJ": 9,
40
+ "DET": 8,
41
+ "INTJ": 15,
42
+ "NOUN": 0,
43
+ "NUM": 3,
44
+ "PART": 7,
45
+ "PRON": 11,
46
+ "PROPN": 10,
47
+ "PUNCT": 1,
48
+ "SCONJ": 5,
49
+ "SYM": 4,
50
+ "VERB": 16,
51
+ "X": 12,
52
+ "_": 13
53
+ },
54
+ "layer_norm_eps": 1e-12,
55
+ "max_position_embeddings": 512,
56
+ "model_type": "bert",
57
+ "num_attention_heads": 12,
58
+ "num_hidden_layers": 12,
59
+ "output_past": true,
60
+ "pad_token_id": 0,
61
+ "pooler_fc_size": 768,
62
+ "pooler_num_attention_heads": 12,
63
+ "pooler_num_fc_layers": 3,
64
+ "pooler_size_per_head": 128,
65
+ "pooler_type": "first_token_transform",
66
+ "position_embedding_type": "absolute",
67
+ "torch_dtype": "float32",
68
+ "transformers_version": "4.25.1",
69
+ "type_vocab_size": 2,
70
+ "use_cache": true,
71
+ "vocab_size": 119547
72
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:907d354f794ea3cf71e713575d13d86a6ccdac38cb5d51e3c9cdcf4ff81cc077
3
+ size 709179501
runs/Dec20_07-26-46_DESKTOP-SCNT9EA/1671505604.4208753/events.out.tfevents.1671505604.DESKTOP-SCNT9EA.1788.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b87d8195b0444e50d4584845c557d470e787209a926dd29f3a1c72da5c45597
3
+ size 5591
runs/Dec20_07-26-46_DESKTOP-SCNT9EA/events.out.tfevents.1671505604.DESKTOP-SCNT9EA.1788.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad1f062cab5e25c909a85281e361650dff5b68d08764626f59daeccdf5dc96aa
3
+ size 6387
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,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_basic_tokenize": true,
4
+ "do_lower_case": false,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 1000000000000000019884624838656,
7
+ "name_or_path": "DeepPavlov/rubert-base-cased",
8
+ "never_split": null,
9
+ "pad_token": "[PAD]",
10
+ "sep_token": "[SEP]",
11
+ "special_tokens_map_file": "C:\\Users\\anton/.cache\\huggingface\\hub\\models--DeepPavlov--rubert-base-cased\\snapshots\\4036cab694767a299f2b9e6492909664d9414229\\special_tokens_map.json",
12
+ "strip_accents": null,
13
+ "tokenize_chinese_chars": true,
14
+ "tokenizer_class": "BertTokenizer",
15
+ "unk_token": "[UNK]"
16
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:455289efe28c79a0f901afccb6d0cb47516df603ed9c9cc8a4fa24e38f15e382
3
+ size 3515
vocab.txt ADDED
The diff for this file is too large to render. See raw diff