Update README.md
Browse files
README.md
CHANGED
@@ -13,14 +13,18 @@ pipeline_tag: text-generation
|
|
13 |
|
14 |
English | [中文](README_ZH.md)
|
15 |
|
16 |
-
This model is a fine-tuned version of **Qwen3-4B-Instruct-2507**, specialized for **emotion recognition and emotionally-aware text generation**.
|
17 |
|
18 |
-
We provide
|
|
|
|
|
|
|
|
|
|
|
19 |
- **fp16** (~8GB on disk)
|
20 |
- [q4_K_M quantized](https://huggingface.co/OmniDimen/OmniDimen-v1.1-4B-Emotion-GGUF-q4_K_M) (~2.5GB on disk)
|
21 |
|
22 |
Both formats are released in **GGUF**, easily usable with [LM Studio](https://lmstudio.ai/), [Ollama](https://ollama.com/), and [PocketPal](https://github.com/a-ghorbani/pocketpal-ai).
|
23 |
-
Later, we will also upload [safetensors weights](https://huggingface.co/OmniDimen/OmniDimen-4B-Emotion) for research and framework integration.
|
24 |
|
25 |
---
|
26 |
|
@@ -91,8 +95,8 @@ Take all the time you need, sweetheart. Just remember that no matter what happen
|
|
91 |
## 📝 Changelog
|
92 |
|
93 |
- **v1.1 (2025-09-29)**
|
94 |
-
- First upload of **Safetensors** .
|
95 |
- Fix some bugs that output abnormal characters.
|
|
|
96 |
|
97 |
- **v1.0 (2025-09-19)**
|
98 |
- First upload of **GGUF weights** (fp16 and q4_K_M).
|
|
|
13 |
|
14 |
English | [中文](README_ZH.md)
|
15 |
|
16 |
+
This model is a fine-tuned version of **Qwen3-4B-Instruct-2507**, specialized for **emotion recognition and emotionally-aware text generation**.
|
17 |
|
18 |
+
We provide this model in this format:
|
19 |
+
- [safetensor(fp16)](https://huggingface.co/OmniDimen/OmniDimen-v1.1-4B-Emotion) (~13GB on disk)
|
20 |
+
|
21 |
+
The **safetensors weights** can be used directly with PyTorch-based setups and other frameworks that accept safetensors.
|
22 |
+
|
23 |
+
We also provide two easy-to-use weight formats:
|
24 |
- **fp16** (~8GB on disk)
|
25 |
- [q4_K_M quantized](https://huggingface.co/OmniDimen/OmniDimen-v1.1-4B-Emotion-GGUF-q4_K_M) (~2.5GB on disk)
|
26 |
|
27 |
Both formats are released in **GGUF**, easily usable with [LM Studio](https://lmstudio.ai/), [Ollama](https://ollama.com/), and [PocketPal](https://github.com/a-ghorbani/pocketpal-ai).
|
|
|
28 |
|
29 |
---
|
30 |
|
|
|
95 |
## 📝 Changelog
|
96 |
|
97 |
- **v1.1 (2025-09-29)**
|
|
|
98 |
- Fix some bugs that output abnormal characters.
|
99 |
+
- First upload of **safetensor weights**.
|
100 |
|
101 |
- **v1.0 (2025-09-19)**
|
102 |
- First upload of **GGUF weights** (fp16 and q4_K_M).
|