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 5
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:dca1ece78661b49a1194a57579f4fcc444b3aa955bbd32071ba5d987a93959b4
|
| 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:c57a6735fb2398867be9113271b7d0d4652c3fe0d6d731ecd150d785a198119e
|
| 3 |
+
size 15558
|