Instructions to use arijitx/IndicBART-bn-QuestionGeneration with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use arijitx/IndicBART-bn-QuestionGeneration with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("arijitx/IndicBART-bn-QuestionGeneration") model = AutoModelForSeq2SeqLM.from_pretrained("arijitx/IndicBART-bn-QuestionGeneration") - Notebooks
- Google Colab
- Kaggle
Upload added_tokens.json
Browse files- added_tokens.json +1 -0
added_tokens.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"<2te>": 64013, "<2pa>": 64011, "<2as>": 64002, "<s>": 64000, "<2en>": 64004, "<2bn>": 64003, "<2ta>": 64012, "<2or>": 64010, "<2gu>": 64005, "<2kn>": 64007, "<2ml>": 64008, "</s>": 64001, "<2mr>": 64009, "<2hi>": 64006}
|