Fredtt3 commited on
Commit
43daa2d
·
verified ·
1 Parent(s): 1dfe6c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -24,6 +24,29 @@ tags:
24
 
25
  ![image](atheneamodel.png)
26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  ## 💻 Usage
28
 
29
  ### Installation
 
24
 
25
  ![image](atheneamodel.png)
26
 
27
+ **Athenea-4B-Thinking** is a fine-tuned version of [huihui-ai/Huihui-Qwen3-4B-Thinking-2507-abliterated](https://huggingface.co/huihui-ai/Huihui-Qwen3-4B-Thinking-2507-abliterated), designed as a **general-purpose reasoning model** capable of handling mathematical, multilingual, and conversational reasoning tasks.
28
+ Trained on diverse, high-quality reasoning data with explicit `<think>` and `</think>` traces, this model represents the **core generalist** version of the Athenea family, intended as a foundation for specialized reasoning variants.
29
+
30
+ > ⚠️ **Important Note:** This model uses an *abliterated (uncensored)* base version, providing full expressive freedom and unrestricted output generation. Users are fully responsible for any use or content produced by the model. It is intended exclusively for research and experimentation purposes.
31
+
32
+ ## 🎯 Model Description
33
+
34
+ Athenea-4B-Thinking leverages the structured reasoning framework of Huihui-Qwen3 and expands it across multiple domains and languages. It serves as a **multidomain reasoning model**, performing well in both conversational and analytical contexts.
35
+
36
+ Key features:
37
+
38
+ * **Step-by-step reasoning** within `<think>` blocks
39
+ * **General reasoning across math, language, and logic**
40
+ * **Multilingual understanding and response generation**
41
+ * **Uncensored reasoning output** for transparency
42
+ * **Improved logical consistency** through focused fine-tuning
43
+ * **Compatible with open inference frameworks** (Transformers, vLLM, etc.)
44
+
45
+ The model was fine-tuned using the dataset [Aquiles-ai/Athenea-40k](https://huggingface.co/datasets/Aquiles-ai/Athenea-40k).
46
+
47
+ > Note: Fine-tuning was performed using **Kronos**, Aquiles-ai’s proprietary enterprise fine-tuning system.
48
+
49
+
50
  ## 💻 Usage
51
 
52
  ### Installation