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="itsrocchi/prova-it-seeweb-LLM-it")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("itsrocchi/prova-it-seeweb-LLM-it")
model = AutoModelForCausalLM.from_pretrained("itsrocchi/prova-it-seeweb-LLM-it", device_map="auto")
Quick Links

Model Card for Model ID

The model is a fine-tuned version of LLama-2-7b-chat-hf specialized into italian speaking.

Bias, Risks, and Limitations

Due to a lack of training the model may not produce 100% correct output sentences.

Training Data

The dataset used is itsrocchi/seeweb-llama-it-set, a dataset containing 101 italian prompt-answer conversations.

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

Dataset used to train itsrocchi/prova-it-seeweb-LLM-it