remiai3 commited on
Commit
855b837
·
verified ·
1 Parent(s): 3e56582

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
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
+ ---