Instructions to use Menouar/falcon7b-linear-equations with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Menouar/falcon7b-linear-equations with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("tiiuae/falcon-7b") model = PeftModel.from_pretrained(base_model, "Menouar/falcon7b-linear-equations") - Transformers
How to use Menouar/falcon7b-linear-equations with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Menouar/falcon7b-linear-equations", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 0
Browse files
adapter_config.json
CHANGED
|
@@ -19,10 +19,10 @@
|
|
| 19 |
"rank_pattern": {},
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
| 22 |
-
"dense_h_to_4h",
|
| 23 |
"dense",
|
|
|
|
| 24 |
"dense_4h_to_h",
|
| 25 |
-
"
|
| 26 |
],
|
| 27 |
"task_type": "CAUSAL_LM",
|
| 28 |
"use_rslora": false
|
|
|
|
| 19 |
"rank_pattern": {},
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
|
|
|
| 22 |
"dense",
|
| 23 |
+
"query_key_value",
|
| 24 |
"dense_4h_to_h",
|
| 25 |
+
"dense_h_to_4h"
|
| 26 |
],
|
| 27 |
"task_type": "CAUSAL_LM",
|
| 28 |
"use_rslora": 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:d1e6341c7bb069699a42e5a40c5ee9fde8b8ca14e9a8dbf652be7fb35f3af936
|
| 3 |
+
size 2226313792
|
runs/Jan30_12-58-51_fb2a2de7dc94/events.out.tfevents.1706619816.fb2a2de7dc94.527.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ebfbc5e4b4cc5c72b469938a5bedd76fb061b9a8f6b245cd26a407f9fcea120
|
| 3 |
+
size 7516
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4792
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fceb9f7fa45d52dd20bcd738ec9b42f82a1a59198ad09a2ea177a1e58f74d966
|
| 3 |
size 4792
|