Instructions to use hama3/trained_bert3_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hama3/trained_bert3_model with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultipleChoice tokenizer = AutoTokenizer.from_pretrained("hama3/trained_bert3_model") model = AutoModelForMultipleChoice.from_pretrained("hama3/trained_bert3_model") - Notebooks
- Google Colab
- Kaggle
Upload BertForMultipleChoice
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 444855292
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f993357d7cdb98c24066194553420c43b6a55e6086321b699d13408da29d49d0
|
| 3 |
size 444855292
|