FarsTail: A Persian Natural Language Inference Dataset
Paper • 2009.08820 • Published
How to use m3hrdadfi/bert-fa-base-uncased-farstail with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="m3hrdadfi/bert-fa-base-uncased-farstail") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("m3hrdadfi/bert-fa-base-uncased-farstail")
model = AutoModelForSequenceClassification.from_pretrained("m3hrdadfi/bert-fa-base-uncased-farstail")Please follow the FarsTail repo for the latest information about the dataset. For accessing the beneficiary models from this dataset, check out the Sentence-Transformer repo
@article{amirkhani2020farstail,
title={FarsTail: A Persian Natural Language Inference Dataset},
author={Hossein Amirkhani, Mohammad Azari Jafari, Azadeh Amirak, Zohreh Pourjafari, Soroush Faridan Jahromi, and Zeinab Kouhkan},
journal={arXiv preprint arXiv:2009.08820},
year={2020}
}