Update config.json
Browse files- config.json +26 -16
config.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
{
|
| 2 |
-
"model_type": "
|
| 3 |
-
"task": "
|
| 4 |
-
"pipeline_tag": "
|
| 5 |
-
"tokenizer_class": "
|
| 6 |
-
"model_class": "
|
| 7 |
"config": {
|
| 8 |
"return_dict": true,
|
| 9 |
"output_hidden_states": false,
|
|
@@ -46,7 +46,7 @@
|
|
| 46 |
"suppress_tokens": null,
|
| 47 |
"begin_suppress_tokens": null,
|
| 48 |
"architectures": [
|
| 49 |
-
"
|
| 50 |
],
|
| 51 |
"finetuning_task": null,
|
| 52 |
"id2label": {
|
|
@@ -57,7 +57,7 @@
|
|
| 57 |
"LABEL_0": 0,
|
| 58 |
"LABEL_1": 1
|
| 59 |
},
|
| 60 |
-
"tokenizer_class":
|
| 61 |
"prefix": null,
|
| 62 |
"bos_token_id": 1,
|
| 63 |
"pad_token_id": 0,
|
|
@@ -66,9 +66,9 @@
|
|
| 66 |
"decoder_start_token_id": null,
|
| 67 |
"task_specific_params": null,
|
| 68 |
"problem_type": null,
|
| 69 |
-
"_name_or_path": "Xilixmeaty40/
|
| 70 |
"transformers_version": "4.45.0.dev0",
|
| 71 |
-
"model_type": "
|
| 72 |
"vocab_size": 30522,
|
| 73 |
"hidden_size": 768,
|
| 74 |
"num_hidden_layers": 12,
|
|
@@ -83,13 +83,23 @@
|
|
| 83 |
"layer_norm_eps": 1e-12,
|
| 84 |
"position_embedding_type": "absolute",
|
| 85 |
"use_cache": true,
|
| 86 |
-
"classifier_dropout": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 87 |
},
|
| 88 |
"inferred_config": {
|
| 89 |
-
"model_type": "
|
| 90 |
-
"task": "
|
| 91 |
-
"pipeline_tag": "
|
| 92 |
-
"tokenizer_class": "
|
| 93 |
-
"model_class": "
|
| 94 |
}
|
| 95 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"model_type": "SadTalker",
|
| 3 |
+
"task": "talking-head-synthesis",
|
| 4 |
+
"pipeline_tag": "talking-head-synthesis",
|
| 5 |
+
"tokenizer_class": "SadTalkerTokenizer",
|
| 6 |
+
"model_class": "SadTalkerModel",
|
| 7 |
"config": {
|
| 8 |
"return_dict": true,
|
| 9 |
"output_hidden_states": false,
|
|
|
|
| 46 |
"suppress_tokens": null,
|
| 47 |
"begin_suppress_tokens": null,
|
| 48 |
"architectures": [
|
| 49 |
+
"SadTalkerModel"
|
| 50 |
],
|
| 51 |
"finetuning_task": null,
|
| 52 |
"id2label": {
|
|
|
|
| 57 |
"LABEL_0": 0,
|
| 58 |
"LABEL_1": 1
|
| 59 |
},
|
| 60 |
+
"tokenizer_class": "SadTalkerTokenizer",
|
| 61 |
"prefix": null,
|
| 62 |
"bos_token_id": 1,
|
| 63 |
"pad_token_id": 0,
|
|
|
|
| 66 |
"decoder_start_token_id": null,
|
| 67 |
"task_specific_params": null,
|
| 68 |
"problem_type": null,
|
| 69 |
+
"_name_or_path": "Xilixmeaty40/vfdfdfdfdfd",
|
| 70 |
"transformers_version": "4.45.0.dev0",
|
| 71 |
+
"model_type": "SadTalker",
|
| 72 |
"vocab_size": 30522,
|
| 73 |
"hidden_size": 768,
|
| 74 |
"num_hidden_layers": 12,
|
|
|
|
| 83 |
"layer_norm_eps": 1e-12,
|
| 84 |
"position_embedding_type": "absolute",
|
| 85 |
"use_cache": true,
|
| 86 |
+
"classifier_dropout": null,
|
| 87 |
+
"sadtalker_compatible": {
|
| 88 |
+
"format_version": "1.0",
|
| 89 |
+
"input_format": "audio/MP3",
|
| 90 |
+
"output_format": "video/MP4",
|
| 91 |
+
"model": {
|
| 92 |
+
"auto_model_class": "SadTalkerModel",
|
| 93 |
+
"config_class": "SadTalkerConfig",
|
| 94 |
+
"pretrained_model_name_or_path": "Xilixmeaty40/vfdfdfdfdfd"
|
| 95 |
+
}
|
| 96 |
+
}
|
| 97 |
},
|
| 98 |
"inferred_config": {
|
| 99 |
+
"model_type": "SadTalker",
|
| 100 |
+
"task": "talking-head-synthesis",
|
| 101 |
+
"pipeline_tag": "talking-head-synthesis",
|
| 102 |
+
"tokenizer_class": "SadTalkerTokenizer",
|
| 103 |
+
"model_class": "SadTalkerModel"
|
| 104 |
}
|
| 105 |
+
}
|