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 ·
1c8a5ca
1
Parent(s): c2e893e
Training in progress, step 1000
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:f8965f729c8b2f3acaf2d1f84214aff4dca16d2b9e1808fc60f43848ff8bb91b
|
| 3 |
size 438013357
|