Instructions to use Salesforce/qaconv-roberta-large-squad2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Salesforce/qaconv-roberta-large-squad2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="Salesforce/qaconv-roberta-large-squad2")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("Salesforce/qaconv-roberta-large-squad2") model = AutoModelForQuestionAnswering.from_pretrained("Salesforce/qaconv-roberta-large-squad2") - Notebooks
- Google Colab
- Kaggle
Unsafe model
#2
by xqiuresearch - opened
Hi Salesforce team,
I saw this model is marked unsafe for training_args.bin file. Is there any reason for this? Also if there is any alternative for it?
Thanks
Looks like the unsafe mark is gone.
xqiuresearch changed discussion status to closed