Downloads ยท 30 days
459
13% of all-time downloads
Navpy/phi-3.5-AI-Vtuber-json
phi-3.5-AI-Vtuber-json is a text generation model from Navpy. Use it when you need the model to write or continue text. The card lists the license as mit.
This repository contains two versions of Nova. Choose the one that fits your needs:
Downloads ยท 30 days
459
13% of all-time downloads
All-time downloads
3.4K
Public
Repo size
4.7 GB
Likes
4
Public
Click a slice to open those files.
.gguf4.7 GB ยท 100%
From the Hugging Face model README
This repository contains two versions of Nova. Choose the one that fits your needs:
| Version | File | Personality | JSON Behavior |
|---|---|---|---|
| V1 (Original) | v1-phi-3.5-mini-instruct.Q4_K_M.gguf | Balanced, less talkative, stable | Requires system prompt (see below) |
| V2 (Latest) | v2-phi-3.5-mini-instruct.Q4_K_M.gguf | More talkative, emotional, expressive | Native JSON โ no prompt needed (But still Prompt recommended for less hallucinations) |
For V1 only โ you must use the ModelFile provided to get the best results out of the model.
(Change the file name in the Modelfile to the one you downloaded)
V2 was trained for 2 epochs (0.62 loss) to make JSON its native language. It works with or without a system prompt, and is more talkative and emotionally expressive by default.
Recommendation: Use the provided
Modelfilefor best results with Ollama.
(Change the file name in the Modelfile to the one you downloaded)
Both files are visible in the Files tab above.
The model has been completely re-trained from the ground up to be more stable, expressive, and structurally sound.
While V1 was successfully fine-tuned to repond in JSON format, it required a System Prompt to guide the model for that behavior. V2 has been deeply trained 2epochs (0.62 loss) to make JSON and the personality its native language. It now understands the JSON structure at a foundational level, making it more 'alive,' talkative, and responsive even with minimal prompting. If you are downloading the new version, you can still use your old Modelfile! However, you will notice that responses feels much more talkative and emotional because the model is deeply fine-tuned.
This is a fine-tuned large language model based on Phi-3.5 Mini-Instruct, optimized for AI companion applications that require strict, machine-readable JSON output.
This was trained to always return responses in a consistent JSON format with response and emotion fields. This makes it easy to integrate with software that parses and uses AI outputs programmatically.
๐ Project Nova, where i have used this model: https://github.com/Navjot-Singh7/Project-Nova
{
"response": "...",
"emotion": "..."
}
Primary Use Case: AI companion systems and applications where responses must be machine-readable.
This model has been fine-tuned to:
Generate companion-style text that is appropriate, engaging, and in JSON format.
Always include both:
response: the AIโs text output
emotion: a tag describing the emotional tone of the response
Produce outputs that are consistent and reliable for code integration.
Custom Dataset - I created my own labeled dataset with 10โ20 original samples with JSON-style examples.
Synthetic Data Generation - Then I expanded this initial dataset using another language model to create a synthetic training corpus of ~1,800 samples.
Fine-Tuning Environment - Training was performed using Google Colab.
Dataset Composition - The dataset contains structured examples that guide the model to generate JSON output with response and emotion.
Below is an example of how the model might respond in your application:
{
"response": "Hello! I'm fine thank you... uhm.. did you have a good day?",
"emotion": "happy"
}
This makes it easy to parse and handle both the semantic content (response) and the emotional context (emotion) in code.
This model is licensed under the MIT License. You are free to use, modify, and distribute this model for personal or educational purposes.
phi-3.5-mini-instruct.Q4_K_M.ggufAn Ollama Modelfile is included for easy deployment. This was trained 2x faster with Unsloth <img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>