Instructions to use Boffl/BullingerLM-llama3.1-8B-instruct-add with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Boffl/BullingerLM-llama3.1-8B-instruct-add with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit") model = PeftModel.from_pretrained(base_model, "Boffl/BullingerLM-llama3.1-8B-instruct-add") - Notebooks
- Google Colab
- Kaggle
Upload training_args.bin with huggingface_hub
Browse files- training_args.bin +3 -0
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b5199bf9874bce657a2c467ec0152e13a32f61890ec2346c16f9b41f0d34ec00
|
| 3 |
+
size 5368
|