update README.md
Browse files
README.md
CHANGED
@@ -3,23 +3,9 @@ license: mit
|
|
3 |
---
|
4 |
|
5 |
|
6 |
-
# preds
|
7 |
-
|
8 |
This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) on the
|
9 |
[bart_newsroom](https://huggingface.co/datasets/yuyang/bart_newsroom) dataset.
|
10 |
|
11 |
-
## Model description
|
12 |
-
|
13 |
-
More information needed
|
14 |
-
|
15 |
-
## Intended uses & limitations
|
16 |
-
|
17 |
-
More information needed
|
18 |
-
|
19 |
-
## Training and evaluation data
|
20 |
-
|
21 |
-
More information needed
|
22 |
-
|
23 |
## Training procedure
|
24 |
|
25 |
### Training hyperparameters
|
@@ -31,7 +17,7 @@ The following hyperparameters were used during training:
|
|
31 |
- seed: 42
|
32 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
33 |
- lr_scheduler_type: linear
|
34 |
-
- num_epochs:
|
35 |
- mixed_precision_training: Native AMP
|
36 |
|
37 |
### Framework versions
|
|
|
3 |
---
|
4 |
|
5 |
|
|
|
|
|
6 |
This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) on the
|
7 |
[bart_newsroom](https://huggingface.co/datasets/yuyang/bart_newsroom) dataset.
|
8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
## Training procedure
|
10 |
|
11 |
### Training hyperparameters
|
|
|
17 |
- seed: 42
|
18 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
19 |
- lr_scheduler_type: linear
|
20 |
+
- num_epochs: 2.0
|
21 |
- mixed_precision_training: Native AMP
|
22 |
|
23 |
### Framework versions
|