CoolFace
Modelpublic

NamCyan/codebert-base-technical-debt-code-tesoro

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes10downloads
config.json44 linesDownload Raw Back to root
1{2  "_name_or_path": "/cm/archive/namlh35/SATD/results/my-dataset-0.0.1/codebert-base-multilabel_kfold_code-0.0.2/0",3  "architectures": [4    "RobertaForSequenceClassification"5  ],6  "attention_probs_dropout_prob": 0.1,7  "bos_token_id": 0,8  "classifier_dropout": null,9  "eos_token_id": 2,10  "finetuning_task": "text-classification",11  "hidden_act": "gelu",12  "hidden_dropout_prob": 0.1,13  "hidden_size": 768,14  "id2label": {15    "0": "LABEL_0",16    "1": "LABEL_1",17    "2": "LABEL_2",18    "3": "LABEL_3"19  },20  "initializer_range": 0.02,21  "intermediate_size": 3072,22  "label2id": {23    "0": 0,24    "1": 125  },26  "layer_norm_eps": 1e-05,27  "max_position_embeddings": 514,28  "max_query_length": 512,29  "max_seq_length": -4,30  "model_type": "roberta",31  "num_attention_heads": 12,32  "num_hidden_layers": 12,33  "output_past": true,34  "pad_token_id": 1,35  "position_embedding_type": "absolute",36  "problem_type": "multi_label_classification",37  "sc_comment": false,38  "torch_dtype": "float32",39  "transformers_version": "4.40.2",40  "type_vocab_size": 1,41  "use_cache": true,42  "vocab_size": 5026543}44