Commit
·
0ce9b51
1
Parent(s):
d2cf822
Upload RWForCausalLM
Browse files- config.json +29 -0
- generation_config.json +6 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "Falcon1BValModels_0",
|
3 |
+
"alibi": true,
|
4 |
+
"apply_residual_connection_post_layernorm": false,
|
5 |
+
"architectures": [
|
6 |
+
"RWForCausalLM"
|
7 |
+
],
|
8 |
+
"attention_dropout": 0.0,
|
9 |
+
"auto_map": {
|
10 |
+
"AutoConfig": "tiiuae/falcon-rw-1b--configuration_RW.RWConfig",
|
11 |
+
"AutoModelForCausalLM": "tiiuae/falcon-rw-1b--modelling_RW.RWForCausalLM"
|
12 |
+
},
|
13 |
+
"bias": true,
|
14 |
+
"bos_token_id": 1,
|
15 |
+
"eos_token_id": 2,
|
16 |
+
"hidden_dropout": 0.0,
|
17 |
+
"hidden_size": 2048,
|
18 |
+
"initializer_range": 0.02,
|
19 |
+
"layer_norm_epsilon": 1e-05,
|
20 |
+
"model_type": "RefinedWebModel",
|
21 |
+
"multi_query": false,
|
22 |
+
"n_head": 32,
|
23 |
+
"n_layer": 24,
|
24 |
+
"parallel_attn": false,
|
25 |
+
"torch_dtype": "float32",
|
26 |
+
"transformers_version": "4.30.2",
|
27 |
+
"use_cache": false,
|
28 |
+
"vocab_size": 50304
|
29 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"transformers_version": "4.30.2"
|
6 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e2ee34512fceb92d9fdc5ea788d6467dda83bf62b261189627439b6410132d8
|
3 |
+
size 5246595929
|