Ontocord.AI
commited on
Commit
·
dd4cfac
1
Parent(s):
dbc81d2
Upload config.json with huggingface_hub
Browse files- config.json +47 -0
config.json
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "student1/",
|
3 |
+
"alibi": false,
|
4 |
+
"apply_residual_connection_post_layernorm": false,
|
5 |
+
"architectures": [
|
6 |
+
"RWForCausalLM"
|
7 |
+
],
|
8 |
+
"attention_dropout": 0.0,
|
9 |
+
"auto_map": {
|
10 |
+
"AutoConfig": "tiiuae/falcon-7b--configuration_RW.RWConfig",
|
11 |
+
"AutoModel": "tiiuae/falcon-7b--modelling_RW.RWModel",
|
12 |
+
"AutoModelForCausalLM": "tiiuae/falcon-7b--modelling_RW.RWForCausalLM",
|
13 |
+
"AutoModelForQuestionAnswering": "tiiuae/falcon-7b--modelling_RW.RWForQuestionAnswering",
|
14 |
+
"AutoModelForSequenceClassification": "tiiuae/falcon-7b--modelling_RW.RWForSequenceClassification",
|
15 |
+
"AutoModelForTokenClassification": "tiiuae/falcon-7b--modelling_RW.RWForTokenClassification"
|
16 |
+
},
|
17 |
+
"bias": false,
|
18 |
+
"bos_token_id": 11,
|
19 |
+
"eos_token_id": 11,
|
20 |
+
"hidden_dropout": 0.0,
|
21 |
+
"hidden_size": 4544,
|
22 |
+
"init_metadata": {
|
23 |
+
"copied_decoder_layers": [
|
24 |
+
0,
|
25 |
+
4,
|
26 |
+
8,
|
27 |
+
12,
|
28 |
+
16,
|
29 |
+
20,
|
30 |
+
24,
|
31 |
+
31
|
32 |
+
],
|
33 |
+
"teacher_type": "RefinedWebModel"
|
34 |
+
},
|
35 |
+
"initializer_range": 0.02,
|
36 |
+
"layer_norm_epsilon": 1e-05,
|
37 |
+
"model_type": "RefinedWebModel",
|
38 |
+
"multi_query": true,
|
39 |
+
"n_head": 71,
|
40 |
+
"n_layer": 8,
|
41 |
+
"output_hidden_states": true,
|
42 |
+
"parallel_attn": true,
|
43 |
+
"torch_dtype": "bfloat16",
|
44 |
+
"transformers_version": "4.30.1",
|
45 |
+
"use_cache": true,
|
46 |
+
"vocab_size": 65024
|
47 |
+
}
|