Instructions to use mtzig/v3c_llama_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mtzig/v3c_llama_lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mtzig/prm800k_llama_debug_full") model = PeftModel.from_pretrained(base_model, "mtzig/v3c_llama_lora") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 300
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 13648688
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3089ee5752591a99a34512cd610e5fd1c9cbde6f2e5e96052322709db58f3c20
|
| 3 |
size 13648688
|