license, base_model, tags, pipeline_tag
license base_model tags pipeline_tag
apache-2.0 mistralai/Mistral-7B-v0.1
mistral
fine-tuned
unsloth
text-generation
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
Model synced from source: varundevmishra09/My_Model
Readme 659 KiB