logiczmaksimka commited on
Commit
e9455d1
1 Parent(s): bc2a34f

Training in progress, epoch 1

Browse files
added_tokens.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "[CLS]": 101,
3
- "[MASK]": 103,
4
  "[PAD]": 0,
5
- "[SEP]": 102,
6
- "[UNK]": 100
7
  }
 
1
  {
2
+ "[CLS]": 2,
3
+ "[MASK]": 4,
4
  "[PAD]": 0,
5
+ "[SEP]": 3,
6
+ "[UNK]": 1
7
  }
config.json CHANGED
@@ -1,14 +1,15 @@
1
  {
2
- "_name_or_path": "ai-forever/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": "appreciation",
14
  "1": "positive answer",
@@ -22,7 +23,7 @@
22
  "9": "yes/no question"
23
  },
24
  "initializer_range": 0.02,
25
- "intermediate_size": 3072,
26
  "label2id": {
27
  "LABEL_0": 0,
28
  "LABEL_1": 1,
@@ -37,20 +38,19 @@
37
  },
38
  "layer_norm_eps": 1e-12,
39
  "max_position_embeddings": 512,
40
- "model_type": "bert",
41
- "num_attention_heads": 12,
42
  "num_hidden_layers": 12,
43
  "pad_token_id": 0,
44
- "pooler_fc_size": 768,
45
- "pooler_num_attention_heads": 12,
46
- "pooler_num_fc_layers": 3,
47
- "pooler_size_per_head": 128,
48
- "pooler_type": "first_token_transform",
49
  "position_embedding_type": "absolute",
50
  "problem_type": "single_label_classification",
 
 
 
 
51
  "torch_dtype": "float32",
52
  "transformers_version": "4.34.0",
53
  "type_vocab_size": 2,
54
  "use_cache": true,
55
- "vocab_size": 120138
56
  }
 
1
  {
2
+ "_name_or_path": "ai-forever/ruElectra-medium",
3
  "architectures": [
4
+ "ElectraForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
8
+ "embedding_size": 576,
9
+ "generator_size": "0.25",
10
  "hidden_act": "gelu",
11
  "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 576,
13
  "id2label": {
14
  "0": "appreciation",
15
  "1": "positive answer",
 
23
  "9": "yes/no question"
24
  },
25
  "initializer_range": 0.02,
26
+ "intermediate_size": 2304,
27
  "label2id": {
28
  "LABEL_0": 0,
29
  "LABEL_1": 1,
 
38
  },
39
  "layer_norm_eps": 1e-12,
40
  "max_position_embeddings": 512,
41
+ "model_type": "electra",
42
+ "num_attention_heads": 9,
43
  "num_hidden_layers": 12,
44
  "pad_token_id": 0,
 
 
 
 
 
45
  "position_embedding_type": "absolute",
46
  "problem_type": "single_label_classification",
47
+ "summary_activation": "gelu",
48
+ "summary_last_dropout": 0.1,
49
+ "summary_type": "first",
50
+ "summary_use_proj": true,
51
  "torch_dtype": "float32",
52
  "transformers_version": "4.34.0",
53
  "type_vocab_size": 2,
54
  "use_cache": true,
55
+ "vocab_size": 64000
56
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3aa034ec4c9a7b6fd647fe7efcb9a27480c75619de55d2916d157fccc2dd9e72
3
- size 713328878
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a66a682a6dc05daafb5eda4cefb1ca0f1e29cc0af27787e880f5fff6d47ab79b
3
+ size 341529134
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -8,7 +8,7 @@
8
  "single_word": false,
9
  "special": true
10
  },
11
- "100": {
12
  "content": "[UNK]",
13
  "lstrip": false,
14
  "normalized": false,
@@ -16,7 +16,7 @@
16
  "single_word": false,
17
  "special": true
18
  },
19
- "101": {
20
  "content": "[CLS]",
21
  "lstrip": false,
22
  "normalized": false,
@@ -24,7 +24,7 @@
24
  "single_word": false,
25
  "special": true
26
  },
27
- "102": {
28
  "content": "[SEP]",
29
  "lstrip": false,
30
  "normalized": false,
@@ -32,7 +32,7 @@
32
  "single_word": false,
33
  "special": true
34
  },
35
- "103": {
36
  "content": "[MASK]",
37
  "lstrip": false,
38
  "normalized": false,
@@ -53,6 +53,6 @@
53
  "sep_token": "[SEP]",
54
  "strip_accents": null,
55
  "tokenize_chinese_chars": true,
56
- "tokenizer_class": "BertTokenizer",
57
  "unk_token": "[UNK]"
58
  }
 
8
  "single_word": false,
9
  "special": true
10
  },
11
+ "1": {
12
  "content": "[UNK]",
13
  "lstrip": false,
14
  "normalized": false,
 
16
  "single_word": false,
17
  "special": true
18
  },
19
+ "2": {
20
  "content": "[CLS]",
21
  "lstrip": false,
22
  "normalized": false,
 
24
  "single_word": false,
25
  "special": true
26
  },
27
+ "3": {
28
  "content": "[SEP]",
29
  "lstrip": false,
30
  "normalized": false,
 
32
  "single_word": false,
33
  "special": true
34
  },
35
+ "4": {
36
  "content": "[MASK]",
37
  "lstrip": false,
38
  "normalized": false,
 
53
  "sep_token": "[SEP]",
54
  "strip_accents": null,
55
  "tokenize_chinese_chars": true,
56
+ "tokenizer_class": "ElectraTokenizer",
57
  "unk_token": "[UNK]"
58
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:afa5405c13038c5067a7d94b550b40924e22c83677db865f976cefc3cc21b8a4
3
  size 4536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3678b6ce7243be45f7d9665be5c222c4910edf038ab5706b549a2eaf1e1e065
3
  size 4536
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff