walkerrose
commited on
Commit
·
0deb140
1
Parent(s):
17aa891
Upload TFBartForConditionalGeneration
Browse files- README.md +6 -6
- config.json +1 -1
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -14,7 +14,7 @@ probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Train Loss: 0.
|
18 |
- Epoch: 4
|
19 |
|
20 |
## Model description
|
@@ -41,11 +41,11 @@ The following hyperparameters were used during training:
|
|
41 |
|
42 |
| Train Loss | Epoch |
|
43 |
|:----------:|:-----:|
|
44 |
-
| 0.
|
45 |
-
| 0.
|
46 |
-
| 0.
|
47 |
-
| 0.
|
48 |
-
| 0.
|
49 |
|
50 |
|
51 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 0.1475
|
18 |
- Epoch: 4
|
19 |
|
20 |
## Model description
|
|
|
41 |
|
42 |
| Train Loss | Epoch |
|
43 |
|:----------:|:-----:|
|
44 |
+
| 0.8509 | 0 |
|
45 |
+
| 0.3392 | 1 |
|
46 |
+
| 0.2510 | 2 |
|
47 |
+
| 0.1773 | 3 |
|
48 |
+
| 0.1475 | 4 |
|
49 |
|
50 |
|
51 |
### Framework versions
|
config.json
CHANGED
@@ -65,5 +65,5 @@
|
|
65 |
},
|
66 |
"transformers_version": "4.30.1",
|
67 |
"use_cache": true,
|
68 |
-
"vocab_size":
|
69 |
}
|
|
|
65 |
},
|
66 |
"transformers_version": "4.30.1",
|
67 |
"use_cache": true,
|
68 |
+
"vocab_size": 50264
|
69 |
}
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1625921312
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce17d7a7b83ac2ba3e441e3d27ccfc6f05b5433620c5e5d48a6f371b04554d12
|
3 |
size 1625921312
|