Instructions to use UKP-SQuARE/Extractive_MetaQA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use UKP-SQuARE/Extractive_MetaQA with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("UKP-SQuARE/Extractive_MetaQA") model = AutoModel.from_pretrained("UKP-SQuARE/Extractive_MetaQA") - Notebooks
- Google Colab
- Kaggle
Commit History
Upload tokenizer 88a1d31
Upload model 2534c17
initial commit dbc075e
Haritz Puerto commited on