Instructions to use hallisky/lora-function-less-llama-3-8b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use hallisky/lora-function-less-llama-3-8b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-8B") model = PeftModel.from_pretrained(base_model, "hallisky/lora-function-less-llama-3-8b") - Notebooks
- Google Colab
- Kaggle
Upload events.out.tfevents.1717304221.g3081.32328.0
Browse files
runs/events.out.tfevents.1717304221.g3081.32328.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f55ddcad0fde0a5f1cdf9efbff4b223a1a3fe9f3520ca182abb8b01bda3df853
|
| 3 |
+
size 23816
|