Instructions to use TurtleLiu/falcon7b_psychology_bot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use TurtleLiu/falcon7b_psychology_bot with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("ybelkada/falcon-7b-sharded-bf16") model = PeftModel.from_pretrained(base_model, "TurtleLiu/falcon7b_psychology_bot") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 10
Browse files
adapter_config.json
CHANGED
|
@@ -19,10 +19,10 @@
|
|
| 19 |
"rank_pattern": {},
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
| 22 |
-
"
|
| 23 |
"dense_4h_to_h",
|
| 24 |
-
"
|
| 25 |
-
"
|
| 26 |
],
|
| 27 |
"task_type": "CAUSAL_LM"
|
| 28 |
}
|
|
|
|
| 19 |
"rank_pattern": {},
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
| 22 |
+
"dense",
|
| 23 |
"dense_4h_to_h",
|
| 24 |
+
"dense_h_to_4h",
|
| 25 |
+
"query_key_value"
|
| 26 |
],
|
| 27 |
"task_type": "CAUSAL_LM"
|
| 28 |
}
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 261131840
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:226caac3792cb92e230c43fae16928c2b76cd6aad16292ce02a47b9c3e549e73
|
| 3 |
size 261131840
|
runs/Dec14_05-47-43_20bccaac44ff/events.out.tfevents.1702532981.20bccaac44ff.686.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f243ec25fc4805b7696c0b389862d142a2e99839f7064c80c8a5fd1b372ba2d
|
| 3 |
+
size 5082
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4728
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0962fb0e6c25520e08e86df9a199a2949a11e908d0d017cab5caf370ecfdb74e
|
| 3 |
size 4728
|