Instructions to use MrAnderson/bert-base-512-full-trivia with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MrAnderson/bert-base-512-full-trivia with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="MrAnderson/bert-base-512-full-trivia")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("MrAnderson/bert-base-512-full-trivia") model = AutoModelForQuestionAnswering.from_pretrained("MrAnderson/bert-base-512-full-trivia") - Notebooks
- Google Colab
- Kaggle
Iqbal commited on
Commit 路
79b8ccf
1
Parent(s): 9017b96
Training in progress, step 10000
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 435657073
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83b6b9a40726d0477c4d477ab5d824e6023aeb60da2303e615c48c3b72b37873
|
| 3 |
size 435657073
|