45d96d5287775b4b1e4dce9b193bd8eb3a9ffdd5
Model: varundevmishra09/My_Model Source: Original Platform
license, base_model, tags, pipeline_tag
| license | base_model | tags | pipeline_tag | ||||
|---|---|---|---|---|---|---|---|
| apache-2.0 | mistralai/Mistral-7B-v0.1 |
|
text-generation |
Mistral Fine-Tuned Model
Description
This is a fine-tuned version of Mistral 7B using Unsloth.
Usage
from transformers import AutoTokenizer, AutoModelForCausalLM
model_id = "varundevmishra09/mistral-finetuned"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id)
Description