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.

Arabic LLM โ€“ Qwen72B

This model is a fine-tuned Arabic version of Qwen 72B, optimized for Arabic understanding and generation.

โš™๏ธ Intended Use

  • Arabic question-answering
  • Dialogue agents
  • Text generation and summarization

Not intended for producing factual or sensitive information without human verification.


๐Ÿ“ฆ Usage

from transformers import AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTokenizer.from_pretrained("Lina-Z/arabic_llm_test")
model = AutoModelForCausalLM.from_pretrained("Lina-Z/arabic_llm_test")
prompt = "ุงุดุฑุญ ู…ูู‡ูˆู… ุงู„ุงู†ุชุจุงู‡ ุงู„ุฐุงุชูŠ ููŠ ุงู„ู†ู…ุงุฐุฌ ุงู„ู„ุบูˆูŠุฉ"
inputs = tokenizer(prompt, return_tensors="pt").to(model.device)
outputs = model.generate(**inputs, max_new_tokens=200)
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
Downloads last month
-
Safetensors
Model size
73B params
Tensor type
BF16
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support