ccwu0918 commited on
Commit
95c9bfc
1 Parent(s): 580a47e

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -40
config.json DELETED
@@ -1,40 +0,0 @@
1
- {
2
- "_name_or_path": "/content/Xunzillm4cc/Xunzi-Qwen-Chat/",
3
- "architectures": [
4
- "QWenLMHeadModel"
5
- ],
6
- "attn_dropout_prob": 0.0,
7
- "auto_map": {
8
- "AutoConfig": "configuration_qwen.QWenConfig",
9
- "AutoModel": "modeling_qwen.QWenLMHeadModel",
10
- "AutoModelForCausalLM": "modeling_qwen.QWenLMHeadModel"
11
- },
12
- "bf16": false,
13
- "emb_dropout_prob": 0.0,
14
- "fp16": true,
15
- "fp32": false,
16
- "hidden_size": 4096,
17
- "initializer_range": 0.02,
18
- "intermediate_size": 22016,
19
- "kv_channels": 128,
20
- "layer_norm_epsilon": 1e-06,
21
- "max_position_embeddings": 8192,
22
- "model_type": "qwen",
23
- "no_bias": true,
24
- "num_attention_heads": 32,
25
- "num_hidden_layers": 32,
26
- "onnx_safe": null,
27
- "rotary_emb_base": 10000,
28
- "rotary_pct": 1.0,
29
- "scale_attn_weights": true,
30
- "seq_length": 2048,
31
- "tie_word_embeddings": false,
32
- "tokenizer_type": "QWenTokenizer",
33
- "torch_dtype": "float16",
34
- "transformers_version": "4.32.0",
35
- "use_cache": true,
36
- "use_dynamic_ntk": true,
37
- "use_flash_attn": false,
38
- "use_logn_attn": true,
39
- "vocab_size": 151936
40
- }