Commit
·
0c0db25
1
Parent(s):
f99ba0a
Upload TFBartForConditionalGeneration
Browse files- README.md +11 -15
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -14,8 +14,9 @@ probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [philschmid/tf-distilbart-cnn-12-6](https://huggingface.co/philschmid/tf-distilbart-cnn-12-6) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Train Loss: 0.
|
18 |
-
-
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -34,23 +35,18 @@ More information needed
|
|
34 |
### Training hyperparameters
|
35 |
|
36 |
The following hyperparameters were used during training:
|
37 |
-
- optimizer: {'name': 'Adam', '
|
38 |
- training_precision: float32
|
39 |
|
40 |
### Training results
|
41 |
|
42 |
-
| Train Loss | Epoch |
|
43 |
-
|
44 |
-
|
|
45 |
-
| 0.
|
46 |
-
| 0.
|
47 |
-
| 0.
|
48 |
-
| 0.
|
49 |
-
| 0.1312 | 5 |
|
50 |
-
| 0.1404 | 6 |
|
51 |
-
| 0.0992 | 7 |
|
52 |
-
| 0.0944 | 8 |
|
53 |
-
| 0.0884 | 9 |
|
54 |
|
55 |
|
56 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [philschmid/tf-distilbart-cnn-12-6](https://huggingface.co/philschmid/tf-distilbart-cnn-12-6) on an unknown dataset.
|
16 |
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 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
+
- optimizer: {'name': 'Adam', 'learning_rate': 2e-05, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False}
|
39 |
- training_precision: float32
|
40 |
|
41 |
### Training results
|
42 |
|
43 |
+
| Train Loss | Validation Loss | Epoch |
|
44 |
+
|:----------:|:---------------:|:-----:|
|
45 |
+
| 0.7265 | 0.4665 | 0 |
|
46 |
+
| 0.3192 | 0.4480 | 1 |
|
47 |
+
| 0.2154 | 0.4395 | 2 |
|
48 |
+
| 0.1587 | 0.4668 | 3 |
|
49 |
+
| 0.1445 | 0.4524 | 4 |
|
|
|
|
|
|
|
|
|
|
|
50 |
|
51 |
|
52 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1222622640
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e74ca0f5295c41851706ea75d0650303b7eefa26be6b96e922ff8092cdcdd05
|
3 |
size 1222622640
|