KerasHub
Divyasreepat commited on
Commit
e0c87e0
1 Parent(s): 7ef745c

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: keras-hub
3
+ ---
4
+ This is a [`Bart` model](https://keras.io/api/keras_hub/models/bart) uploaded using the KerasHub library and can be used with JAX, TensorFlow, and PyTorch backends.
5
+ Model config:
6
+ * **name:** bart_backbone
7
+ * **trainable:** True
8
+ * **vocabulary_size:** 50265
9
+ * **num_layers:** 6
10
+ * **num_heads:** 12
11
+ * **hidden_dim:** 768
12
+ * **intermediate_dim:** 3072
13
+ * **dropout:** 0.1
14
+ * **max_sequence_length:** 1024
15
+
16
+ This model card has been generated automatically and should be completed by the model author. See [Model Cards documentation](https://huggingface.co/docs/hub/model-cards) for more information.
assets/tokenizer/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
assets/tokenizer/vocabulary.json ADDED
The diff for this file is too large to render. See raw diff
 
config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "module": "keras_nlp.src.models.bart.bart_backbone",
3
+ "class_name": "BartBackbone",
4
+ "config": {
5
+ "name": "bart_backbone",
6
+ "trainable": true,
7
+ "vocabulary_size": 50265,
8
+ "num_layers": 6,
9
+ "num_heads": 12,
10
+ "hidden_dim": 768,
11
+ "intermediate_dim": 3072,
12
+ "dropout": 0.1,
13
+ "max_sequence_length": 1024
14
+ },
15
+ "registered_name": "keras_nlp>BartBackbone",
16
+ "assets": [],
17
+ "weights": "model.weights.h5"
18
+ }
metadata.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "keras_version": "3.0.1",
3
+ "keras_nlp_version": "0.7.0",
4
+ "parameter_count": 139417344,
5
+ "date_saved": "2023-12-27@02:00:52"
6
+ }
model.weights.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab4030711d47cbed4fd3f8fe913977aef6e4932f0f05d5bba91e2de066e08f1f
3
+ size 558205584
tokenizer.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "module": "keras_nlp.src.models.bart.bart_tokenizer",
3
+ "class_name": "BartTokenizer",
4
+ "config": {
5
+ "name": "bart_tokenizer",
6
+ "trainable": true,
7
+ "dtype": "int32",
8
+ "sequence_length": null,
9
+ "add_prefix_space": false
10
+ },
11
+ "registered_name": "keras_nlp>BartTokenizer",
12
+ "assets": [
13
+ "assets/tokenizer/merges.txt",
14
+ "assets/tokenizer/vocabulary.json"
15
+ ],
16
+ "weights": null
17
+ }