Summarization
Transformers
PyTorch
Safetensors
Hebrew
t5
text2text-generation
text-generation-inference
Instructions to use imvladikon/het5_summarization with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use imvladikon/het5_summarization with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "summarization" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("summarization", model="imvladikon/het5_summarization")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("imvladikon/het5_summarization") model = AutoModelForSeq2SeqLM.from_pretrained("imvladikon/het5_summarization", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 52ead416c0df7e09c2f66334ea92b7c9b00e84b199070ba100bb19ea3116b22a
- Size of remote file:
- 4.09 kB
- SHA256:
- dea1b72518abd94cf148a407de024e29838547627bded2ab8169305f5bb2fde4
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.