Instructions to use Minata/cot_method2test-mistral-7B_v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Minata/cot_method2test-mistral-7B_v1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-v0.1") model = PeftModel.from_pretrained(base_model, "Minata/cot_method2test-mistral-7B_v1") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 45
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 609389712
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d46d7a61426865b99b07ddd18d9a5c72e38b9b35f7b61d3361be09f36f13b6a1
|
| 3 |
size 609389712
|