Instructions to use mskov/falcon-7b-completion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mskov/falcon-7b-completion 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, "mskov/falcon-7b-completion") - Notebooks
- Google Colab
- Kaggle
Upload model_weights.zip
Browse files- model_weights.zip +3 -0
model_weights.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2482295e16817bc0f1ef361ecf594201247f8893a472a2ea5326a5f3892ff68
|
| 3 |
+
size 8510813582
|