How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="DataIntelligenceTeam/mistral_7B_NER")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("DataIntelligenceTeam/mistral_7B_NER")
model = AutoModelForCausalLM.from_pretrained("DataIntelligenceTeam/mistral_7B_NER")
Quick Links

Model Card for Model ID

Step Training Loss
25 1.065300
50 0.573700
75 0.655200
100 0.605700
125 0.431100
150 0.642100
175 0.389200

Model Details

Trained with 703 emails

Downloads last month
7
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support