Instructions to use hipnologo/falcon-7b-instruct-qlora-truthful-qa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use hipnologo/falcon-7b-instruct-qlora-truthful-qa with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("vilsonrodrigues/falcon-7b-instruct-sharded") model = PeftModel.from_pretrained(base_model, "hipnologo/falcon-7b-instruct-qlora-truthful-qa") - Notebooks
- Google Colab
- Kaggle
Upload 3 files
Browse files- adapter_model.bin +1 -1
adapter_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 18898161
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5c1bc67d09d84e46e70136b613bd470a959c27f60cf87bd88cefdf8d47cccbf
|
| 3 |
size 18898161
|