Upload 3 files
Browse files- config.json +41 -0
- generation_config.json +6 -0
- model.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "tiiuae/falcon-7b-instruct",
|
| 3 |
+
"activation": "gelu",
|
| 4 |
+
"alibi": false,
|
| 5 |
+
"apply_residual_connection_post_layernorm": false,
|
| 6 |
+
"architectures": [
|
| 7 |
+
"FalconForCausalLM"
|
| 8 |
+
],
|
| 9 |
+
"attention_dropout": 0.0,
|
| 10 |
+
"auto_map": {
|
| 11 |
+
"AutoConfig": "tiiuae/falcon-7b-instruct--configuration_falcon.FalconConfig",
|
| 12 |
+
"AutoModel": "tiiuae/falcon-7b-instruct--modeling_falcon.FalconModel",
|
| 13 |
+
"AutoModelForCausalLM": "tiiuae/falcon-7b-instruct--modeling_falcon.FalconForCausalLM",
|
| 14 |
+
"AutoModelForQuestionAnswering": "tiiuae/falcon-7b-instruct--modeling_falcon.FalconForQuestionAnswering",
|
| 15 |
+
"AutoModelForSequenceClassification": "tiiuae/falcon-7b-instruct--modeling_falcon.FalconForSequenceClassification",
|
| 16 |
+
"AutoModelForTokenClassification": "tiiuae/falcon-7b-instruct--modeling_falcon.FalconForTokenClassification"
|
| 17 |
+
},
|
| 18 |
+
"bias": false,
|
| 19 |
+
"bos_token_id": 11,
|
| 20 |
+
"eos_token_id": 11,
|
| 21 |
+
"ffn_hidden_size": 256,
|
| 22 |
+
"hidden_dropout": 0.0,
|
| 23 |
+
"hidden_size": 64,
|
| 24 |
+
"initializer_range": 0.02,
|
| 25 |
+
"layer_norm_epsilon": 1e-05,
|
| 26 |
+
"max_position_embeddings": 2048,
|
| 27 |
+
"model_type": "falcon",
|
| 28 |
+
"multi_query": true,
|
| 29 |
+
"new_decoder_architecture": false,
|
| 30 |
+
"num_attention_heads": 2,
|
| 31 |
+
"num_hidden_layers": 2,
|
| 32 |
+
"num_kv_heads": 2,
|
| 33 |
+
"num_ln_in_parallel_attn": null,
|
| 34 |
+
"parallel_attn": true,
|
| 35 |
+
"rope_scaling": null,
|
| 36 |
+
"rope_theta": 10000.0,
|
| 37 |
+
"torch_dtype": "float32",
|
| 38 |
+
"transformers_version": "4.42.3",
|
| 39 |
+
"use_cache": true,
|
| 40 |
+
"vocab_size": 65024
|
| 41 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 11,
|
| 4 |
+
"eos_token_id": 11,
|
| 5 |
+
"transformers_version": "4.42.3"
|
| 6 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b6f36214665e9f23453529adeb3831be752a2d91b81199b4098e1b7bd780606
|
| 3 |
+
size 17009712
|