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
Create runs/README.md
Browse files- runs/README.md +1 -0
runs/README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Tensorboard of the training run for this model.
|