CoolFace
Modelpublic

aieng-lab/codet5p-220m_commit-intent

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes12downloads
config.json44 linesDownload Raw Back to root
1{2  "_name_or_path": "Salesforce/codet5p-220m",3  "architectures": [4    "T5ForSequenceClassification"5  ],6  "bos_token_id": 1,7  "classifier_dropout": 0.0,8  "d_ff": 3072,9  "d_kv": 64,10  "d_model": 768,11  "decoder_start_token_id": 0,12  "dense_act_fn": "relu",13  "dropout_rate": 0.1,14  "eos_token_id": 2,15  "feed_forward_proj": "relu",16  "id2label": {17    "0": "LABEL_0",18    "1": "LABEL_1",19    "2": "LABEL_2"20  },21  "initializer_factor": 1.0,22  "is_encoder_decoder": true,23  "is_gated_act": false,24  "label2id": {25    "LABEL_0": 0,26    "LABEL_1": 1,27    "LABEL_2": 228  },29  "layer_norm_epsilon": 1e-06,30  "model_type": "t5",31  "n_positions": 512,32  "num_decoder_layers": 12,33  "num_heads": 12,34  "num_layers": 12,35  "output_past": true,36  "pad_token_id": 0,37  "relative_attention_max_distance": 128,38  "relative_attention_num_buckets": 32,39  "torch_dtype": "bfloat16",40  "transformers_version": "4.48.3",41  "use_cache": true,42  "vocab_size": 3210043}44