Instructions to use TohidA/LlamaInstructMona with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use TohidA/LlamaInstructMona with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mlabonne/llama-2-7b-miniguanaco") model = PeftModel.from_pretrained(base_model, "TohidA/LlamaInstructMona") - Notebooks
- Google Colab
- Kaggle
Upload model
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 33598669
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97f9b445c44f874195f27e57c1d6e33168d079507882ad95f288d7c7c13887f8
|
| 3 |
size 33598669
|