Navpy commited on
Commit
443b77a
·
verified ·
1 Parent(s): ae51182

add both versions to public

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md CHANGED
@@ -11,6 +11,41 @@ base_model:
11
  - microsoft/Phi-3.5-mini-instruct
12
  pipeline_tag: text-generation
13
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  # Version 2.0: The "Native JSON" Update
15
  The model has been completely re-trained from the ground up to be more stable, expressive, and structurally sound.
16
  ## What's New in V2?
 
11
  - microsoft/Phi-3.5-mini-instruct
12
  pipeline_tag: text-generation
13
  ---
14
+ ## 📦 Model Versions
15
+
16
+ This repository contains **two versions** of Nova. Choose the one that fits your needs:
17
+
18
+ | Version | File | Personality | JSON Behavior |
19
+ |---------|------|-------------|---------------|
20
+ | **V1** (Original) | `v1-phi-3.5-mini-instruct.Q4_K_M.gguf` | Balanced, less talkative, stable | Requires system prompt (see below) |
21
+ | **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) |
22
+
23
+ ---
24
+ ## 🔑 V1 System Prompt (Required)
25
+
26
+ For **V1 only** — you must use the ModelFile provided to get the best results out of the model.
27
+
28
+ ---
29
+ ## ✨ V2 (Native JSON)
30
+
31
+ 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.
32
+
33
+ > **Recommendation:** Use the provided `Modelfile` for best results with Ollama.
34
+
35
+ ---
36
+
37
+ ## 📥 Download
38
+
39
+ - **V1:** [`v1-phi-3.5-mini-instruct.Q4_K_M.gguf`](https://huggingface.co/Navpy/phi-3.5-AI-Vtuber-json/resolve/main/v1-phi-3.5-mini-instruct.Q4_K_M.gguf)
40
+ - **V2:** [`v2-phi-3.5-mini-instruct.Q4_K_M.gguf`](https://huggingface.co/Navpy/phi-3.5-AI-Vtuber-json/resolve/main/v2-phi-3.5-mini-instruct.Q4_K_M.gguf)
41
+
42
+ Both files are visible in the **Files** tab above.
43
+
44
+ ## 💡 Which one should I use?
45
+
46
+ - **Choose V1 if:** You want the original, balanced smart Nova and less talkative.
47
+ - **Choose V2 if:** You want a more talkative, emotional Nova.
48
+ ---
49
  # Version 2.0: The "Native JSON" Update
50
  The model has been completely re-trained from the ground up to be more stable, expressive, and structurally sound.
51
  ## What's New in V2?