Upload folder using huggingface_hub
Browse files- config.json +3 -5
- metadata.json +4 -3
- tokenizer.json +14 -8
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"module": "
|
| 3 |
"class_name": "T5Backbone",
|
| 4 |
"config": {
|
| 5 |
"name": "t5_backbone",
|
|
@@ -12,7 +12,7 @@
|
|
| 12 |
"activation": {
|
| 13 |
"module": "builtins",
|
| 14 |
"class_name": "function",
|
| 15 |
-
"config": "
|
| 16 |
"registered_name": "function"
|
| 17 |
},
|
| 18 |
"key_value_dim": null,
|
|
@@ -21,7 +21,5 @@
|
|
| 21 |
"layer_norm_epsilon": 1e-06,
|
| 22 |
"tie_embedding_weights": false
|
| 23 |
},
|
| 24 |
-
"registered_name": "
|
| 25 |
-
"assets": [],
|
| 26 |
-
"weights": "model.weights.h5"
|
| 27 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"module": "keras_hub.src.models.t5.t5_backbone",
|
| 3 |
"class_name": "T5Backbone",
|
| 4 |
"config": {
|
| 5 |
"name": "t5_backbone",
|
|
|
|
| 12 |
"activation": {
|
| 13 |
"module": "builtins",
|
| 14 |
"class_name": "function",
|
| 15 |
+
"config": "keras_hub>gelu_approximate",
|
| 16 |
"registered_name": "function"
|
| 17 |
},
|
| 18 |
"key_value_dim": null,
|
|
|
|
| 21 |
"layer_norm_epsilon": 1e-06,
|
| 22 |
"tie_embedding_weights": false
|
| 23 |
},
|
| 24 |
+
"registered_name": "keras_hub>T5Backbone"
|
|
|
|
|
|
|
| 25 |
}
|
metadata.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
{
|
| 2 |
-
"keras_version": "3.0
|
| 3 |
-
"
|
| 4 |
"parameter_count": 247577856,
|
| 5 |
-
"date_saved": "
|
|
|
|
| 6 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"keras_version": "3.7.0",
|
| 3 |
+
"keras_hub_version": "0.19.0",
|
| 4 |
"parameter_count": 247577856,
|
| 5 |
+
"date_saved": "2024-12-20@20:14:44",
|
| 6 |
+
"tasks": []
|
| 7 |
}
|
tokenizer.json
CHANGED
|
@@ -1,16 +1,22 @@
|
|
| 1 |
{
|
| 2 |
-
"module": "
|
| 3 |
"class_name": "T5Tokenizer",
|
| 4 |
"config": {
|
| 5 |
"name": "t5_tokenizer",
|
| 6 |
"trainable": true,
|
| 7 |
-
"dtype":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
"proto": null,
|
| 9 |
-
"sequence_length": null
|
|
|
|
|
|
|
| 10 |
},
|
| 11 |
-
"registered_name": "
|
| 12 |
-
"assets": [
|
| 13 |
-
"assets/tokenizer/vocabulary.spm"
|
| 14 |
-
],
|
| 15 |
-
"weights": null
|
| 16 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"module": "keras_hub.src.models.t5.t5_tokenizer",
|
| 3 |
"class_name": "T5Tokenizer",
|
| 4 |
"config": {
|
| 5 |
"name": "t5_tokenizer",
|
| 6 |
"trainable": true,
|
| 7 |
+
"dtype": {
|
| 8 |
+
"module": "keras",
|
| 9 |
+
"class_name": "DTypePolicy",
|
| 10 |
+
"config": {
|
| 11 |
+
"name": "int32"
|
| 12 |
+
},
|
| 13 |
+
"registered_name": null
|
| 14 |
+
},
|
| 15 |
+
"config_file": "tokenizer.json",
|
| 16 |
"proto": null,
|
| 17 |
+
"sequence_length": null,
|
| 18 |
+
"add_bos": false,
|
| 19 |
+
"add_eos": false
|
| 20 |
},
|
| 21 |
+
"registered_name": "keras_hub>T5Tokenizer"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
}
|