Walid Ahmed commited on
Commit
0c420f5
·
verified ·
1 Parent(s): c2f9542

Update README.md

Browse files

# Text Summarization Tool

This Hugging Face Space hosts a web-based tool for summarizing text using a pre-trained model from Hugging Face. The tool allows users to input text and generate summaries interactively.

## Features

- **Interactive Interface**: Load the model, input text, and get summaries directly from the web interface.
- **User-Friendly**: Simple and easy-to-use interface with clear instructions.

## Models Supported

- sshleifer/distilbart-cnn-12-6

## Usage

1. **Load the Model**: The model `sshleifer/distilbart-cnn-12-6` is loaded automatically.
2. **Enter Text**: Input the text you want to summarize in the provided text box.
3. **Generate Summary**: Click the "Summarize Text" button to generate the summary.

## Example

1. Enter the text you want to summarize in the input text box.
2. Click the "Summarize Text" button to see the summarized text in the output box.

## Created by

This tool was created by **Walid Ahmed**.

## License

This project is licensed under the MIT License.

Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -10,4 +10,3 @@ pinned: false
10
  license: apache-2.0
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
10
  license: apache-2.0
11
  ---
12