Instructions to use TuhinColumbia/multiopus with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TuhinColumbia/multiopus with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("TuhinColumbia/multiopus") model = AutoModelForSeq2SeqLM.from_pretrained("TuhinColumbia/multiopus", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
73f2676
1
Parent(s): 179b36c
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:f5431d7660bf4bbd74226aa95eb4a1b058c8aee09dae17832853f0a75ad49452
|
| 3 |
+
size 2415
|