Upload folder using huggingface_hub
Browse files- config.json +8 -8
- generation_config.json +1 -1
- model.safetensors +3 -0
- special_tokens_map.json +7 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "tiiuae/falcon-7b",
|
3 |
"alibi": false,
|
4 |
"apply_residual_connection_post_layernorm": false,
|
5 |
"architectures": [
|
@@ -7,12 +7,12 @@
|
|
7 |
],
|
8 |
"attention_dropout": 0.0,
|
9 |
"auto_map": {
|
10 |
-
"AutoConfig": "configuration_falcon.FalconConfig",
|
11 |
-
"AutoModel": "tiiuae/falcon-7b--modeling_falcon.FalconModel",
|
12 |
-
"AutoModelForCausalLM": "modeling_falcon.FalconForCausalLM",
|
13 |
-
"AutoModelForQuestionAnswering": "tiiuae/falcon-7b--modeling_falcon.FalconForQuestionAnswering",
|
14 |
-
"AutoModelForSequenceClassification": "tiiuae/falcon-7b--modeling_falcon.FalconForSequenceClassification",
|
15 |
-
"AutoModelForTokenClassification": "tiiuae/falcon-7b--modeling_falcon.FalconForTokenClassification"
|
16 |
},
|
17 |
"bias": false,
|
18 |
"bos_token_id": 11,
|
@@ -29,7 +29,7 @@
|
|
29 |
"num_kv_heads": 71,
|
30 |
"parallel_attn": true,
|
31 |
"torch_dtype": "float16",
|
32 |
-
"transformers_version": "4.
|
33 |
"use_cache": true,
|
34 |
"vocab_size": 65024
|
35 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "tiiuae/falcon-7b-instruct",
|
3 |
"alibi": false,
|
4 |
"apply_residual_connection_post_layernorm": false,
|
5 |
"architectures": [
|
|
|
7 |
],
|
8 |
"attention_dropout": 0.0,
|
9 |
"auto_map": {
|
10 |
+
"AutoConfig": "tiiuae/falcon-7b-instruct--configuration_falcon.FalconConfig",
|
11 |
+
"AutoModel": "tiiuae/falcon-7b-instruct--modeling_falcon.FalconModel",
|
12 |
+
"AutoModelForCausalLM": "tiiuae/falcon-7b-instruct--modeling_falcon.FalconForCausalLM",
|
13 |
+
"AutoModelForQuestionAnswering": "tiiuae/falcon-7b-instruct--modeling_falcon.FalconForQuestionAnswering",
|
14 |
+
"AutoModelForSequenceClassification": "tiiuae/falcon-7b-instruct--modeling_falcon.FalconForSequenceClassification",
|
15 |
+
"AutoModelForTokenClassification": "tiiuae/falcon-7b-instruct--modeling_falcon.FalconForTokenClassification"
|
16 |
},
|
17 |
"bias": false,
|
18 |
"bos_token_id": 11,
|
|
|
29 |
"num_kv_heads": 71,
|
30 |
"parallel_attn": true,
|
31 |
"torch_dtype": "float16",
|
32 |
+
"transformers_version": "4.38.1",
|
33 |
"use_cache": true,
|
34 |
"vocab_size": 65024
|
35 |
}
|
generation_config.json
CHANGED
@@ -2,5 +2,5 @@
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 11,
|
4 |
"eos_token_id": 11,
|
5 |
-
"transformers_version": "4.
|
6 |
}
|
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 11,
|
4 |
"eos_token_id": 11,
|
5 |
+
"transformers_version": "4.38.1"
|
6 |
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b86867b86dc0400a3f3c365d311e8bc2d2b8547a65630a7843f49046fcfd98d1
|
3 |
+
size 1044808
|
special_tokens_map.json
CHANGED
@@ -12,5 +12,11 @@
|
|
12 |
">>SUFFIX<<",
|
13 |
">>MIDDLE<<"
|
14 |
],
|
15 |
-
"eos_token":
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
}
|
|
|
12 |
">>SUFFIX<<",
|
13 |
">>MIDDLE<<"
|
14 |
],
|
15 |
+
"eos_token": {
|
16 |
+
"content": "<|endoftext|>",
|
17 |
+
"lstrip": false,
|
18 |
+
"normalized": false,
|
19 |
+
"rstrip": false,
|
20 |
+
"single_word": false
|
21 |
+
}
|
22 |
}
|