mahotaka commited on
Commit
c48f9bc
1 Parent(s): 6d80338

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -39
config.json DELETED
@@ -1,39 +0,0 @@
1
- {
2
- "_name_or_path": "colorfulscoop/gpt2-small-ja",
3
- "activation_function": "gelu_new",
4
- "architectures": [
5
- "GPT2LMHeadModel"
6
- ],
7
- "attn_pdrop": 0.1,
8
- "bos_token_id": 2,
9
- "cls_token_id": 4,
10
- "do_sample": true,
11
- "embd_pdrop": 0.1,
12
- "eos_token_id": 3,
13
- "gradient_checkpointing": false,
14
- "initializer_range": 0.02,
15
- "layer_norm_epsilon": 1e-05,
16
- "model_type": "gpt2",
17
- "n_ctx": 1024,
18
- "n_embd": 768,
19
- "n_head": 12,
20
- "n_inner": null,
21
- "n_layer": 12,
22
- "n_positions": 1024,
23
- "pad_token_id": 0,
24
- "resid_pdrop": 0.1,
25
- "scale_attn_weights": true,
26
- "sep_token_id": 5,
27
- "summary_activation": null,
28
- "summary_first_dropout": 0.1,
29
- "summary_proj_to_labels": true,
30
- "summary_type": "cls_index",
31
- "summary_use_proj": true,
32
- "tokenizer_class": "BertGenerationTokenizer",
33
- "top_p": 0.95,
34
- "torch_dtype": "float32",
35
- "transformers_version": "4.10.0",
36
- "unk_token_id": 1,
37
- "use_cache": true,
38
- "vocab_size": 32000
39
- }