PocketDoc commited on
Commit
a0d42d8
1 Parent(s): 165d06a

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -33
config.json DELETED
@@ -1,33 +0,0 @@
1
- {
2
- "_name_or_path": "stabilityai/stablelm-2-1_6b",
3
- "architectures": [
4
- "StableLMEpochForCausalLM"
5
- ],
6
- "attention_dropout": 0.0,
7
- "auto_map": {
8
- "AutoConfig": "configuration_stablelm_epoch.StableLMEpochConfig",
9
- "AutoModelForCausalLM": "modeling_stablelm_epoch.StableLMEpochForCausalLM"
10
- },
11
- "bos_token_id": null,
12
- "eos_token_id": 100257,
13
- "hidden_act": "silu",
14
- "hidden_size": 2048,
15
- "initializer_range": 0.02,
16
- "intermediate_size": 5632,
17
- "max_position_embeddings": 4096,
18
- "model_type": "stablelm_epoch",
19
- "norm_eps": 1e-05,
20
- "num_attention_heads": 32,
21
- "num_heads": 32,
22
- "num_hidden_layers": 24,
23
- "num_key_value_heads": 32,
24
- "rope_pct": 0.25,
25
- "rope_theta": 10000,
26
- "rotary_scaling_factor": 1.0,
27
- "tie_word_embeddings": false,
28
- "torch_dtype": "bfloat16",
29
- "transformers_version": "4.38.0.dev0",
30
- "use_cache": false,
31
- "use_qkv_bias": true,
32
- "vocab_size": 100352
33
- }