Instructions to use dominguesm/alpaca-lora-ptbr-7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dominguesm/alpaca-lora-ptbr-7b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("decapoda-research/llama-7b-hf") model = PeftModel.from_pretrained(base_model, "dominguesm/alpaca-lora-ptbr-7b") - Notebooks
- Google Colab
- Kaggle
Commit ·
075fc0e
1
Parent(s): 761bca7
Model
Browse files- EXAMPLES.md +0 -0
- adapter_model.bin +1 -1
EXAMPLES.md
ADDED
|
File without changes
|
adapter_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 16822989
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:01857b4b4f35b116d8999b03735288639a213d77e5a8d0d46a7b1ad81aa2ee56
|
| 3 |
size 16822989
|