Update README.md
Browse files
README.md
CHANGED
@@ -23,6 +23,8 @@ model-index:
|
|
23 |
- name: Rouge1
|
24 |
type: rouge
|
25 |
value: 26.31
|
|
|
|
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -38,13 +40,10 @@ It achieves the following results on the evaluation set:
|
|
38 |
- Rougel: 20.87
|
39 |
- Rougelsum: 21.54
|
40 |
|
41 |
-
## Model description
|
42 |
-
|
43 |
-
More information needed
|
44 |
-
|
45 |
## Intended uses & limitations
|
46 |
|
47 |
-
|
|
|
48 |
|
49 |
## Training and evaluation data
|
50 |
|
@@ -80,4 +79,4 @@ The following hyperparameters were used during training:
|
|
80 |
- Transformers 4.30.0
|
81 |
- Pytorch 2.0.1+cu118
|
82 |
- Datasets 2.12.0
|
83 |
-
- Tokenizers 0.13.3
|
|
|
23 |
- name: Rouge1
|
24 |
type: rouge
|
25 |
value: 26.31
|
26 |
+
language:
|
27 |
+
- en
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
40 |
- Rougel: 20.87
|
41 |
- Rougelsum: 21.54
|
42 |
|
|
|
|
|
|
|
|
|
43 |
## Intended uses & limitations
|
44 |
|
45 |
+
The inteded use of this model is text summarization.
|
46 |
+
The model requires additional training in order to perform better in the task of summarization.
|
47 |
|
48 |
## Training and evaluation data
|
49 |
|
|
|
79 |
- Transformers 4.30.0
|
80 |
- Pytorch 2.0.1+cu118
|
81 |
- Datasets 2.12.0
|
82 |
+
- Tokenizers 0.13.3
|