Commit
·
dfb6913
1
Parent(s):
6e18240
Update README.md
Browse files
README.md
CHANGED
@@ -8,12 +8,7 @@ model-index:
|
|
8 |
- name: summarise_v9
|
9 |
results: []
|
10 |
---
|
11 |
-
|
12 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
-
should probably proofread and complete it, then remove this comment. -->
|
14 |
-
|
15 |
-
# summarise_v9
|
16 |
-
|
17 |
This model is a fine-tuned version of [allenai/led-base-16384](https://huggingface.co/allenai/led-base-16384) on the multi_news dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 2.3650
|
@@ -32,17 +27,11 @@ It achieves the following results on the evaluation set:
|
|
32 |
|
33 |
## Model description
|
34 |
|
35 |
-
|
36 |
|
37 |
## Intended uses & limitations
|
38 |
|
39 |
-
|
40 |
-
|
41 |
-
## Training and evaluation data
|
42 |
-
|
43 |
-
More information needed
|
44 |
-
|
45 |
-
## Training procedure
|
46 |
|
47 |
### Training hyperparameters
|
48 |
|
|
|
8 |
- name: summarise_v9
|
9 |
results: []
|
10 |
---
|
11 |
+

|
|
|
|
|
|
|
|
|
|
|
12 |
This model is a fine-tuned version of [allenai/led-base-16384](https://huggingface.co/allenai/led-base-16384) on the multi_news dataset.
|
13 |
It achieves the following results on the evaluation set:
|
14 |
- Loss: 2.3650
|
|
|
27 |
|
28 |
## Model description
|
29 |
|
30 |
+
This model was created to generate summaries of news articles.
|
31 |
|
32 |
## Intended uses & limitations
|
33 |
|
34 |
+
The model takes up to maximum article length of 1000 tokens and generates a summary of maximum length of 512 tokens, and minimum length of 100 tokens.
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
|
36 |
### Training hyperparameters
|
37 |
|