Instructions to use aditi2222/paragus_models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aditi2222/paragus_models with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("aditi2222/paragus_models") model = AutoModelForSeq2SeqLM.from_pretrained("aditi2222/paragus_models", device_map="auto") - Notebooks
- Google Colab
- Kaggle
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:abbd40530884ecc89ca23e821f115f232d203efdb9a7256277213092c58aa2d6
|
| 3 |
+
size 2927
|