Instructions to use SmartPy/bert-finetuned-squad-chaii with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SmartPy/bert-finetuned-squad-chaii with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="SmartPy/bert-finetuned-squad-chaii")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("SmartPy/bert-finetuned-squad-chaii") model = AutoModelForQuestionAnswering.from_pretrained("SmartPy/bert-finetuned-squad-chaii", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1109889457
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:20d488f69f790bdcb81ec6c6d4b4ad0985dc169083ca5f60b5886ff21b55614c
|
| 3 |
size 1109889457
|
runs/Sep04_17-14-28_5cce0c882db2/events.out.tfevents.1662311676.5cce0c882db2.17.2
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:753127dd916ddba81219197633948c2add8b021704809ebcf9af634aa5fd88eb
|
| 3 |
+
size 4103
|