Update preprocessor.json
Browse files- preprocessor.json +9 -9
preprocessor.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
-
"module": "keras_hub.src.models.
|
| 3 |
-
"class_name": "
|
| 4 |
"config": {
|
| 5 |
-
"name": "
|
| 6 |
"trainable": true,
|
| 7 |
"dtype": {
|
| 8 |
"module": "keras",
|
|
@@ -13,10 +13,10 @@
|
|
| 13 |
"registered_name": null
|
| 14 |
},
|
| 15 |
"tokenizer": {
|
| 16 |
-
"module": "keras_hub.src.models.
|
| 17 |
-
"class_name": "
|
| 18 |
"config": {
|
| 19 |
-
"name": "
|
| 20 |
"trainable": true,
|
| 21 |
"dtype": {
|
| 22 |
"module": "keras",
|
|
@@ -32,7 +32,7 @@
|
|
| 32 |
"add_bos": false,
|
| 33 |
"add_eos": false
|
| 34 |
},
|
| 35 |
-
"registered_name": "keras_hub>
|
| 36 |
},
|
| 37 |
"config_file": "preprocessor.json",
|
| 38 |
"sequence_length": 1024,
|
|
@@ -41,5 +41,5 @@
|
|
| 41 |
"num_vision_tokens_per_image": 0,
|
| 42 |
"max_images_per_prompt": 0
|
| 43 |
},
|
| 44 |
-
"registered_name": "keras_hub>
|
| 45 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"module": "keras_hub.src.models.cygnis_a3.cygnis_a3_causal_lm_preprocessor",
|
| 3 |
+
"class_name": "CygnisA3CausalLMPreprocessor",
|
| 4 |
"config": {
|
| 5 |
+
"name": "cygnis_a3_causal_lm_preprocessor",
|
| 6 |
"trainable": true,
|
| 7 |
"dtype": {
|
| 8 |
"module": "keras",
|
|
|
|
| 13 |
"registered_name": null
|
| 14 |
},
|
| 15 |
"tokenizer": {
|
| 16 |
+
"module": "keras_hub.src.models.cygnis_a3.cygnis_a3_tokenizer",
|
| 17 |
+
"class_name": "CygnisA3Tokenizer",
|
| 18 |
"config": {
|
| 19 |
+
"name": "cygnis_a3_tokenizer",
|
| 20 |
"trainable": true,
|
| 21 |
"dtype": {
|
| 22 |
"module": "keras",
|
|
|
|
| 32 |
"add_bos": false,
|
| 33 |
"add_eos": false
|
| 34 |
},
|
| 35 |
+
"registered_name": "keras_hub>CygnisA3Tokenizer"
|
| 36 |
},
|
| 37 |
"config_file": "preprocessor.json",
|
| 38 |
"sequence_length": 1024,
|
|
|
|
| 41 |
"num_vision_tokens_per_image": 0,
|
| 42 |
"max_images_per_prompt": 0
|
| 43 |
},
|
| 44 |
+
"registered_name": "keras_hub>CygnisA3CausalLMPreprocessor"
|
| 45 |
+
}
|