Instructions to use codegood/Mistral_instruct_latest with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use codegood/Mistral_instruct_latest with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("filipealmeida/Mistral-7B-Instruct-v0.1-sharded") model = PeftModel.from_pretrained(base_model, "codegood/Mistral_instruct_latest") - Notebooks
- Google Colab
- Kaggle
Delete pytorch_model.bin
Browse files- pytorch_model.bin +0 -3
pytorch_model.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f248c06240323b3e143be7a6072764208cb79742f0f407e436a8f78451560e49
|
| 3 |
-
size 5020074994
|
|
|
|
|
|
|
|
|
|
|
|