Instructions to use lennartschaeffer/TextSummarizerGenAI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lennartschaeffer/TextSummarizerGenAI with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("lennartschaeffer/TextSummarizerGenAI") model = AutoModelForSeq2SeqLM.from_pretrained("lennartschaeffer/TextSummarizerGenAI") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,8 +12,6 @@ base_model:
|
|
| 12 |
Flan T5 small model fine tuned on BBC News articles for text summarization.
|
| 13 |
|
| 14 |
|
| 15 |
-
## Model Details
|
| 16 |
-
|
| 17 |
### Model Description
|
| 18 |
|
| 19 |
<!-- Provide a longer summary of what this model is. -->
|
|
|
|
| 12 |
Flan T5 small model fine tuned on BBC News articles for text summarization.
|
| 13 |
|
| 14 |
|
|
|
|
|
|
|
| 15 |
### Model Description
|
| 16 |
|
| 17 |
<!-- Provide a longer summary of what this model is. -->
|