Instructions to use Devanshj7/shrey-mistral with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Devanshj7/shrey-mistral 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, "Devanshj7/shrey-mistral") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 1000
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 369142184
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ab7f58ceb7e9d3e31229529bcc8d6fbbcbee3d6745770baf5507d99e20c4912
|
| 3 |
size 369142184
|