How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="HeshamHaroon/Arabic-llama3")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("HeshamHaroon/Arabic-llama3")
model = AutoModelForCausalLM.from_pretrained("HeshamHaroon/Arabic-llama3", device_map="auto")
Quick Links

Uploaded model

  • Developed by: HeshamHaroon
  • License: apache-2.0
Downloads last month
36
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for HeshamHaroon/Arabic-llama3

Finetuned
(3112)
this model
Adapters
1 model
Finetunes
2 models
Merges
1 model
Quantizations
2 models

Dataset used to train HeshamHaroon/Arabic-llama3

Space using HeshamHaroon/Arabic-llama3 1

Collections including HeshamHaroon/Arabic-llama3