Edit model card

The original ParsGPT2 model ported to Hezar for compatibility.

Usage

pip install hezar
from hezar.models import Model


model = Model.load("hezarai/gpt2-base-fa")
text = " در یک اتفاق شگفت انگیز، پژوهشگران"
outputs = model.predict(text)
print(outputs)
Downloads last month
0
Inference Examples
Inference API (serverless) does not yet support hezar models for this pipeline type.

Collection including hezarai/gpt2-base-fa