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 complete
Browse files
runs/Jan30_15-41-39_9de1de38d92f/events.out.tfevents.1675093400.9de1de38d92f.128.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:4db912cb6cfed554a48c44050fe39cca63ad1e80902393fe6bf704a6c0769e25
|
| 3 |
+
size 14635
|