Commit
·
9498062
1
Parent(s):
9117391
Update README.md
Browse files
README.md
CHANGED
@@ -2,9 +2,12 @@
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_keras_callback
|
|
|
5 |
model-index:
|
6 |
- name: cv_summarization-distilbart-cnn-16-6
|
7 |
results: []
|
|
|
|
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
@@ -17,6 +20,10 @@ It achieves the following results on the evaluation set:
|
|
17 |
- Train Loss: 0.1445
|
18 |
- Validation Loss: 0.4524
|
19 |
- Epoch: 4
|
|
|
|
|
|
|
|
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -35,7 +42,7 @@ More information needed
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
-
- optimizer: {'name': 'Adam', 'learning_rate': 2e-05
|
39 |
- training_precision: float32
|
40 |
|
41 |
### Training results
|
@@ -54,4 +61,4 @@ The following hyperparameters were used during training:
|
|
54 |
- Transformers 4.30.1
|
55 |
- TensorFlow 2.12.0
|
56 |
- Datasets 2.12.0
|
57 |
-
- Tokenizers 0.13.3
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_keras_callback
|
5 |
+
- summarization
|
6 |
model-index:
|
7 |
- name: cv_summarization-distilbart-cnn-16-6
|
8 |
results: []
|
9 |
+
language:
|
10 |
+
- en
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
|
|
20 |
- Train Loss: 0.1445
|
21 |
- Validation Loss: 0.4524
|
22 |
- Epoch: 4
|
23 |
+
- Rouge1: 76.90
|
24 |
+
- Rouge2: 73.30
|
25 |
+
- RougeL: 76.04
|
26 |
+
- RougeLsum: 75.87
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
42 |
### Training hyperparameters
|
43 |
|
44 |
The following hyperparameters were used during training:
|
45 |
+
- optimizer: {'name': 'Adam', 'learning_rate': 2e-05}
|
46 |
- training_precision: float32
|
47 |
|
48 |
### Training results
|
|
|
61 |
- Transformers 4.30.1
|
62 |
- TensorFlow 2.12.0
|
63 |
- Datasets 2.12.0
|
64 |
+
- Tokenizers 0.13.3
|