update model card README.md
Browse files
README.md
CHANGED
@@ -2,8 +2,6 @@
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
-
datasets:
|
6 |
-
- navjordj/SNL_summarization
|
7 |
model-index:
|
8 |
- name: snl-summarization
|
9 |
results: []
|
@@ -14,7 +12,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# snl-summarization
|
16 |
|
17 |
-
This model is a fine-tuned version of [north/t5_base_NCC_lm](https://huggingface.co/north/t5_base_NCC_lm) on the
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -39,7 +37,7 @@ The following hyperparameters were used during training:
|
|
39 |
- seed: 42
|
40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
- lr_scheduler_type: linear
|
42 |
-
- num_epochs:
|
43 |
|
44 |
### Training results
|
45 |
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
5 |
model-index:
|
6 |
- name: snl-summarization
|
7 |
results: []
|
|
|
12 |
|
13 |
# snl-summarization
|
14 |
|
15 |
+
This model is a fine-tuned version of [north/t5_base_NCC_lm](https://huggingface.co/north/t5_base_NCC_lm) on the None dataset.
|
16 |
|
17 |
## Model description
|
18 |
|
|
|
37 |
- seed: 42
|
38 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
39 |
- lr_scheduler_type: linear
|
40 |
+
- num_epochs: 20.0
|
41 |
|
42 |
### Training results
|
43 |
|