Instructions to use janeel/muppet-roberta-base-finetuned-squad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use janeel/muppet-roberta-base-finetuned-squad with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="janeel/muppet-roberta-base-finetuned-squad")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("janeel/muppet-roberta-base-finetuned-squad") model = AutoModelForQuestionAnswering.from_pretrained("janeel/muppet-roberta-base-finetuned-squad") - Notebooks
- Google Colab
- Kaggle
Evaluation results for janeel/muppet-roberta-base-finetuned-squad model as a base model for other tasks
#1
by eladven - opened
As part of a research effort to identify high quality models in Huggingface that can serve as base models for further finetuning, we evaluated this by finetuning on 36 datasets. The model ranks 2nd among all tested models for the roberta-base architecture as of 21/12/2022.
To share this information with others in your model card, please add the following evaluation results to your README.md page.
For more information please see https://ibm.github.io/model-recycling/ or contact me.
Best regards,
Elad Venezian
eladv@il.ibm.com
IBM Research AI