KerasHub
Divyasreepat commited on
Commit
0b59870
1 Parent(s): d846880

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: keras-hub
3
+ ---
4
+ This is a [`T5` model](https://keras.io/api/keras_hub/models/t5) uploaded using the KerasHub library and can be used with JAX, TensorFlow, and PyTorch backends.
5
+ Model config:
6
+ * **name:** t5_backbone
7
+ * **trainable:** True
8
+ * **vocabulary_size:** 32128
9
+ * **hidden_dim:** 512
10
+ * **intermediate_dim:** 2048
11
+ * **num_layers:** 6
12
+ * **num_heads:** 8
13
+ * **activation:** relu
14
+ * **key_value_dim:** 64
15
+ * **dropout:** 0.1
16
+ * **use_gated_activation:** False
17
+ * **layer_norm_epsilon:** 1e-06
18
+ * **tie_embedding_weights:** True
19
+
20
+ 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/vocabulary.spm ADDED
Binary file (792 kB). View file
 
config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "module": "keras_nlp.src.models.t5.t5_backbone",
3
+ "class_name": "T5Backbone",
4
+ "config": {
5
+ "name": "t5_backbone",
6
+ "trainable": true,
7
+ "vocabulary_size": 32128,
8
+ "hidden_dim": 512,
9
+ "intermediate_dim": 2048,
10
+ "num_layers": 6,
11
+ "num_heads": 8,
12
+ "activation": "relu",
13
+ "key_value_dim": 64,
14
+ "dropout": 0.1,
15
+ "use_gated_activation": false,
16
+ "layer_norm_epsilon": 1e-06,
17
+ "tie_embedding_weights": true
18
+ },
19
+ "registered_name": "keras_nlp>T5Backbone",
20
+ "assets": [],
21
+ "weights": "model.weights.h5"
22
+ }
metadata.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "keras_version": "3.0.1",
3
+ "keras_nlp_version": "0.7.0",
4
+ "parameter_count": 60506624,
5
+ "date_saved": "2023-12-27@02:27:35"
6
+ }
model.weights.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f52e67b3be93ff76e8bbb18d783bc0bb371831fde083739f1e0d25e508f7268
3
+ size 242488816
tokenizer.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "module": "keras_nlp.src.models.t5.t5_tokenizer",
3
+ "class_name": "T5Tokenizer",
4
+ "config": {
5
+ "name": "t5_tokenizer",
6
+ "trainable": true,
7
+ "dtype": "int32",
8
+ "proto": null,
9
+ "sequence_length": null
10
+ },
11
+ "registered_name": "keras_nlp>T5Tokenizer",
12
+ "assets": [
13
+ "assets/tokenizer/vocabulary.spm"
14
+ ],
15
+ "weights": null
16
+ }