Instructions to use niltonseixas/summarizer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use niltonseixas/summarizer with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("niltonseixas/summarizer", set_active=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ library_name: adapter-transformers
|
|
| 8 |
|
| 9 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 10 |
|
| 11 |
-
THis model aims to summarize general texts. It is just for studying
|
| 12 |
|
| 13 |
### Model Description
|
| 14 |
|
|
|
|
| 8 |
|
| 9 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 10 |
|
| 11 |
+
THis model aims to summarize general texts. It is just for studying purposes.
|
| 12 |
|
| 13 |
### Model Description
|
| 14 |
|