Instructions to use llamafactory/tiny-random-Llama-3-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use llamafactory/tiny-random-Llama-3-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("llamafactory/tiny-random-Llama-3") model = PeftModel.from_pretrained(base_model, "llamafactory/tiny-random-Llama-3-lora") - Notebooks
- Google Colab
- Kaggle
Upload value_head.safetensors
Browse files- value_head.safetensors +3 -0
value_head.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ce845e5efd5acd35e2e1e9ac3657b247ff0d3551b2d0ef6d39dca5bbd4092ce2
|
| 3 |
+
size 260
|