Skip to content

Commit

Permalink
✏️ Minor change in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
arxyzan committed Feb 8, 2024
1 parent d7dadd6 commit b85915d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/inference/text_classification_example.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from hezar.models import Model

example = ["هزار، کتابخانه‌ای کامل برای به کارگیری آسان هوش مصنوعی"]
model = Model.load("hezarai/distilbert-fa-sentiment-dksf")
model = Model.load("hezarai/roberta-fa-sentiment-dksf")
outputs = model.predict(example)
print(outputs)

0 comments on commit b85915d

Please sign in to comment.