Update task.json
Browse files
task.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
{
|
| 2 |
-
"module": "keras_hub.src.models.
|
| 3 |
-
"class_name": "
|
| 4 |
"config": {
|
| 5 |
"backbone": {
|
| 6 |
-
"module": "keras_hub.src.models.
|
| 7 |
-
"class_name": "
|
| 8 |
"config": {
|
| 9 |
-
"name": "
|
| 10 |
"trainable": true,
|
| 11 |
"vocabulary_size": 262144,
|
| 12 |
"image_size": null,
|
|
@@ -30,13 +30,13 @@
|
|
| 30 |
"layer_norm_epsilon": 1e-06,
|
| 31 |
"dropout": 0
|
| 32 |
},
|
| 33 |
-
"registered_name": "keras_hub>
|
| 34 |
},
|
| 35 |
"preprocessor": {
|
| 36 |
-
"module": "keras_hub.src.models.
|
| 37 |
-
"class_name": "
|
| 38 |
"config": {
|
| 39 |
-
"name": "
|
| 40 |
"trainable": true,
|
| 41 |
"dtype": {
|
| 42 |
"module": "keras",
|
|
@@ -47,10 +47,10 @@
|
|
| 47 |
"registered_name": null
|
| 48 |
},
|
| 49 |
"tokenizer": {
|
| 50 |
-
"module": "keras_hub.src.models.
|
| 51 |
-
"class_name": "
|
| 52 |
"config": {
|
| 53 |
-
"name": "
|
| 54 |
"trainable": true,
|
| 55 |
"dtype": {
|
| 56 |
"module": "keras",
|
|
@@ -66,7 +66,7 @@
|
|
| 66 |
"add_bos": false,
|
| 67 |
"add_eos": false
|
| 68 |
},
|
| 69 |
-
"registered_name": "keras_hub>
|
| 70 |
},
|
| 71 |
"config_file": "preprocessor.json",
|
| 72 |
"sequence_length": 1024,
|
|
@@ -75,9 +75,9 @@
|
|
| 75 |
"num_vision_tokens_per_image": 0,
|
| 76 |
"max_images_per_prompt": 0
|
| 77 |
},
|
| 78 |
-
"registered_name": "keras_hub>
|
| 79 |
},
|
| 80 |
-
"name": "
|
| 81 |
},
|
| 82 |
-
"registered_name": "keras_hub>
|
| 83 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"module": "keras_hub.src.models.cygnis_a3.cygnis_a3_causal_lm",
|
| 3 |
+
"class_name": "CygnisA3CausalLM",
|
| 4 |
"config": {
|
| 5 |
"backbone": {
|
| 6 |
+
"module": "keras_hub.src.models.cygnis_a3.cygnis_a3_backbone",
|
| 7 |
+
"class_name": "CygnisA3Backbone",
|
| 8 |
"config": {
|
| 9 |
+
"name": "cygnis_a3_backbone",
|
| 10 |
"trainable": true,
|
| 11 |
"vocabulary_size": 262144,
|
| 12 |
"image_size": null,
|
|
|
|
| 30 |
"layer_norm_epsilon": 1e-06,
|
| 31 |
"dropout": 0
|
| 32 |
},
|
| 33 |
+
"registered_name": "keras_hub>CygnisA3Backbone"
|
| 34 |
},
|
| 35 |
"preprocessor": {
|
| 36 |
+
"module": "keras_hub.src.models.cygnis_a3.cygnis_a3_causal_lm_preprocessor",
|
| 37 |
+
"class_name": "CygnisA3CausalLMPreprocessor",
|
| 38 |
"config": {
|
| 39 |
+
"name": "cygnis_a3_causal_lm_preprocessor",
|
| 40 |
"trainable": true,
|
| 41 |
"dtype": {
|
| 42 |
"module": "keras",
|
|
|
|
| 47 |
"registered_name": null
|
| 48 |
},
|
| 49 |
"tokenizer": {
|
| 50 |
+
"module": "keras_hub.src.models.cygnis_a3.cygnis_a3_tokenizer",
|
| 51 |
+
"class_name": "CygnisA3Tokenizer",
|
| 52 |
"config": {
|
| 53 |
+
"name": "cygnis_a3_tokenizer",
|
| 54 |
"trainable": true,
|
| 55 |
"dtype": {
|
| 56 |
"module": "keras",
|
|
|
|
| 66 |
"add_bos": false,
|
| 67 |
"add_eos": false
|
| 68 |
},
|
| 69 |
+
"registered_name": "keras_hub>CygnisA3Tokenizer"
|
| 70 |
},
|
| 71 |
"config_file": "preprocessor.json",
|
| 72 |
"sequence_length": 1024,
|
|
|
|
| 75 |
"num_vision_tokens_per_image": 0,
|
| 76 |
"max_images_per_prompt": 0
|
| 77 |
},
|
| 78 |
+
"registered_name": "keras_hub>CygnisA3CausalLMPreprocessor"
|
| 79 |
},
|
| 80 |
+
"name": "cygnis_a3_causal_lm"
|
| 81 |
},
|
| 82 |
+
"registered_name": "keras_hub>CygnisA3CausalLM"
|
| 83 |
+
}
|