Instructions to use hallisky/lora-function-more-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-more-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-more-llama-3-8b") - Notebooks
- Google Colab
- Kaggle
Upload events.out.tfevents.1717276800.g3081.58612.0
Browse files
runs/events.out.tfevents.1717276800.g3081.58612.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a3148819897ed9619f8df18521d85f64510dc93e1f44f9c889112002b573597f
|
| 3 |
+
size 23816
|