Update README.md
Browse files
README.md
CHANGED
|
@@ -2,23 +2,24 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |

|
| 5 |
-
**IcaroLM**, is a language model based on Qwen2 1.5B, designed for mobile efficiency, empathetic chat, and function calling.
|
| 6 |
-
This model is optimized for fast inference and low resource consumption on mobile devices, providing a seamless and responsive user experience.
|
| 7 |
-
Icaro-LM is fine-tuned for empathetic conversations and can understand and execute function calls within the conversation flow,
|
| 8 |
-
making it a versatile solution for various applications.
|
| 9 |
|
|
|
|
| 10 |
|
| 11 |
-
|
| 12 |
|
| 13 |
-
|
| 14 |
-
2. **Empathetic Chat**: Fine-tuned on datasets curated for empathetic and emotionally intelligent conversations.
|
| 15 |
-
3. **Function Calling**: Can understand and execute function calls within the conversation flow.
|
| 16 |
|
| 17 |
-
##
|
| 18 |
|
| 19 |
-
- Mobile
|
| 20 |
-
-
|
| 21 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
## Prompt format
|
| 24 |
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |

|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
|
| 6 |
+
# IcaroLM
|
| 7 |
|
| 8 |
+
IcaroLM is a fine-tuned and quantized version of Qwen2 1.5B, designed specifically for on-device mobile applications. By leveraging a 1.5B parameter architecture and quantization, the model is approximately **600MB** in size, making it practical for local deployment on smartphones and edge devices without requiring cloud connectivity.
|
| 9 |
|
| 10 |
+
IcaroLM has been fine-tuned for two primary objectives: maintaining emotionally intelligent conversations and executing reliable function calls within a chat flow.
|
|
|
|
|
|
|
| 11 |
|
| 12 |
+
## Key Features
|
| 13 |
|
| 14 |
+
- **Mobile-Ready Footprint:** The quantized model is roughly 600MB, allowing for efficient storage and inference on consumer mobile hardware.
|
| 15 |
+
- **Function Calling:** Explicitly fine-tuned to understand and execute function calls, enabling local task automation and tool use.
|
| 16 |
+
- **Empathetic Chat:** Trained on datasets curated for emotional intelligence, allowing for more natural and supportive interactions compared to base models.
|
| 17 |
+
|
| 18 |
+
## Use Cases
|
| 19 |
+
|
| 20 |
+
- **Mobile Assistants:** Local chatbots that can perform actions on the device (via function calling) without sending data to the server.
|
| 21 |
+
- **Emotional Support Apps:** Companion applications requiring a more empathetic and nuanced conversational tone.
|
| 22 |
+
- **Edge Automation:** Task-oriented agents that need to run locally with low latency.
|
| 23 |
|
| 24 |
## Prompt format
|
| 25 |
|