Update config.json
Browse files- config.json +0 -12
config.json
CHANGED
@@ -1,19 +1,7 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/home/ubuntu/qiyang/outputs/checkpoint/Falcon3-7B-BitNet-FT-FW-5B/hf_bitnet",
|
3 |
"activation": "swiglu",
|
4 |
-
"architectures": [
|
5 |
-
"LlamaForCausalLM"
|
6 |
-
],
|
7 |
"attention_bias": false,
|
8 |
"attention_dropout": 0.0,
|
9 |
-
"auto_map": {
|
10 |
-
"AutoConfig": "tiiuae/falcon3-7B--configuration_llama.LlamaConfig",
|
11 |
-
"AutoModel": "tiiuae/falcon3-7B--modeling_llama.LlamaModel",
|
12 |
-
"AutoModelForCausalLM": "tiiuae/falcon3-7B--modeling_llama.LlamaForCausalLM",
|
13 |
-
"AutoModelForQuestionAnswering": "tiiuae/falcon3-7B--modeling_llama.LlamaForQuestionAnswering",
|
14 |
-
"AutoModelForSequenceClassification": "tiiuae/falcon3-7B--modeling_llama.LlamaForSequenceClassification",
|
15 |
-
"AutoModelForTokenClassification": "tiiuae/falcon3-7B--modeling_llama.LlamaForTokenClassification"
|
16 |
-
},
|
17 |
"bos_token_id": 11,
|
18 |
"eos_token_id": 11,
|
19 |
"head_dim": 256,
|
|
|
1 |
{
|
|
|
2 |
"activation": "swiglu",
|
|
|
|
|
|
|
3 |
"attention_bias": false,
|
4 |
"attention_dropout": 0.0,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"bos_token_id": 11,
|
6 |
"eos_token_id": 11,
|
7 |
"head_dim": 256,
|