Instructions to use hama3/finetuned_bert_large_jcommon with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hama3/finetuned_bert_large_jcommon with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultipleChoice tokenizer = AutoTokenizer.from_pretrained("hama3/finetuned_bert_large_jcommon") model = AutoModelForMultipleChoice.from_pretrained("hama3/finetuned_bert_large_jcommon") - 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 1349818284
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1eeedf8aa7bba6a5ea355ad6123b3c6bff69ab5d3f7084b3b8f5eec333fbf35c
|
| 3 |
size 1349818284
|