adorkin commited on
Commit
863c136
1 Parent(s): 5cf4578

Training in progress, step 200

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "DeepPavlov/xlm-roberta-large-en-ru",
3
+ "architectures": [
4
+ "XLMRobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 1024,
13
+ "id2label": {
14
+ "0": "LABEL_0",
15
+ "1": "LABEL_1",
16
+ "2": "LABEL_2",
17
+ "3": "LABEL_3",
18
+ "4": "LABEL_4",
19
+ "5": "LABEL_5",
20
+ "6": "LABEL_6",
21
+ "7": "LABEL_7",
22
+ "8": "LABEL_8",
23
+ "9": "LABEL_9",
24
+ "10": "LABEL_10",
25
+ "11": "LABEL_11",
26
+ "12": "LABEL_12",
27
+ "13": "LABEL_13",
28
+ "14": "LABEL_14",
29
+ "15": "LABEL_15",
30
+ "16": "LABEL_16",
31
+ "17": "LABEL_17",
32
+ "18": "LABEL_18",
33
+ "19": "LABEL_19",
34
+ "20": "LABEL_20",
35
+ "21": "LABEL_21",
36
+ "22": "LABEL_22",
37
+ "23": "LABEL_23",
38
+ "24": "LABEL_24",
39
+ "25": "LABEL_25",
40
+ "26": "LABEL_26",
41
+ "27": "LABEL_27",
42
+ "28": "LABEL_28",
43
+ "29": "LABEL_29",
44
+ "30": "LABEL_30",
45
+ "31": "LABEL_31"
46
+ },
47
+ "initializer_range": 0.02,
48
+ "intermediate_size": 4096,
49
+ "label2id": {
50
+ "LABEL_0": 0,
51
+ "LABEL_1": 1,
52
+ "LABEL_10": 10,
53
+ "LABEL_11": 11,
54
+ "LABEL_12": 12,
55
+ "LABEL_13": 13,
56
+ "LABEL_14": 14,
57
+ "LABEL_15": 15,
58
+ "LABEL_16": 16,
59
+ "LABEL_17": 17,
60
+ "LABEL_18": 18,
61
+ "LABEL_19": 19,
62
+ "LABEL_2": 2,
63
+ "LABEL_20": 20,
64
+ "LABEL_21": 21,
65
+ "LABEL_22": 22,
66
+ "LABEL_23": 23,
67
+ "LABEL_24": 24,
68
+ "LABEL_25": 25,
69
+ "LABEL_26": 26,
70
+ "LABEL_27": 27,
71
+ "LABEL_28": 28,
72
+ "LABEL_29": 29,
73
+ "LABEL_3": 3,
74
+ "LABEL_30": 30,
75
+ "LABEL_31": 31,
76
+ "LABEL_4": 4,
77
+ "LABEL_5": 5,
78
+ "LABEL_6": 6,
79
+ "LABEL_7": 7,
80
+ "LABEL_8": 8,
81
+ "LABEL_9": 9
82
+ },
83
+ "layer_norm_eps": 1e-05,
84
+ "max_position_embeddings": 514,
85
+ "model_type": "xlm-roberta",
86
+ "num_attention_heads": 16,
87
+ "num_hidden_layers": 24,
88
+ "output_past": true,
89
+ "pad_token_id": 1,
90
+ "position_embedding_type": "absolute",
91
+ "problem_type": "single_label_classification",
92
+ "torch_dtype": "float32",
93
+ "transformers_version": "4.12.3",
94
+ "type_vocab_size": 1,
95
+ "use_cache": true,
96
+ "vocab_size": 35054
97
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5e5248d2ae6e5d9af8a1af8f2e4d945430973bc20fe8dc58522d7f70539427f
3
+ size 1359429997
sentencepiece.bpe.model ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef009ae2ede7beded780cfa82e11d2d977473cb6ddf9c3b5bdce3c367497fc01
3
+ size 943862
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "sep_token": "</s>", "pad_token": "<pad>", "cls_token": "<s>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true}}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "sep_token": "</s>", "cls_token": "<s>", "unk_token": "<unk>", "pad_token": "<pad>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "sp_model_kwargs": {}, "special_tokens_map_file": "/root/.cache/huggingface/transformers/6ea33bfad55f516eeb1e52bb6e3f5c198c976c6ebfaa7e1fb9f56b33b2ddc8a9.f6ac38e94db1fb749ad0f52af2f7cd5b7863b9b30f1aa680a1b0d22ec09b717d", "name_or_path": "DeepPavlov/xlm-roberta-large-en-ru", "tokenizer_class": "XLMRobertaTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ce4b1b2127366c96d0d20f88e5424ad4e5176dc217d0ce2d9b0fdcb3cb30e33
3
+ size 2927