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
Commit History
Rename adapter_model.safetensors to model.safetensors deb30a5
Delete pytorch_model.bin 3fad752
Update adapter_config.json a29adf4
Update config.json 6f5c402
Upload 15 files 400e9cd
Update adapter_config.json fd205d2
Delete Latest_Inferencing.ipynb 1a4b731
Rename config (1).json to config.json 841a697
Upload 11 files 65adfe9
codegood/Mistral_instruct_QA/ 1ea7313
codegood/AWS_Mistral_SC/ 08eae84
codegood/AWS_Mistral_SC/ f9529fd
codegood/AWS_Mistral_SCQA/ 6564bfc
initial commit c6d5a21
Stephan commited on