Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Text Summarization (CPU/GPU)
|
2 |
|
3 |
- **Model:** `sshleifer/distilbart-cnn-12-6` (Apache-2.0)
|
@@ -19,4 +28,4 @@ python main.py --help
|
|
19 |
|
20 |
> Tip: If you have a GPU + CUDA, PyTorch will auto-use it. If not, everything runs on CPU (slower but works).
|
21 |
|
22 |
-
---
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- sshleifer/distilbart-cnn-12-6
|
7 |
+
pipeline_tag: summarization
|
8 |
+
library_name: transformers
|
9 |
+
---
|
10 |
# Text Summarization (CPU/GPU)
|
11 |
|
12 |
- **Model:** `sshleifer/distilbart-cnn-12-6` (Apache-2.0)
|
|
|
28 |
|
29 |
> Tip: If you have a GPU + CUDA, PyTorch will auto-use it. If not, everything runs on CPU (slower but works).
|
30 |
|
31 |
+
---
|