Instructions to use klei1/Pinocchio-Lite-3B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Local Apps
- Unsloth Studio new
How to use klei1/Pinocchio-Lite-3B with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for klei1/Pinocchio-Lite-3B to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for klei1/Pinocchio-Lite-3B to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for klei1/Pinocchio-Lite-3B to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="klei1/Pinocchio-Lite-3B", max_seq_length=2048, )
Ministral-3-3B-Italian-KidsStories (finetuned)
Short description
A finetuned Italian instruction-following LLM intended to generate short, child-friendly educational stories in Italian. Built on top of mistralai/Ministral-3-3B-Instruct-2512 and finetuned primarily on an Italian children’s stories dataset (markod0925/Children-Stories-Collection-Italian) and additional curated, child-oriented prompts. Produces simple, age-appropriate narratives (3–5 paragraphs) that incorporate basic scientific concepts, memorable characters, and gentle moral lessons.
Model type: Causal language model (instruction-tuned, Italian)
Intended audience: Developers, educators, content creators, parents, and researchers wanting an Italian LLM for generating short educational stories for young children (with adult supervision).
Model overview
Optimized to:
- Produce simple Italian prose suitable for young children (vocabulary and sentence length aimed at early readers/listeners).
- Integrate elementary scientific concepts into narratives.
- Create memorable characters, dialogue-driven explanations, and a gentle twist with a life/science lesson.
Intended uses
Recommended:
- Generating short educational stories in Italian.
- Producing story prompts, outlines, or variations for human authors.
- Educational content drafts explaining simple scientific concepts.
Not recommended:
- Applications requiring guaranteed factual accuracy.
- Unsupervised distribution to children.
- High-stakes decision-making.
Limitations
- Hallucinations: May invent details.
- Bias & cultural sensitivity: Reflects training material biases.
- Safety for children: Not guaranteed to avoid inappropriate content.
- Evaluation gap: Further evaluation and filtering recommended for safety-critical use.
Training data & preprocessing
- Primary dataset:
markod0925/Children-Stories-Collection-Italian(~17.3k examples). - Preprocessing: Chat-style examples (
prompt→user,text→assistant), tokenized with the model tokenizer. - Filtering: Basic cleaning applied. Adult review recommended for PII or inappropriate content.
Safety considerations
- Human-in-the-loop: Adult review required before distribution to children.
- Automated filters: Use moderation pipeline for profanity, sexual/violent content.
- Prompt design: Avoid real-world medical, legal, or safety instructions.
- Disallowed uses: No impersonation of children or emotionally manipulative content.
How to use
Install
pip install transformers accelerate
Model tree for klei1/Pinocchio-Lite-3B
Base model
mistralai/Ministral-3-3B-Base-2512