gpt2-base-fa / README.md
arxyzan's picture
Create README.md
92f4aec
|
raw
history blame
No virus
412 Bytes
metadata
language:
  - fa
library_name: hezar
pipeline_tag: text-generation

The original ParsGPT2 model ported to Hezar for compatibility.

Usage

pip install hezar
from hezar import Model


model = Model.load("gpt2-base-fa")
text = " در یک اتفاق شگفت انگیز، پژوهشگران"
outputs = model.predict(text)
print(outputs)