Instructions to use ShynBui/bert-finetuned-squad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ShynBui/bert-finetuned-squad with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="ShynBui/bert-finetuned-squad")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("ShynBui/bert-finetuned-squad") model = AutoModelForQuestionAnswering.from_pretrained("ShynBui/bert-finetuned-squad") - Notebooks
- Google Colab
- Kaggle
Training complete2
Browse files
runs/Feb05_23-27-11_0d412146d5cd/events.out.tfevents.1675639763.0d412146d5cd.415.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d2ea8d67ca08417bf437da977e4c1570f018e2ee5ea50d4fe61cb3f50c9f8920
|
| 3 |
+
size 20014
|