CoolFace
Modelpublic

Ahmedjr/codebert-algorithm-tagger

sourceHugging Faceupdated 10mo agoView on Hugging Face
0likes11downloads
config.json49 linesDownload Raw Back to root
1{2  "architectures": [3    "RobertaForSequenceClassification"4  ],5  "attention_probs_dropout_prob": 0.1,6  "bos_token_id": 0,7  "classifier_dropout": null,8  "dtype": "float32",9  "eos_token_id": 2,10  "hidden_act": "gelu",11  "hidden_dropout_prob": 0.1,12  "hidden_size": 768,13  "id2label": {14    "0": "games",15    "1": "geometry",16    "2": "graphs",17    "3": "math",18    "4": "number theory",19    "5": "probabilities",20    "6": "strings",21    "7": "trees"22  },23  "initializer_range": 0.02,24  "intermediate_size": 3072,25  "label2id": {26    "games": 0,27    "geometry": 1,28    "graphs": 2,29    "math": 3,30    "number theory": 4,31    "probabilities": 5,32    "strings": 6,33    "trees": 734  },35  "layer_norm_eps": 1e-05,36  "max_position_embeddings": 514,37  "model_type": "roberta",38  "num_attention_heads": 12,39  "num_hidden_layers": 12,40  "output_past": true,41  "pad_token_id": 1,42  "position_embedding_type": "absolute",43  "problem_type": "multi_label_classification",44  "transformers_version": "4.57.1",45  "type_vocab_size": 1,46  "use_cache": true,47  "vocab_size": 5026548}49