Question Answering
Transformers
PyTorch
TensorBoard
English
bert
multiple-choice
Generated from Trainer
Multiple Choice
Instructions to use DunnBC22/bert-base-uncased-e_CARE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DunnBC22/bert-base-uncased-e_CARE with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="DunnBC22/bert-base-uncased-e_CARE")# Load model directly from transformers import AutoTokenizer, AutoModelForMultipleChoice tokenizer = AutoTokenizer.from_pretrained("DunnBC22/bert-base-uncased-e_CARE") model = AutoModelForMultipleChoice.from_pretrained("DunnBC22/bert-base-uncased-e_CARE") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 4
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438000433
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b763ae4a8f6e3f610207c82443390c2de87f0d828ca546fd1c73a52b43fa65d
|
| 3 |
size 438000433
|
runs/Aug02_21-21-28_3a821f191617/events.out.tfevents.1691011303.3a821f191617.187.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:8f37d72648e9ab890c3d6544fadd872fdbef4f98902c2229a3828177bc1188ab
|
| 3 |
+
size 13351
|