Upload 2 files
Browse files- config.json +34 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "Jiqing/tiny_random_falcon",
|
| 3 |
+
"activation": "gelu",
|
| 4 |
+
"alibi": false,
|
| 5 |
+
"apply_residual_connection_post_layernorm": false,
|
| 6 |
+
"architectures": [
|
| 7 |
+
"FalconForCausalLM"
|
| 8 |
+
],
|
| 9 |
+
"attention_dropout": 0.0,
|
| 10 |
+
"bias": false,
|
| 11 |
+
"bos_token_id": 11,
|
| 12 |
+
"eos_token_id": 11,
|
| 13 |
+
"ffn_hidden_size": 256,
|
| 14 |
+
"hidden_dropout": 0.0,
|
| 15 |
+
"hidden_size": 64,
|
| 16 |
+
"initializer_range": 0.02,
|
| 17 |
+
"is_decoder": true,
|
| 18 |
+
"layer_norm_epsilon": 1e-05,
|
| 19 |
+
"max_position_embeddings": 2048,
|
| 20 |
+
"model_type": "falcon",
|
| 21 |
+
"multi_query": true,
|
| 22 |
+
"new_decoder_architecture": false,
|
| 23 |
+
"num_attention_heads": 2,
|
| 24 |
+
"num_hidden_layers": 2,
|
| 25 |
+
"num_kv_heads": 2,
|
| 26 |
+
"num_ln_in_parallel_attn": null,
|
| 27 |
+
"parallel_attn": true,
|
| 28 |
+
"rope_scaling": null,
|
| 29 |
+
"rope_theta": 10000.0,
|
| 30 |
+
"torchscript": true,
|
| 31 |
+
"transformers_version": "4.42.3",
|
| 32 |
+
"use_cache": true,
|
| 33 |
+
"vocab_size": 65024
|
| 34 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f59168ace3a1128f17d792917ec91eb1bbabc2290213bde931e79fe2e9cb5928
|
| 3 |
+
size 18069039
|