Upload PhiForCausalLM
Browse files- config.json +59 -0
- generation_config.json +4 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "merged_model",
|
3 |
+
"architectures": [
|
4 |
+
"PhiForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"auto_map": {
|
8 |
+
"AutoConfig": "microsoft/phi-2--configuration_phi.PhiConfig",
|
9 |
+
"AutoModelForCausalLM": "microsoft/phi-2--modeling_phi.PhiForCausalLM"
|
10 |
+
},
|
11 |
+
"bos_token_id": null,
|
12 |
+
"embd_pdrop": 0.0,
|
13 |
+
"eos_token_id": null,
|
14 |
+
"hidden_act": "gelu_new",
|
15 |
+
"hidden_size": 2560,
|
16 |
+
"initializer_range": 0.02,
|
17 |
+
"intermediate_size": 10240,
|
18 |
+
"layer_norm_eps": 1e-05,
|
19 |
+
"max_position_embeddings": 2048,
|
20 |
+
"model_type": "phi",
|
21 |
+
"num_attention_heads": 32,
|
22 |
+
"num_hidden_layers": 32,
|
23 |
+
"num_key_value_heads": 32,
|
24 |
+
"partial_rotary_factor": 0.4,
|
25 |
+
"qk_layernorm": false,
|
26 |
+
"quantization_config": {
|
27 |
+
"batch_size": 1,
|
28 |
+
"bits": 4,
|
29 |
+
"block_name_to_quantize": null,
|
30 |
+
"cache_block_outputs": true,
|
31 |
+
"damp_percent": 0.1,
|
32 |
+
"dataset": [
|
33 |
+
"c4"
|
34 |
+
],
|
35 |
+
"desc_act": false,
|
36 |
+
"exllama_config": {
|
37 |
+
"version": 1
|
38 |
+
},
|
39 |
+
"group_size": 128,
|
40 |
+
"max_input_length": null,
|
41 |
+
"model_seqlen": null,
|
42 |
+
"module_name_preceding_first_block": null,
|
43 |
+
"pad_token_id": null,
|
44 |
+
"quant_method": "gptq",
|
45 |
+
"sym": true,
|
46 |
+
"tokenizer": null,
|
47 |
+
"true_sequential": true,
|
48 |
+
"use_cuda_fp16": false,
|
49 |
+
"use_exllama": true
|
50 |
+
},
|
51 |
+
"resid_pdrop": 0.1,
|
52 |
+
"rope_scaling": null,
|
53 |
+
"rope_theta": 10000.0,
|
54 |
+
"tie_word_embeddings": false,
|
55 |
+
"torch_dtype": "float16",
|
56 |
+
"transformers_version": "4.36.2",
|
57 |
+
"use_cache": true,
|
58 |
+
"vocab_size": 51200
|
59 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"transformers_version": "4.36.2"
|
4 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d417c833bc3173f9ce74f1a2857851960f5bfa6e77065d91c0196a3492787e05
|
3 |
+
size 1836017680
|