Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,13 @@ tags:
|
|
5 |
model-index:
|
6 |
- name: TF-Finetuned-xsum
|
7 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
@@ -51,4 +58,4 @@ The following hyperparameters were used during training:
|
|
51 |
- Transformers 4.20.0
|
52 |
- TensorFlow 2.12.0
|
53 |
- Datasets 2.12.0
|
54 |
-
- Tokenizers 0.12.1
|
|
|
5 |
model-index:
|
6 |
- name: TF-Finetuned-xsum
|
7 |
results: []
|
8 |
+
datasets:
|
9 |
+
- xsum
|
10 |
+
language:
|
11 |
+
- en
|
12 |
+
metrics:
|
13 |
+
- rouge
|
14 |
+
pipeline_tag: summarization
|
15 |
---
|
16 |
|
17 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
|
|
58 |
- Transformers 4.20.0
|
59 |
- TensorFlow 2.12.0
|
60 |
- Datasets 2.12.0
|
61 |
+
- Tokenizers 0.12.1
|