Instructions to use BEGADE/llama with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use BEGADE/llama with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-8B-Instruct") model = PeftModel.from_pretrained(base_model, "BEGADE/llama") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 4
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3443619040
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f07b47ffab2dad526b0393a97f11badcc4ac156dadf55fae6b180369796c7976
|
| 3 |
size 3443619040
|
runs/Jul19_09-25-46_92579e1ea6c5/events.out.tfevents.1721381220.92579e1ea6c5.9040.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1ca2545b064f1bef3bbe72eead2ba0d4064d91c9c42ec42e6aea4fea3900a67d
|
| 3 |
+
size 11711
|