YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/model-cards#model-card-metadata)
GPT-2 Arabic Sentence Generator
Generate Reviews Sentences for Arabic.
language: "Arabic"
tags:
- Arabic
- generate text
- generate reviews
datasets:
- Large-scale book reviews Arabic LABR dataset.
Load Model
from transformers import AutoTokenizer, AutoModelWithLMHead
tokenizer = AutoTokenizer.from_pretrained("mofawzy/gpt2-arabic-sentence-generator")
model = AutoModelWithLMHead.from_pretrained("mofawzy/gpt2-arabic-sentence-generator")
- Downloads last month
- 135
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
the model is not deployed on the HF Inference API.