Instructions to use ashutoshj01/bert-finetuned-squad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ashutoshj01/bert-finetuned-squad with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="ashutoshj01/bert-finetuned-squad")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("ashutoshj01/bert-finetuned-squad") model = AutoModelForQuestionAnswering.from_pretrained("ashutoshj01/bert-finetuned-squad", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit 路
e0f8099
1
Parent(s): 8e8cf64
Training in progress, epoch 1
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 430957037
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97637680c3d6d74ff4cd7d18993f917ebec7180d3783108b456c73bfaec9f0ce
|
| 3 |
size 430957037
|
runs/May23_10-29-10_b6818cf5ae38/1684837842.9083712/events.out.tfevents.1684837842.b6818cf5ae38.2804.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c97c3128b60a4a3f77d7aff5f9184cde8e5898f77016d9d966945d170f30d03e
|
| 3 |
+
size 5916
|
runs/May23_10-29-10_b6818cf5ae38/events.out.tfevents.1684837842.b6818cf5ae38.2804.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9558b466f5cad0e8e6260adb4b60e420d8773fc8a433c7f991b811d6c8a038e2
|
| 3 |
+
size 7520
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3899
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b2311cede7044fd1180cc08cf0781d08de075bd750b60200b28edd8e536ec2a
|
| 3 |
size 3899
|