MahmoudIbrahim
commited on
Commit
•
c9cabee
1
Parent(s):
a3a88f3
Upload FalconForCausalLM
Browse files- README.md +1 -1
- adapter_config.json +3 -6
- adapter_model.safetensors +2 -2
README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
---
|
2 |
base_model: ybelkada/falcon-7b-sharded-bf16
|
3 |
-
library_name: transformers
|
4 |
datasets:
|
5 |
- Omartificial-Intelligence-Space/Arabic-finanical-rag-embedding-dataset
|
6 |
language:
|
7 |
- ar
|
|
|
8 |
pipeline_tag: text-generation
|
9 |
---
|
10 |
|
|
|
1 |
---
|
2 |
base_model: ybelkada/falcon-7b-sharded-bf16
|
|
|
3 |
datasets:
|
4 |
- Omartificial-Intelligence-Space/Arabic-finanical-rag-embedding-dataset
|
5 |
language:
|
6 |
- ar
|
7 |
+
library_name: transformers
|
8 |
pipeline_tag: text-generation
|
9 |
---
|
10 |
|
adapter_config.json
CHANGED
@@ -4,14 +4,14 @@
|
|
4 |
"base_model_name_or_path": "ybelkada/falcon-7b-sharded-bf16",
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
-
"inference_mode":
|
8 |
"init_lora_weights": true,
|
9 |
"layer_replication": null,
|
10 |
"layers_pattern": null,
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
"lora_alpha": 16,
|
14 |
-
"lora_dropout": 0
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": null,
|
@@ -20,10 +20,7 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"dense"
|
24 |
-
"dense_h_to_4h",
|
25 |
-
"query_key_value",
|
26 |
-
"dense_4h_to_h"
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM",
|
29 |
"use_dora": false,
|
|
|
4 |
"base_model_name_or_path": "ybelkada/falcon-7b-sharded-bf16",
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": false,
|
8 |
"init_lora_weights": true,
|
9 |
"layer_replication": null,
|
10 |
"layers_pattern": null,
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
"lora_alpha": 16,
|
14 |
+
"lora_dropout": 0,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": null,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"dense"
|
|
|
|
|
|
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM",
|
26 |
"use_dora": false,
|
adapter_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:d5992c4aa0bcd0587821694c1cfa1e4a92efd4eed855254124752adb6fb73ebc
|
3 |
+
size 74457856
|