Instructions to use AshArya/ITRLTrained with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AshArya/ITRLTrained with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("AshArya/ITRLTrained") model = AutoModelForSeq2SeqLM.from_pretrained("AshArya/ITRLTrained") - Notebooks
- Google Colab
- Kaggle
Upload TFT5ForConditionalGeneration
Browse files- tf_model.h5 +1 -1
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1089286000
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9db979edb5bfbd84e4806b737a5e0325255686043de52e9b65ae1c4e60744bb0
|
| 3 |
size 1089286000
|