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 2
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:7218340fe64105802cf3ef4ccbca6b31a9cbf226e3e4806044cb00cd57c5d447
|
| 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:4094be7792a5c10d6b243cab14d7e5d5b30b56b3b0d8932b25ae156e329af4a4
|
| 3 |
+
size 3946
|