fabiancpl's picture
Pushing model, tokenizer and model card
50bc540
{
"_name_or_path": "bigcode/starcoder2-3b",
"architectures": [
"Starcoder2ForSequenceClassification"
],
"attention_dropout": 0.1,
"bos_token_id": 0,
"embedding_dropout": 0.1,
"eos_token_id": 0,
"hidden_act": "gelu_pytorch_tanh",
"hidden_size": 3072,
"id2label": {
"0": "LABEL_0",
"1": "LABEL_1",
"2": "LABEL_2",
"3": "LABEL_3",
"4": "LABEL_4",
"5": "LABEL_5",
"6": "LABEL_6"
},
"initializer_range": 0.018042,
"intermediate_size": 12288,
"label2id": {
"LABEL_0": 0,
"LABEL_1": 1,
"LABEL_2": 2,
"LABEL_3": 3,
"LABEL_4": 4,
"LABEL_5": 5,
"LABEL_6": 6
},
"max_position_embeddings": 16384,
"mlp_type": "default",
"model_type": "starcoder2",
"norm_epsilon": 1e-05,
"norm_type": "layer_norm",
"num_attention_heads": 24,
"num_hidden_layers": 30,
"num_key_value_heads": 2,
"pad_token_id": 0,
"problem_type": "multi_label_classification",
"residual_dropout": 0.1,
"rope_scaling": null,
"rope_theta": 999999.4420358813,
"sliding_window": 4096,
"torch_dtype": "bfloat16",
"transformers_version": "4.48.3",
"use_bias": true,
"use_cache": true,
"vocab_size": 49152
}