You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Alhdrawi AI Model

This is a custom large language model trained by Alhdrawi.
It supports Arabic and English text generation and is intended for use in chatbot systems, text completion, and more.

Example

You can run this model using the Hugging Face Inference API:

from transformers import AutoModelForCausalLM, AutoTokenizer

model = AutoModelForCausalLM.from_pretrained("Alhdrawi/alhdrawi")
tokenizer = AutoTokenizer.from_pretrained("Alhdrawi/alhdrawi")

inputs = tokenizer("مرحبا، كيف أستطيع مساعدتك؟", return_tensors="pt")
outputs = model.generate(**inputs, max_new_tokens=100)
print(tokenizer.decode(outputs[0]))
Downloads last month
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 1 Ask for provider support

Space using Alhdrawi/alhdrawi 1