Upload FalconForCausalLM
Browse files- config.json +29 -23
- generation_config.json +2 -2
- model.safetensors +2 -2
config.json
CHANGED
@@ -1,32 +1,38 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/root/pretraining/local-models/training/2024-02-13_07-
|
3 |
-
"
|
|
|
4 |
"architectures": [
|
5 |
-
"
|
6 |
],
|
7 |
-
"
|
8 |
-
"
|
9 |
-
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
"initializer_range": 0.02,
|
12 |
"layer_norm_epsilon": 1e-05,
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"
|
19 |
-
"
|
20 |
-
"
|
21 |
-
"
|
22 |
-
"
|
23 |
-
"summary_activation": null,
|
24 |
-
"summary_first_dropout": 0.1,
|
25 |
-
"summary_proj_to_labels": true,
|
26 |
-
"summary_type": "cls_index",
|
27 |
-
"summary_use_proj": true,
|
28 |
"torch_dtype": "float32",
|
29 |
"transformers_version": "4.34.1",
|
30 |
"use_cache": true,
|
31 |
-
"vocab_size":
|
32 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/root/pretraining/local-models/training/2024-02-13_07-29-53",
|
3 |
+
"alibi": true,
|
4 |
+
"apply_residual_connection_post_layernorm": false,
|
5 |
"architectures": [
|
6 |
+
"FalconForCausalLM"
|
7 |
],
|
8 |
+
"attention_dropout": 0.0,
|
9 |
+
"auto_map": {
|
10 |
+
"AutoConfig": "configuration_falcon.FalconConfig",
|
11 |
+
"AutoModel": "modeling_falcon.FalconModel",
|
12 |
+
"AutoModelForCausalLM": "modeling_falcon.FalconForCausalLM",
|
13 |
+
"AutoModelForQuestionAnswering": "modeling_falcon.FalconForQuestionAnswering",
|
14 |
+
"AutoModelForSequenceClassification": "modeling_falcon.FalconForSequenceClassification",
|
15 |
+
"AutoModelForTokenClassification": "modeling_falcon.FalconForTokenClassification"
|
16 |
+
},
|
17 |
+
"bias": true,
|
18 |
+
"bos_token_id": 1,
|
19 |
+
"eos_token_id": 2,
|
20 |
+
"hidden_dropout": 0.0,
|
21 |
+
"hidden_size": 2048,
|
22 |
"initializer_range": 0.02,
|
23 |
"layer_norm_epsilon": 1e-05,
|
24 |
+
"max_position_embeddings": 2048,
|
25 |
+
"model_type": "falcon",
|
26 |
+
"multi_query": false,
|
27 |
+
"new_decoder_architecture": false,
|
28 |
+
"num_attention_heads": 32,
|
29 |
+
"num_hidden_layers": 24,
|
30 |
+
"num_kv_heads": 32,
|
31 |
+
"parallel_attn": false,
|
32 |
+
"rope_scaling": null,
|
33 |
+
"rope_theta": 10000.0,
|
|
|
|
|
|
|
|
|
|
|
34 |
"torch_dtype": "float32",
|
35 |
"transformers_version": "4.34.1",
|
36 |
"use_cache": true,
|
37 |
+
"vocab_size": 50304
|
38 |
}
|
generation_config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
-
"bos_token_id":
|
4 |
-
"eos_token_id":
|
5 |
"transformers_version": "4.34.1"
|
6 |
}
|
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": 2,
|
5 |
"transformers_version": "4.34.1"
|
6 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ea1003597f92613c2d381d2cb27e347fd1abf51d4bbb2168a3a0c89bcc18660
|
3 |
+
size 5246534968
|