Multiple Choice
Transformers
PyTorch
Persian
multilingual
t5
text2text-generation
mt5
persian
farsi
text-generation-inference
Instructions to use persiannlp/mt5-large-parsinlu-arc-comqa-obqa-multiple-choice with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use persiannlp/mt5-large-parsinlu-arc-comqa-obqa-multiple-choice with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("persiannlp/mt5-large-parsinlu-arc-comqa-obqa-multiple-choice") model = AutoModelForSeq2SeqLM.from_pretrained("persiannlp/mt5-large-parsinlu-arc-comqa-obqa-multiple-choice", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Automatic correction of README.md metadata. Contact website@huggingface.co for any question
Browse files
README.md
CHANGED
|
@@ -1,19 +1,19 @@
|
|
| 1 |
---
|
| 2 |
-
language:
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
thumbnail:
|
| 6 |
tags:
|
| 7 |
-
- multiple-choice
|
| 8 |
-
- mt5
|
| 9 |
-
- persian
|
| 10 |
-
- farsi
|
| 11 |
-
license:
|
| 12 |
datasets:
|
| 13 |
- parsinlu
|
| 14 |
-
- commonsenseqa
|
| 15 |
-
- arc
|
| 16 |
-
- openbookqa
|
| 17 |
metrics:
|
| 18 |
- accuracy
|
| 19 |
---
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- fa
|
| 4 |
+
- multilingual
|
| 5 |
+
thumbnail: https://upload.wikimedia.org/wikipedia/commons/a/a2/Farsi.svg
|
| 6 |
tags:
|
| 7 |
+
- multiple-choice
|
| 8 |
+
- mt5
|
| 9 |
+
- persian
|
| 10 |
+
- farsi
|
| 11 |
+
license: cc-by-nc-sa-4.0
|
| 12 |
datasets:
|
| 13 |
- parsinlu
|
| 14 |
+
- commonsenseqa
|
| 15 |
+
- arc
|
| 16 |
+
- openbookqa
|
| 17 |
metrics:
|
| 18 |
- accuracy
|
| 19 |
---
|