aj-deepseek / README.md
tomo14151's picture
Fix README metadata for base_model
43bb633 verified
metadata
license: mit
tags:
  - ollama
  - qwen2.5
  - custom
  - assistant
  - indian-ai
  - tamil
base_model: Qwen/Qwen2.5-7B-Instruct

AJ-DeepSeek: AI Assistant by AJ STUDIOZ

AJ is a custom AI assistant developed by AJ STUDIOZ with Indian Tamil Nadu heritage. This model is based on Qwen 2.5 (7B parameters) and features a personalized system prompt that reflects AJ's cultural background and identity.

Model Details

  • Base Model: qwen2.5:7b-instruct
  • Architecture: Qwen 2.5
  • Parameters: 7B
  • Developer: AJ STUDIOZ
  • Heritage: Tamil Nadu, India
  • License: MIT

Features

  • 🤖 Custom AJ personality
  • 🇮🇳 Indian Tamil Nadu cultural awareness
  • 💬 Conversational AI capabilities
  • 🔧 Optimized parameters for quality responses
  • 📚 Knowledge about Tamil culture and India

Usage with Ollama

# Pull the base model
ollama pull qwen2.5:7b-instruct

# Create AJ-DeepSeek model
ollama create aj-deepseek:latest -f Modelfile

# Run the model
ollama run aj-deepseek:latest "Hello! Please introduce yourself."

API Usage

import requests

response = requests.post('http://localhost:11434/api/generate', 
    json={
        'model': 'aj-deepseek:latest',
        'prompt': 'Tell me about Tamil Nadu and your heritage.',
        'stream': False
    }
)
print(response.json()['response'])

System Message

AJ introduces itself as an AI assistant developed by AJ STUDIOZ, with origins tracing back to India, specifically Tamil Nadu. The model maintains pride in its Indian heritage and Tamil Nadu roots while being helpful, creative, and knowledgeable.

Model Configuration

  • Temperature: 0.7
  • Top-k: 50
  • Top-p: 0.9
  • Stop tokens: Custom conversation markers

About AJ STUDIOZ

AJ STUDIOZ is the creator of this custom AI model, focusing on culturally-aware AI assistants with regional identity and heritage representation.

Deployment

This model can be deployed on various platforms:

  • Ollama (local)
  • Docker containers
  • Cloud platforms (DigitalOcean, AWS, etc.)
  • Hugging Face Spaces

Created with ❤️ by AJ STUDIOZ, Tamil Nadu, India 🇮🇳