gpt2-base-fa / README.md
Amin24's picture
Update README.md
62c07c1
|
raw
history blame
No virus
458 Bytes
metadata
language:
  - fa
library_name: hezar
tags:
  - text-generation
  - hezar
pipeline_tag: text-generation

The original ParsGPT2 model ported to Hezar for compatibility.

Usage

pip install hezar
from hezar.model import Model


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