初始化项目,由ModelHub XC社区提供模型
Model: abdelfetteh/tunisian-chatbot Source: Original Platform
This commit is contained in:
45
README.md
Normal file
45
README.md
Normal file
@@ -0,0 +1,45 @@
|
||||
---
|
||||
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
|
||||
Reference in New Issue
Block a user