Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,9 @@ datasets:
|
|
| 8 |
thumbnail: https://huggingface.co/front/thumbnails/distilbart_medium.png
|
| 9 |
---
|
| 10 |
|
|
|
|
|
|
|
|
|
|
| 11 |
### Usage
|
| 12 |
|
| 13 |
This checkpoint should be loaded into `BartForConditionalGeneration.from_pretrained`. See the [BART docs](https://huggingface.co/transformers/model_doc/bart.html?#transformers.BartForConditionalGeneration) for more information.
|
|
|
|
| 8 |
thumbnail: https://huggingface.co/front/thumbnails/distilbart_medium.png
|
| 9 |
---
|
| 10 |
|
| 11 |
+
### Service Deployment Code :
|
| 12 |
+
https://github.com/manojpreveen/Summarization-Service
|
| 13 |
+
|
| 14 |
### Usage
|
| 15 |
|
| 16 |
This checkpoint should be loaded into `BartForConditionalGeneration.from_pretrained`. See the [BART docs](https://huggingface.co/transformers/model_doc/bart.html?#transformers.BartForConditionalGeneration) for more information.
|