Instructions to use allenai/PRIMERA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use allenai/PRIMERA with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("allenai/PRIMERA") model = AutoModelForSeq2SeqLM.from_pretrained("allenai/PRIMERA") - Notebooks
- Google Colab
- Kaggle
Running zero-shot with customized dataset
#3
by 1l1l1l1l1l - opened
Hi all,
I'm trying to run zero-shot on PRIMERA with the customized dataset, is that available now? Any tutorials?
Much Appreciated
1l1l1l1l1l changed discussion title from Runing zero-shot with customised dataset to Runing zero-shot with customized dataset
1l1l1l1l1l changed discussion title from Runing zero-shot with customized dataset to Running zero-shot with customized dataset