CoolFace
Modelpublic

ailab-bio/PROTAC-Splitter

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes48downloads
config.json181 linesDownload Raw Back to root
1{2  "_name_or_path": "ailab-bio/PROTAC-Splitter-EncoderDecoder-lr_reduce-rand-smiles",3  "architectures": [4    "EncoderDecoderModel"5  ],6  "decoder": {7    "_name_or_path": "seyonec/ChemBERTa-zinc-base-v1",8    "add_cross_attention": true,9    "architectures": [10      "RobertaForMaskedLM"11    ],12    "attention_probs_dropout_prob": 0.1,13    "bad_words_ids": null,14    "begin_suppress_tokens": null,15    "bos_token_id": 0,16    "chunk_size_feed_forward": 0,17    "classifier_dropout": null,18    "cross_attention_hidden_size": null,19    "decoder_start_token_id": null,20    "diversity_penalty": 0.0,21    "do_sample": true,22    "early_stopping": false,23    "encoder_no_repeat_ngram_size": 0,24    "eos_token_id": 2,25    "exponential_decay_length_penalty": null,26    "finetuning_task": null,27    "forced_bos_token_id": null,28    "forced_eos_token_id": null,29    "hidden_act": "gelu",30    "hidden_dropout_prob": 0.1,31    "hidden_size": 768,32    "id2label": {33      "0": "LABEL_0",34      "1": "LABEL_1"35    },36    "initializer_range": 0.02,37    "intermediate_size": 3072,38    "is_decoder": true,39    "is_encoder_decoder": false,40    "label2id": {41      "LABEL_0": 0,42      "LABEL_1": 143    },44    "layer_norm_eps": 1e-05,45    "length_penalty": 1.0,46    "max_length": 512,47    "max_position_embeddings": 514,48    "min_length": 0,49    "model_type": "roberta",50    "no_repeat_ngram_size": 0,51    "num_attention_heads": 12,52    "num_beam_groups": 1,53    "num_beams": 5,54    "num_hidden_layers": 6,55    "num_return_sequences": 1,56    "output_attentions": false,57    "output_hidden_states": false,58    "output_past": true,59    "output_scores": false,60    "pad_token_id": 1,61    "position_embedding_type": "absolute",62    "prefix": null,63    "problem_type": null,64    "pruned_heads": {},65    "remove_invalid_values": false,66    "repetition_penalty": 1.0,67    "return_dict": true,68    "return_dict_in_generate": false,69    "sep_token_id": null,70    "suppress_tokens": null,71    "task_specific_params": null,72    "temperature": 1.0,73    "tf_legacy_loss": false,74    "tie_encoder_decoder": false,75    "tie_word_embeddings": true,76    "tokenizer_class": null,77    "top_k": 20,78    "top_p": 1.0,79    "torch_dtype": null,80    "torchscript": false,81    "type_vocab_size": 1,82    "typical_p": 1.0,83    "use_bfloat16": false,84    "use_cache": true,85    "vocab_size": 76786  },87  "decoder_start_token_id": 0,88  "do_sample": true,89  "encoder": {90    "_name_or_path": "seyonec/ChemBERTa-zinc-base-v1",91    "add_cross_attention": false,92    "architectures": [93      "RobertaForMaskedLM"94    ],95    "attention_probs_dropout_prob": 0.1,96    "bad_words_ids": null,97    "begin_suppress_tokens": null,98    "bos_token_id": 0,99    "chunk_size_feed_forward": 0,100    "classifier_dropout": null,101    "cross_attention_hidden_size": null,102    "decoder_start_token_id": null,103    "diversity_penalty": 0.0,104    "do_sample": true,105    "early_stopping": false,106    "encoder_no_repeat_ngram_size": 0,107    "eos_token_id": 2,108    "exponential_decay_length_penalty": null,109    "finetuning_task": null,110    "forced_bos_token_id": null,111    "forced_eos_token_id": null,112    "hidden_act": "gelu",113    "hidden_dropout_prob": 0.1,114    "hidden_size": 768,115    "id2label": {116      "0": "LABEL_0",117      "1": "LABEL_1"118    },119    "initializer_range": 0.02,120    "intermediate_size": 3072,121    "is_decoder": false,122    "is_encoder_decoder": false,123    "label2id": {124      "LABEL_0": 0,125      "LABEL_1": 1126    },127    "layer_norm_eps": 1e-05,128    "length_penalty": 1.0,129    "max_length": 512,130    "max_position_embeddings": 514,131    "min_length": 0,132    "model_type": "roberta",133    "no_repeat_ngram_size": 0,134    "num_attention_heads": 12,135    "num_beam_groups": 1,136    "num_beams": 5,137    "num_hidden_layers": 6,138    "num_return_sequences": 1,139    "output_attentions": false,140    "output_hidden_states": false,141    "output_past": true,142    "output_scores": false,143    "pad_token_id": 1,144    "position_embedding_type": "absolute",145    "prefix": null,146    "problem_type": null,147    "pruned_heads": {},148    "remove_invalid_values": false,149    "repetition_penalty": 1.0,150    "return_dict": true,151    "return_dict_in_generate": false,152    "sep_token_id": null,153    "suppress_tokens": null,154    "task_specific_params": null,155    "temperature": 1.0,156    "tf_legacy_loss": false,157    "tie_encoder_decoder": false,158    "tie_word_embeddings": true,159    "tokenizer_class": null,160    "top_k": 20,161    "top_p": 1.0,162    "torch_dtype": null,163    "torchscript": false,164    "type_vocab_size": 1,165    "typical_p": 1.0,166    "use_bfloat16": false,167    "use_cache": true,168    "vocab_size": 767169  },170  "eos_token_id": 2,171  "is_encoder_decoder": true,172  "max_length": 512,173  "model_type": "encoder-decoder",174  "num_beams": 5,175  "pad_token_id": 1,176  "top_k": 20,177  "torch_dtype": "float32",178  "transformers_version": "4.44.2",179  "vocab_size": 767180}181