AriaStarkh commited on
Commit
12503e5
1 Parent(s): c90a0c4

Training in progress, step 5

Browse files
config.json CHANGED
@@ -1,14 +1,13 @@
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",
@@ -114,27 +113,18 @@
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
  }
 
1
  {
2
+ "_name_or_path": "distilbert-base-multilingual-cased",
3
+ "activation": "gelu",
4
  "architectures": [
5
+ "DistilBertForSequenceClassification"
6
  ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
 
11
  "id2label": {
12
  "0": "LABEL_0",
13
  "1": "LABEL_1",
 
113
  "LABEL_8": 8,
114
  "LABEL_9": 9
115
  },
116
+ "max_position_embeddings": 512,
117
+ "model_type": "distilbert",
118
+ "n_heads": 12,
119
+ "n_layers": 6,
120
+ "output_past": true,
 
 
 
121
  "pad_token_id": 0,
122
  "problem_type": "single_label_classification",
123
+ "qa_dropout": 0.1,
124
+ "seq_classif_dropout": 0.2,
125
+ "sinusoidal_pos_embds": false,
126
+ "tie_weights_": true,
 
 
 
 
 
127
  "torch_dtype": "float32",
128
  "transformers_version": "4.46.3",
129
+ "vocab_size": 119547
 
130
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9476d7baed8d690cc5e6a9b88dffae97e3e3740141b3306709fa5774acc15753
3
- size 501095120
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25a9f52c034d13805de9f5e92744ebb21fc17c6d179756af6626bd870ffe3f5a
3
+ size 541465032
runs/Dec16_17-42-20_7c156b620239/events.out.tfevents.1734370941.7c156b620239.312.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:000458a97707585407d39b6c11732c20cc618e682dd3c514841b3d404e5cf371
3
+ size 7455
special_tokens_map.json CHANGED
@@ -1,37 +1,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
  }
 
1
  {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1,41 +1,39 @@
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,16 +41,15 @@
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
  }
 
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
  "special": true
42
  }
43
  },
44
+ "clean_up_tokenization_spaces": false,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": false,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
 
55
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:edc0126962d59e321f26c279ac7451123895591611e58819a62a22cb9caddb48
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7863680924f577a5d9818306e027ec8edb701b565335f7717ba78b6a48d92d98
3
  size 5304
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff