Instructions to use raicrits/MCC_lora_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use raicrits/MCC_lora_model with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/llama-3.2-11b-vision-instruct-unsloth-bnb-4bit") model = PeftModel.from_pretrained(base_model, "raicrits/MCC_lora_model") - Notebooks
- Google Colab
- Kaggle
- adapter_model.safetensors +1 -1
- tokenizer.json +2 -2
- x.pkl +2 -2
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 209798936
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:49e8e5b8b2820de06e39df1e8b8e86bd50303c03de4ddc0bf704ccf324462a76
|
| 3 |
size 209798936
|
tokenizer.json
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:d34b8b90d18ab7ffd5282840a84d5d4df705e2c8e6f74c906ee0a1ea5b6bd9dd
|
| 3 |
+
size 17210367
|
x.pkl
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:ac57d54dcc34f2ebf6f410f6d7fab436eb84f8f6b640782134b3d8062ebf71d0
|
| 3 |
+
size 5
|