tasal9's picture
Upload README.md with huggingface_hub
3773e2c verified
|
raw
history blame
2.44 kB
---
language:
- en
- ps
license: mit
library_name: transformers
tags:
- mistral
- pashto
- education
- tutoring
- multilingual
base_model: mistralai/Mistral-7B-Instruct-v0.1
pipeline_tag: text-generation
datasets:
- tasal9/Pashto-Dataset-Creating-Dataset
---
# ZamAI-Mistral-7B-Pashto
Fine-tuned Mistral-7B for educational tutoring with Pashto language support
## 🌟 Model Overview
This model is part of the **ZamAI Pro Models Strategy** - a comprehensive AI platform designed for multilingual applications with specialized focus on Pashto language support.
### Key Features
- 🧠 **Advanced AI**: Based on mistralai/Mistral-7B-Instruct-v0.1 architecture
- 🌐 **Multilingual**: Optimized for Pashto and English
- ⚑ **High Performance**: Optimized for production deployment
- πŸ”’ **Secure**: Enterprise-grade security and privacy
## πŸ“š Usage
### Basic Usage with Transformers
```python
from transformers import AutoTokenizer, AutoModel
tokenizer = AutoTokenizer.from_pretrained("tasal9/ZamAI-Mistral-7B-Pashto")
model = AutoModel.from_pretrained("tasal9/ZamAI-Mistral-7B-Pashto")
# Example usage
text = "Your input text here"
inputs = tokenizer(text, return_tensors="pt")
outputs = model(**inputs)
```
### Usage with Hugging Face Inference API
```python
from huggingface_hub import InferenceClient
client = InferenceClient(token="your_hf_token")
response = client.text_generation(
model="tasal9/ZamAI-Mistral-7B-Pashto",
prompt="Your prompt here",
max_new_tokens=200
)
```
## πŸ”§ Technical Details
- **Model Type**: text-generation
- **Base Model**: mistralai/Mistral-7B-Instruct-v0.1
- **Languages**: Pashto (ps), English (en)
- **License**: MIT
- **Training**: Fine-tuned on Pashto educational and cultural content
## πŸš€ Applications
This model powers:
- **ZamAI Educational Platform**: Pashto language tutoring
- **Business Automation**: Document processing and analysis
- **Voice Assistants**: Natural language understanding
- **Cultural Preservation**: Supporting Pashto language technology
## πŸ“ž Support
For support and integration assistance:
- πŸ“§ **Email**: [email protected]
- 🌐 **Website**: [zamai.ai](https://zamai.ai)
- πŸ’¬ **Community**: [ZamAI Community](https://community.zamai.ai)
## πŸ“„ License
Licensed under the MIT License.
---
**Part of the ZamAI Pro Models Strategy - Transforming AI for Multilingual Applications** 🌟
*Updated: 2025-07-05 21:29:09 UTC*