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")
Quick Links

Uploaded model

  • Developed by: HeshamHaroon
  • License: apache-2.0
Downloads last month
10
Inference Providers NEW

Model tree for HeshamHaroon/Arabic-llama3

Finetuned
(3106)
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