AriaStarkh commited on
Commit
c90a0c4
1 Parent(s): be7afe3

Training in progress, step 5

Browse files
config.json CHANGED
@@ -1,14 +1,14 @@
1
  {
2
- "_name_or_path": "DeepPavlov/rubert-base-cased",
 
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": "LABEL_0",
14
  "1": "LABEL_1",
@@ -62,7 +62,6 @@
62
  "49": "LABEL_49"
63
  },
64
  "initializer_range": 0.02,
65
- "intermediate_size": 3072,
66
  "label2id": {
67
  "LABEL_0": 0,
68
  "LABEL_1": 1,
@@ -115,23 +114,27 @@
115
  "LABEL_8": 8,
116
  "LABEL_9": 9
117
  },
118
- "layer_norm_eps": 1e-12,
119
- "max_position_embeddings": 512,
120
- "model_type": "bert",
121
- "num_attention_heads": 12,
122
- "num_hidden_layers": 12,
123
- "output_past": true,
 
 
124
  "pad_token_id": 0,
125
- "pooler_fc_size": 768,
126
- "pooler_num_attention_heads": 12,
127
- "pooler_num_fc_layers": 3,
128
- "pooler_size_per_head": 128,
129
- "pooler_type": "first_token_transform",
130
- "position_embedding_type": "absolute",
131
  "problem_type": "single_label_classification",
 
 
 
 
 
 
 
 
 
132
  "torch_dtype": "float32",
133
  "transformers_version": "4.46.3",
134
- "type_vocab_size": 2,
135
  "use_cache": true,
136
- "vocab_size": 119547
137
  }
 
1
  {
2
+ "_name_or_path": "sberbank-ai/rugpt3small_based_on_gpt2",
3
+ "activation_function": "gelu_new",
4
  "architectures": [
5
+ "GPT2ForSequenceClassification"
6
  ],
7
+ "attn_pdrop": 0.1,
8
+ "bos_token_id": 1,
9
+ "embd_pdrop": 0.1,
10
+ "eos_token_id": 2,
11
+ "gradient_checkpointing": false,
 
12
  "id2label": {
13
  "0": "LABEL_0",
14
  "1": "LABEL_1",
 
62
  "49": "LABEL_49"
63
  },
64
  "initializer_range": 0.02,
 
65
  "label2id": {
66
  "LABEL_0": 0,
67
  "LABEL_1": 1,
 
114
  "LABEL_8": 8,
115
  "LABEL_9": 9
116
  },
117
+ "layer_norm_epsilon": 1e-05,
118
+ "model_type": "gpt2",
119
+ "n_ctx": 2048,
120
+ "n_embd": 768,
121
+ "n_head": 12,
122
+ "n_inner": null,
123
+ "n_layer": 12,
124
+ "n_positions": 2048,
125
  "pad_token_id": 0,
 
 
 
 
 
 
126
  "problem_type": "single_label_classification",
127
+ "reorder_and_upcast_attn": false,
128
+ "resid_pdrop": 0.1,
129
+ "scale_attn_by_inverse_layer_idx": false,
130
+ "scale_attn_weights": true,
131
+ "summary_activation": null,
132
+ "summary_first_dropout": 0.1,
133
+ "summary_proj_to_labels": true,
134
+ "summary_type": "cls_index",
135
+ "summary_use_proj": true,
136
  "torch_dtype": "float32",
137
  "transformers_version": "4.46.3",
 
138
  "use_cache": true,
139
+ "vocab_size": 50264
140
  }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4a938d75c407da034d7516aa30e3deeebb636e774276cbbec00ffce2b175e391
3
- size 711591112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9476d7baed8d690cc5e6a9b88dffae97e3e3740141b3306709fa5774acc15753
3
+ size 501095120
runs/Dec16_17-36-02_7c156b620239/events.out.tfevents.1734370582.7c156b620239.312.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6eb28520e0e905664cb0b724c9621590c0e290fe2f283e7f180af0ec9ac31fcb
3
+ size 7744
special_tokens_map.json CHANGED
@@ -1,7 +1,37 @@
1
  {
2
- "cls_token": "[CLS]",
3
- "mask_token": "[MASK]",
4
- "pad_token": "[PAD]",
5
- "sep_token": "[SEP]",
6
- "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
 
1
  {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "mask_token": {
17
+ "content": "<mask>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "pad_token": {
24
+ "content": "<pad>",
25
+ "lstrip": false,
26
+ "normalized": true,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "<unk>",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
  }
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1,39 +1,41 @@
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,
@@ -41,17 +43,16 @@
41
  "special": true
42
  }
43
  },
 
44
  "clean_up_tokenization_spaces": true,
45
- "cls_token": "[CLS]",
46
- "do_basic_tokenize": true,
47
- "do_lower_case": false,
48
- "mask_token": "[MASK]",
49
- "model_max_length": 1000000000000000019884624838656,
50
- "never_split": null,
51
- "pad_token": "[PAD]",
52
- "sep_token": "[SEP]",
53
- "strip_accents": null,
54
- "tokenize_chinese_chars": true,
55
- "tokenizer_class": "BertTokenizer",
56
- "unk_token": "[UNK]"
57
  }
 
1
  {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
  "added_tokens_decoder": {
5
  "0": {
6
+ "content": "<pad>",
7
  "lstrip": false,
8
+ "normalized": true,
9
  "rstrip": false,
10
  "single_word": false,
11
  "special": true
12
  },
13
+ "1": {
14
+ "content": "<s>",
15
  "lstrip": false,
16
+ "normalized": true,
17
  "rstrip": false,
18
  "single_word": false,
19
  "special": true
20
  },
21
+ "2": {
22
+ "content": "</s>",
23
  "lstrip": false,
24
+ "normalized": true,
25
  "rstrip": false,
26
  "single_word": false,
27
  "special": true
28
  },
29
+ "3": {
30
+ "content": "<unk>",
31
  "lstrip": false,
32
+ "normalized": true,
33
  "rstrip": false,
34
  "single_word": false,
35
  "special": true
36
  },
37
+ "4": {
38
+ "content": "<mask>",
39
  "lstrip": false,
40
  "normalized": false,
41
  "rstrip": false,
 
43
  "special": true
44
  }
45
  },
46
+ "bos_token": "<s>",
47
  "clean_up_tokenization_spaces": true,
48
+ "eos_token": "</s>",
49
+ "errors": "replace",
50
+ "mask_token": "<mask>",
51
+ "model_max_length": 2048,
52
+ "pad_token": "<pad>",
53
+ "padding_side": "left",
54
+ "tokenizer_class": "GPT2Tokenizer",
55
+ "truncation_side": "left",
56
+ "trust_remote_code": false,
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:76a1993b9cf7ab1eafd714050bfb1c7ab4f23cc6210028b478bee44f31d565f5
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edc0126962d59e321f26c279ac7451123895591611e58819a62a22cb9caddb48
3
  size 5304
vocab.json ADDED
The diff for this file is too large to render. See raw diff