| --- |
| license: mit |
| datasets: |
| - VDC-team/DialoguesEN-22k-Instructional |
| language: |
| - en |
| tags: |
| - English |
| - LM |
| - 50M |
| - small_talk |
| - smalltalk |
| - VDC |
| - Text |
| base_model: |
| - VDC-team/SmallDront2-50M-Base |
| --- |
|  |
| <div align="center"> |
|
|
| # π€ SmallDront2-50M-Instuctional |
|
|
| *A lightweight conversational AI model designed for natural Instructional talk* |
|
|
| [](https://opensource.org/licenses/MIT) |
| [](https://huggingface.co/) |
| []() |
| []() |
|
|
| </div> |
|
|
| --- |
|
|
| ## π Overview |
|
|
|
|
| **SmallDront2-50M-Instuctional** is a compact language model specifically fine-tuned for engaging instructional conversations. With 50 million parameters in F32 precision, it strikes a balance between performance and efficiency β delivering coherent, natural dialogue without the overhead of larger models. |
|
|
| **This is not the latest SmallDront2 Instructional model; a more fully trained version may be released later.** |
|
|
| --- |
|
|
| ## β¨ Features |
|
|
| | Feature | Detail | |
| |---------|--------| |
| | π§ **Architecture** | Transformer-based | |
| | π’ **Parameters** | +-50,000,000 | |
| | π **Precision** | F32 (Full float32) | |
| | π€ **Tokenizer** | **GPT-2 Tokenizer** | |
| | π¦ **Format** | Hugging Face | |
| | π·οΈ **Special Tokens** | `<\|user\|>` `<\|assistant\|>` | |
|
|
| --- |
|
|
| ## π Training |
|
|
| The model was trained on the **[VDC-team/DialoguesEN-22k-Instructional](https://huggingface.co/VDC-team/DialoguesEN-22k-Instructional)** dataset until reaching a loss of **2.8**. |
|
|
| --- |
|
|
| ## π¬ Example Conversations |
|
|
| *Temperature: 0.5* |
|
|
| ```text |
| You: What is Chatbot |
| Assistant: Chat-bot is the most important and AI. It can: |
| 1. Answer questions |
| 2. Conduct dialogue |
| |
| You: What is a smartphone? |
| Assistant: A smartphone is a device that provides a computer. It is used for home, offices, and in home. Key aspects: |
| 1. In homes and home |
| 2. In the kitchen |
| 3. In a bathroom |
| 4. In the room and office |
| 5. In a kitchen and |
| |
| ``` |
|
|
| **use.py** - use model example |