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