Instructions to use nightingal3/bert-finetuned-wsc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nightingal3/bert-finetuned-wsc with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultipleChoice tokenizer = AutoTokenizer.from_pretrained("nightingal3/bert-finetuned-wsc") model = AutoModelForMultipleChoice.from_pretrained("nightingal3/bert-finetuned-wsc", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
50045b9
1
Parent(s): 1c8a5ca
Training in progress, step 1500
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438013357
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:efeb73921b670ee196b89dd27dbaae2bbe0510ba279ef1659ae9c3506c87caa3
|
| 3 |
size 438013357
|