Instructions to use prithivida/ALT_CTRLSum with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prithivida/ALT_CTRLSum with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("prithivida/ALT_CTRLSum") model = AutoModelForSeq2SeqLM.from_pretrained("prithivida/ALT_CTRLSum") - Notebooks
- Google Colab
- Kaggle
Add TF weights
#1
by joaogante - opened
- tf_model.h5 +3 -0
tf_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0907112a099532db129e9a5d5dabacd4258097d3c0d503b8877f6aae4771db8
|
| 3 |
+
size 1625921384
|