45 lines
1.0 KiB
Markdown
45 lines
1.0 KiB
Markdown
|
|
---
|
||
|
|
base_model: abdelfetteh/tunisian-chatbot
|
||
|
|
language:
|
||
|
|
- aeb
|
||
|
|
- ar
|
||
|
|
- fr
|
||
|
|
license: apache-2.0
|
||
|
|
tags:
|
||
|
|
- text-generation-inference
|
||
|
|
- transformers
|
||
|
|
- conversational
|
||
|
|
- tunisian-dialect
|
||
|
|
- arabic
|
||
|
|
- derja
|
||
|
|
library_name: transformers
|
||
|
|
pipeline_tag: text-generation
|
||
|
|
---
|
||
|
|
|
||
|
|
# Tunisian Chatbot 🇹🇳
|
||
|
|
|
||
|
|
A fine-tuned conversational model specifically optimized for Tunisian Derja (Arabic dialect) to provide natural and helpful customer support interactions.
|
||
|
|
|
||
|
|
## Model Overview
|
||
|
|
- Understanding and responding in Tunisian Derja
|
||
|
|
- Providing product recommendations
|
||
|
|
- Handling customer service inquiries
|
||
|
|
- Maintaining natural, friendly conversations
|
||
|
|
|
||
|
|
- **Developed by:** Abdelfetteh
|
||
|
|
- **Language:** Tunisian Derja (aeb), Arabic (ar), French (fr)
|
||
|
|
- **License:** apache-2.0
|
||
|
|
|
||
|
|
## Model Details
|
||
|
|
|
||
|
|
- **Model Type:** Causal Language Model (7B parameters)
|
||
|
|
- **Format:** 16-bit (float16)
|
||
|
|
- **Context Length:** 4096 tokens
|
||
|
|
- **Training Data:** Customer service conversations, product catalogs, and support interactions
|
||
|
|
|
||
|
|
## Quick Start
|
||
|
|
|
||
|
|
### Installation
|
||
|
|
|
||
|
|
```bash
|
||
|
|
pip install transformers torch accelerate
|