xieli123 commited on
Commit
ce0aa3f
·
verified ·
1 Parent(s): 79d4fcb

Delete files config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +0 -22
config.json DELETED
@@ -1,22 +0,0 @@
1
- {
2
- "architectures": [
3
- "Step1ForCausalLM"
4
- ],
5
- "auto_map": {
6
- "AutoConfig": "configuration_step1.Step1Config",
7
- "AutoModelForCausalLM": "modeling_step1.Step1ForCausalLM"
8
- },
9
- "model_type": "step1",
10
- "bos_token_id": 1,
11
- "pad_token_id": 0,
12
- "eos_token_id": 3,
13
- "hidden_size": 3072,
14
- "intermediate_size": 8192,
15
- "num_attention_heads": 48,
16
- "num_attention_groups": 4,
17
- "num_hidden_layers": 32,
18
- "max_seq_len": 32768,
19
- "vocab_size": 74752,
20
- "rms_norm_eps": 1e-05,
21
- "torch_dtype": "bfloat16"
22
- }