Instructions to use Weni/WeniGPT-Mistral-7B-instructBase-4bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Weni/WeniGPT-Mistral-7B-instructBase-4bit with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.1") model = PeftModel.from_pretrained(base_model, "Weni/WeniGPT-Mistral-7B-instructBase-4bit") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#3 opened 11 months ago
by
SFconvertbot
What was the dataset used for this?
#2 opened about 2 years ago
by
inkasaras
Adding the Open Portuguese LLM Leaderboard Evaluation Results
#1 opened about 2 years ago
by
leaderboard-pt-pr-bot