dedsecurity commited on
Commit
e6df9ec
·
1 Parent(s): c0f6720

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -27
config.json DELETED
@@ -1,27 +0,0 @@
1
- {
2
- "activation_dropout": 0.0,
3
- "activation_function": "relu",
4
- "architectures": [
5
- "OPTForCausalLM"
6
- ],
7
- "attention_dropout": 0.0,
8
- "bos_token_id": 2,
9
- "hidden_size": 768,
10
- "do_layer_norm_before": true,
11
- "dropout": 0.1,
12
- "eos_token_id": 2,
13
- "ffn_dim": 3072,
14
- "init_std": 0.02,
15
- "layerdrop": 0.0,
16
- "max_position_embeddings": 2048,
17
- "model_type": "opt",
18
- "num_attention_heads": 12,
19
- "num_hidden_layers": 12,
20
- "pad_token_id": 1,
21
- "torch_dtype": "float16",
22
- "transformers_version": "4.19.0.dev0",
23
- "use_cache": true,
24
- "vocab_size": 50272,
25
- "word_embed_proj_dim": 768,
26
- "prefix": "</s>"
27
- }