Kvikontent commited on
Commit
35d43ee
1 Parent(s): 0f5bd5a

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -25
config.json DELETED
@@ -1,25 +0,0 @@
1
- {
2
- "alibi": false,
3
- "architectures": [
4
- "CustomModel"
5
- ],
6
- "attention_dropout": 0.0,
7
- "bias": false,
8
- "bos_token_id": 11,
9
- "eos_token_id": 11,
10
- "hidden_dropout": 0.0,
11
- "hidden_size": 5,
12
- "initializer_range": 0.02,
13
- "layer_norm_epsilon": 1e-05,
14
- "model_type": "text-generation",
15
- "multi_query": true,
16
- "new_decoder_architecture": true,
17
- "num_attention_heads": 232,
18
- "num_hidden_layers": 80,
19
- "num_kv_heads": 8,
20
- "parallel_attn": true,
21
- "torch_dtype": "bfloat16",
22
- "transformers_version": "4.32.0",
23
- "use_cache": true,
24
- "vocab_size": 2
25
- }