Instructions to use mirbostani/bert-base-uncased-finetuned-triviaqa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mirbostani/bert-base-uncased-finetuned-triviaqa with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="mirbostani/bert-base-uncased-finetuned-triviaqa")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("mirbostani/bert-base-uncased-finetuned-triviaqa") model = AutoModelForQuestionAnswering.from_pretrained("mirbostani/bert-base-uncased-finetuned-triviaqa") - Notebooks
- Google Colab
- Kaggle
Commit 路
5f299ea
1
Parent(s): d71933b
Delete tokenizer.json
Browse files- tokenizer.json +0 -1
tokenizer.json
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
{"url": "https://huggingface.co/bert-base-uncased/resolve/main/tokenizer.json", "etag": "\"949a6f013d67eb8a5b4b5b46026217b888021b88\""}
|
|
|
|
|
|