Gnider commited on
Commit
9e0fbf4
·
verified ·
1 Parent(s): c6234eb

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -40
config.json DELETED
@@ -1,40 +0,0 @@
1
- {
2
- "_name_or_path": "sberbank-ai/rugpt3_medium_gpt2_based",
3
- "activation_function": "gelu_new",
4
- "architectures": [
5
- "GPT2LMHeadModel"
6
- ],
7
- "attn_pdrop": 0.1,
8
- "bos_token_id": 1,
9
- "decoder_start_token_id": 1,
10
- "embd_pdrop": 0.1,
11
- "eos_token_id": 2,
12
- "initializer_range": 0.02,
13
- "layer_norm_epsilon": 1e-05,
14
- "max_length": 800,
15
- "model_type": "gpt2",
16
- "n_ctx": 2048,
17
- "n_embd": 1024,
18
- "n_head": 16,
19
- "n_inner": null,
20
- "n_layer": 24,
21
- "n_positions": 2048,
22
- "n_special": 0,
23
- "num_beams": 5,
24
- "output_past": true,
25
- "pad_token_id": 0,
26
- "predict_special_tokens": true,
27
- "reorder_and_upcast_attn": false,
28
- "resid_pdrop": 0.1,
29
- "scale_attn_by_inverse_layer_idx": false,
30
- "scale_attn_weights": true,
31
- "summary_activation": null,
32
- "summary_first_dropout": 0.1,
33
- "summary_proj_to_labels": true,
34
- "summary_type": "cls_index",
35
- "summary_use_proj": true,
36
- "torch_dtype": "float32",
37
- "transformers_version": "4.12.5",
38
- "use_cache": true,
39
- "vocab_size": 50257
40
- }