bart-base-samsum / README.md
philschmid's picture
philschmid HF staff
commit files to HF hub
3456945
|
raw
history blame
1.48 kB
metadata
language: en
tags:
  - sagemaker
  - bart
  - summarization
license: apache-2.0
datasets:
  - samsum

bart-base-samsum

This model was trained using Amazon SageMaker and the new Hugging Face Deep Learning container.

For more information look at:

Result

key value
key value
key value

Usage

from transformers import pipeline
summarizer = pipeline("summarization", model="philschmid/bart-base-samsum")

conversation = '''Jeff: Can I train a 🤗 Transformers model on Amazon SageMaker? 
Philipp: Sure you can use the new Hugging Face Deep Learning Container. 
Jeff: ok.
Jeff: and how can I get started? 
Jeff: where can I find documentation? 
Philipp: ok, ok you can find everything here. https://huggingface.co/blog/the-partnership-amazon-sagemaker-and-hugging-face                                           
'''
nlp(conversation)