CoolFace
Modelpublic

hf-tiny-model-private/tiny-random-ClapModel

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes13downloads
config.json211 linesDownload Raw Back to root
1{2  "_commit_hash": null,3  "architectures": [4    "ClapModel"5  ],6  "audio_config": {7    "_name_or_path": "",8    "add_cross_attention": false,9    "aff_block_r": 4,10    "architectures": null,11    "attention_dropout": 0.1,12    "attention_probs_dropout_prob": 0.0,13    "bad_words_ids": null,14    "begin_suppress_tokens": null,15    "bos_token_id": null,16    "chunk_size_feed_forward": 0,17    "cross_attention_hidden_size": null,18    "decoder_start_token_id": null,19    "depths": [20      2,21      2,22      6,23      224    ],25    "diversity_penalty": 0.0,26    "do_sample": false,27    "drop_path_rate": 0.0,28    "dropout": 0.1,29    "early_stopping": false,30    "enable_fusion": false,31    "enable_patch_layer_norm": true,32    "encoder_no_repeat_ngram_size": 0,33    "eos_token_id": null,34    "exponential_decay_length_penalty": null,35    "finetuning_task": null,36    "flatten_patch_embeds": true,37    "forced_bos_token_id": null,38    "forced_eos_token_id": null,39    "freq_ratio": 2,40    "fusion_type": null,41    "hidden_act": "gelu",42    "hidden_dropout_prob": 0.1,43    "hidden_size": 256,44    "id2label": {45      "0": "LABEL_0",46      "1": "LABEL_1"47    },48    "image_size": 60,49    "initializer_factor": 1.0,50    "initializer_range": 0.02,51    "intermediate_size": 37,52    "is_decoder": false,53    "is_encoder_decoder": false,54    "label2id": {55      "LABEL_0": 0,56      "LABEL_1": 157    },58    "layer_norm_eps": 1e-05,59    "length_penalty": 1.0,60    "max_length": 20,61    "min_length": 0,62    "mlp_ratio": 4.0,63    "model_type": "clap_audio_model",64    "no_repeat_ngram_size": 0,65    "num_attention_heads": [66      2,67      2,68      2,69      270    ],71    "num_beam_groups": 1,72    "num_beams": 1,73    "num_channels": 3,74    "num_classes": 527,75    "num_hidden_layers": 4,76    "num_mel_bins": 16,77    "num_return_sequences": 1,78    "output_attentions": false,79    "output_hidden_states": false,80    "output_scores": false,81    "pad_token_id": null,82    "patch_embed_input_channels": 1,83    "patch_embeds_hidden_size": 32,84    "patch_size": 2,85    "patch_stride": 2,86    "prefix": null,87    "problem_type": null,88    "projection_dim": 64,89    "projection_hidden_act": "relu",90    "pruned_heads": {},91    "qkv_bias": true,92    "remove_invalid_values": false,93    "repetition_penalty": 1.0,94    "return_dict": true,95    "return_dict_in_generate": false,96    "sep_token_id": null,97    "spec_size": 64,98    "suppress_tokens": null,99    "task_specific_params": null,100    "temperature": 1.0,101    "tf_legacy_loss": false,102    "tie_encoder_decoder": false,103    "tie_word_embeddings": true,104    "tokenizer_class": null,105    "top_k": 50,106    "top_p": 1.0,107    "torch_dtype": null,108    "torchscript": false,109    "transformers_version": "4.28.0.dev0",110    "typical_p": 1.0,111    "use_bfloat16": false,112    "window_size": 4113  },114  "bos_token_id": 0,115  "eos_token_id": 2,116  "hidden_size": 32,117  "initializer_factor": 1.0,118  "logit_scale_init_value": 14.285714285714285,119  "model_type": "clap",120  "num_hidden_layers": 9,121  "pad_token_id": 1,122  "projection_dim": 64,123  "projection_hidden_act": "relu",124  "text_config": {125    "_name_or_path": "",126    "add_cross_attention": false,127    "architectures": null,128    "attention_dropout": 0.1,129    "attention_probs_dropout_prob": 0.1,130    "bad_words_ids": null,131    "begin_suppress_tokens": null,132    "bos_token_id": 0,133    "chunk_size_feed_forward": 0,134    "classifier_dropout": null,135    "cross_attention_hidden_size": null,136    "decoder_start_token_id": null,137    "diversity_penalty": 0.0,138    "do_sample": false,139    "dropout": 0.1,140    "early_stopping": false,141    "encoder_no_repeat_ngram_size": 0,142    "eos_token_id": 2,143    "exponential_decay_length_penalty": null,144    "finetuning_task": null,145    "forced_bos_token_id": null,146    "forced_eos_token_id": null,147    "hidden_act": "gelu",148    "hidden_dropout_prob": 0.1,149    "hidden_size": 32,150    "id2label": {151      "0": "LABEL_0",152      "1": "LABEL_1"153    },154    "initializer_factor": 1.0,155    "initializer_range": 0.02,156    "intermediate_size": 37,157    "is_decoder": false,158    "is_encoder_decoder": false,159    "label2id": {160      "LABEL_0": 0,161      "LABEL_1": 1162    },163    "layer_norm_eps": 1e-12,164    "length_penalty": 1.0,165    "max_length": 20,166    "max_position_embeddings": 512,167    "min_length": 0,168    "model_type": "clap_text_model",169    "no_repeat_ngram_size": 0,170    "num_attention_heads": 4,171    "num_beam_groups": 1,172    "num_beams": 1,173    "num_hidden_layers": 5,174    "num_return_sequences": 1,175    "output_attentions": false,176    "output_hidden_states": false,177    "output_scores": false,178    "pad_token_id": 1,179    "position_embedding_type": "absolute",180    "prefix": null,181    "problem_type": null,182    "projection_dim": 64,183    "projection_hidden_act": "relu",184    "pruned_heads": {},185    "remove_invalid_values": false,186    "repetition_penalty": 1.0,187    "return_dict": true,188    "return_dict_in_generate": false,189    "sep_token_id": null,190    "suppress_tokens": null,191    "task_specific_params": null,192    "temperature": 1.0,193    "tf_legacy_loss": false,194    "tie_encoder_decoder": false,195    "tie_word_embeddings": true,196    "tokenizer_class": null,197    "top_k": 50,198    "top_p": 1.0,199    "torch_dtype": null,200    "torchscript": false,201    "transformers_version": "4.28.0.dev0",202    "type_vocab_size": 1,203    "typical_p": 1.0,204    "use_bfloat16": false,205    "use_cache": true,206    "vocab_size": 1024207  },208  "torch_dtype": "float32",209  "transformers_version": null210}211