license: bigcode-openrail-m tags: - islam - chatbot - quran - muslim-ai - agent

πŸ•Œ AgentMusim

AgentMusim is an AI agent designed for the global Muslim community. It provides answers to faith-based questions, helps with prayer timings, and integrates culturally relevant knowledge using modern language models.

✨ Features

  • Quranic Q&A
  • Hadith reference support
  • Prayer times (based on location)
  • Fasting calendar
  • General Islamic assistant

🧠 Model Details

  • Base model: Mistral / LLaMA2 / Phi-2 (specify)
  • Fine-tuned on Islamic QA datasets and trusted sources.
  • Trained using the bigcode-openrail-m license guidelines.

πŸ€– Usage

from transformers import AutoModelForCausalLM, AutoTokenizer

tokenizer = AutoTokenizer.from_pretrained("likhonsheikh/AgentMusim")
model = AutoModelForCausalLM.from_pretrained("likhonsheikh/AgentMusim")

inputs = tokenizer("Who was the first Prophet in Islam?", return_tensors="pt")
outputs = model.generate(**inputs)
print(tokenizer.decode(outputs[0]))
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support