Instructions to use TuhinColumbia/SimileLiteral with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TuhinColumbia/SimileLiteral with Transformers:
# Load model directly from transformers import AutoTokenizer, RobertaForMultipleChoiceWithInferences tokenizer = AutoTokenizer.from_pretrained("TuhinColumbia/SimileLiteral") model = RobertaForMultipleChoiceWithInferences.from_pretrained("TuhinColumbia/SimileLiteral", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
fd6660d
1
Parent(s): 3653202
Upload training_args.bin with git-lfs
Browse files- training_args.bin +3 -0
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:94165233edadf52753527de29f34581d5d65603d1218852a8f80685e549f3fd4
|
| 3 |
+
size 2415
|