CoolFace
Modelpublic

LanguageBind/LanguageBind_Thermal

sourceHugging Facemitupdated 3y agoView on Hugging Face
2likes64downloads
config.json174 linesDownload Raw Back to root
1{2  "_commit_hash": null,3  "architectures": [4    "CLIPModel"5  ],6  "initializer_factor": 1.0,7  "logit_scale_init_value": 2.6592,8  "model_type": "LanguageBindThermal",9  "projection_dim": 768,10  "text_config": {11    "_name_or_path": "",12    "add_time_attn": false,13    "add_cross_attention": false,14    "architectures": null,15    "attention_dropout": 0.0,16    "bad_words_ids": null,17    "begin_suppress_tokens": null,18    "bos_token_id": 0,19    "chunk_size_feed_forward": 0,20    "cross_attention_hidden_size": null,21    "decoder_start_token_id": null,22    "diversity_penalty": 0.0,23    "do_sample": false,24    "early_stopping": false,25    "encoder_no_repeat_ngram_size": 0,26    "eos_token_id": 2,27    "exponential_decay_length_penalty": null,28    "finetuning_task": null,29    "forced_bos_token_id": null,30    "forced_eos_token_id": null,31    "hidden_act": "gelu",32    "hidden_size": 768,33    "id2label": {34      "0": "LABEL_0",35      "1": "LABEL_1"36    },37    "initializer_factor": 1.0,38    "initializer_range": 0.02,39    "intermediate_size": 3072,40    "is_decoder": false,41    "is_encoder_decoder": false,42    "label2id": {43      "LABEL_0": 0,44      "LABEL_1": 145    },46    "layer_norm_eps": 1e-05,47    "length_penalty": 1.0,48    "max_length": 20,49    "max_position_embeddings": 77,50    "min_length": 0,51    "model_type": "clip_text_model",52    "no_repeat_ngram_size": 0,53    "num_attention_heads": 12,54    "num_beam_groups": 1,55    "num_beams": 1,56    "num_hidden_layers": 12,57    "num_return_sequences": 1,58    "output_attentions": false,59    "output_hidden_states": false,60    "output_scores": false,61    "pad_token_id": 1,62    "prefix": null,63    "problem_type": null,64    "projection_dim": 512,65    "pruned_heads": {},66    "remove_invalid_values": false,67    "repetition_penalty": 1.0,68    "return_dict": true,69    "return_dict_in_generate": false,70    "sep_token_id": null,71    "suppress_tokens": null,72    "task_specific_params": null,73    "temperature": 1.0,74    "tf_legacy_loss": false,75    "tie_encoder_decoder": false,76    "tie_word_embeddings": true,77    "tokenizer_class": null,78    "top_k": 50,79    "top_p": 1.0,80    "torch_dtype": null,81    "torchscript": false,82    "transformers_version": "4.29.1",83    "typical_p": 1.0,84    "use_bfloat16": false,85    "vocab_size": 4940886  },87  "torch_dtype": "float32",88  "transformers_version": null,89  "vision_config": {90    "_name_or_path": "",91    "lora_r": 2,92    "lora_alpha": 16,93    "lora_dropout": 0.1,94    "add_time_attn": false,95    "num_frames": 1,96    "num_mel_bins": 0,97    "target_length": 0,98    "add_cross_attention": false,99    "architectures": null,100    "attention_dropout": 0.0,101    "bad_words_ids": null,102    "begin_suppress_tokens": null,103    "bos_token_id": null,104    "chunk_size_feed_forward": 0,105    "cross_attention_hidden_size": null,106    "decoder_start_token_id": null,107    "diversity_penalty": 0.0,108    "do_sample": false,109    "early_stopping": false,110    "encoder_no_repeat_ngram_size": 0,111    "eos_token_id": null,112    "exponential_decay_length_penalty": null,113    "finetuning_task": null,114    "forced_bos_token_id": null,115    "forced_eos_token_id": null,116    "hidden_act": "gelu",117    "hidden_size": 1024,118    "id2label": {119      "0": "LABEL_0",120      "1": "LABEL_1"121    },122    "image_size": 224,123    "initializer_factor": 1.0,124    "initializer_range": 0.02,125    "intermediate_size": 4096,126    "is_decoder": false,127    "is_encoder_decoder": false,128    "label2id": {129      "LABEL_0": 0,130      "LABEL_1": 1131    },132    "layer_norm_eps": 1e-05,133    "length_penalty": 1.0,134    "max_length": 20,135    "min_length": 0,136    "model_type": "clip_vision_model",137    "no_repeat_ngram_size": 0,138    "num_attention_heads": 16,139    "num_beam_groups": 1,140    "num_beams": 1,141    "num_channels": 3,142    "num_hidden_layers": 24,143    "num_return_sequences": 1,144    "output_attentions": false,145    "output_hidden_states": false,146    "output_scores": false,147    "pad_token_id": null,148    "patch_size": 14,149    "prefix": null,150    "problem_type": null,151    "projection_dim": 512,152    "pruned_heads": {},153    "remove_invalid_values": false,154    "repetition_penalty": 1.0,155    "return_dict": true,156    "return_dict_in_generate": false,157    "sep_token_id": null,158    "suppress_tokens": null,159    "task_specific_params": null,160    "temperature": 1.0,161    "tf_legacy_loss": false,162    "tie_encoder_decoder": false,163    "tie_word_embeddings": true,164    "tokenizer_class": null,165    "top_k": 50,166    "top_p": 1.0,167    "torch_dtype": null,168    "torchscript": false,169    "transformers_version": "4.29.1",170    "typical_p": 1.0,171    "use_bfloat16": false172  }173}174