Daniil Larionov commited on
Commit
e45f954
1 Parent(s): 134c2ac

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "./ruBert-base/",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
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": "\u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442",
14
+ "1": "\u043a\u0430\u0443\u0437\u0430\u0442\u043e\u0440",
15
+ "2": "\u044d\u043a\u0441\u043f\u0435\u0440\u0438\u0435\u043d\u0446\u0435\u0440"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 3072,
19
+ "label2id": {
20
+ "\u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442": 0,
21
+ "\u043a\u0430\u0443\u0437\u0430\u0442\u043e\u0440": 1,
22
+ "\u044d\u043a\u0441\u043f\u0435\u0440\u0438\u0435\u043d\u0446\u0435\u0440": 2
23
+ },
24
+ "layer_norm_eps": 1e-12,
25
+ "max_position_embeddings": 512,
26
+ "model_type": "bert",
27
+ "num_attention_heads": 12,
28
+ "num_hidden_layers": 12,
29
+ "pad_token_id": 0,
30
+ "pooler_fc_size": 768,
31
+ "pooler_num_attention_heads": 12,
32
+ "pooler_num_fc_layers": 3,
33
+ "pooler_size_per_head": 128,
34
+ "pooler_type": "first_token_transform",
35
+ "position_embedding_type": "absolute",
36
+ "problem_type": "single_label_classification",
37
+ "torch_dtype": "float32",
38
+ "transformers_version": "4.13.0.dev0",
39
+ "type_vocab_size": 2,
40
+ "use_cache": true,
41
+ "vocab_size": 120138
42
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fff84e5e67955a0f2abce1f5d2ee40fbb4d2327d0dd86f77e6e07cabf2a0a6e
3
+ size 713322669
runs/1636571350.562403/events.out.tfevents.1636571350.5690110ef819.12031.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3bb8f4cb9c09d1c99f6ec14c68fe732168bc1843e1729216a2fbe5d4f494f9e
3
+ size 4486
runs/events.out.tfevents.1636571350.5690110ef819.12031.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0a3e221bc7dc371af3fe8b0a1c290293bd424c88eb72953e6e2dc525ec420b2
3
+ size 5871
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "special_tokens_map_file": null, "name_or_path": "./ruBert-base/", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "BertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a776e4698991855223a4a15673a234aa21c3874a76d53134713a319d856d72d0
3
+ size 2863
vocab.txt ADDED
The diff for this file is too large to render. See raw diff