Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
## Getting Started
|
2 |
|
3 |
### Installation
|
@@ -55,6 +65,4 @@ And also, `eval_results.csv` containing predictions of evaluation file.
|
|
55 |
2. https://huggingface.co/docs/transformers/en/tasks/summarization
|
56 |
|
57 |
### Note:
|
58 |
-
Download trained checkpoint from given drive link [checkpoint](https://drive.google.com/drive/folders/1yrl0VtmM9BtT4aU2Z5vLs6doz35MMxvM?usp=drive_link)
|
59 |
-
|
60 |
-
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- ai4anshu/sentence-compression
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
metrics:
|
7 |
+
- rouge
|
8 |
+
library_name: transformers
|
9 |
+
pipeline_tag: summarization
|
10 |
+
---
|
11 |
## Getting Started
|
12 |
|
13 |
### Installation
|
|
|
65 |
2. https://huggingface.co/docs/transformers/en/tasks/summarization
|
66 |
|
67 |
### Note:
|
68 |
+
Download trained checkpoint from given drive link [checkpoint](https://drive.google.com/drive/folders/1yrl0VtmM9BtT4aU2Z5vLs6doz35MMxvM?usp=drive_link)
|
|
|
|