Instructions to use lfhe/task-2-mistralai-Ministral-8B-Instruct-2410 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use lfhe/task-2-mistralai-Ministral-8B-Instruct-2410 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Ministral-8B-Instruct-2410") model = PeftModel.from_pretrained(base_model, "lfhe/task-2-mistralai-Ministral-8B-Instruct-2410") - Notebooks
- Google Colab
- Kaggle
update
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1396772216
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eaff577b7b8870a42c6fb6eb56b788685dc17f157b9bc30c381e6fc2c88511a5
|
| 3 |
size 1396772216
|