Instructions to use AhsanShahid/Text-Summary with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AhsanShahid/Text-Summary with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("AhsanShahid/Text-Summary") model = AutoModelForSeq2SeqLM.from_pretrained("AhsanShahid/Text-Summary") - Notebooks
- Google Colab
- Kaggle
Upload model.safetensors with huggingface_hub
Browse files- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:193f896d9e8850da083ff8e4424913cf2a1b050a854d1755c14c0bb213acecff
|
| 3 |
+
size 557912620
|