fabiancpl's picture
Pushing model, tokenizer and model card
3f0c90e
{
"_name_or_path": "bigcode/starcoder2-7b",
"activation_function": "gelu",
"architectures": [
"Starcoder2ForSequenceClassification"
],
"attention_dropout": 0.1,
"attention_softmax_in_fp32": true,
"bos_token_id": 0,
"embedding_dropout": 0.1,
"eos_token_id": 0,
"hidden_act": "gelu_pytorch_tanh",
"hidden_size": 4608,
"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": 18432,
"label2id": {
"LABEL_0": 0,
"LABEL_1": 1,
"LABEL_2": 2,
"LABEL_3": 3,
"LABEL_4": 4,
"LABEL_5": 5,
"LABEL_6": 6
},
"layer_norm_epsilon": 1e-05,
"max_position_embeddings": 16384,
"mlp_type": "default",
"model_type": "starcoder2",
"norm_epsilon": 1e-05,
"norm_type": "layer_norm",
"num_attention_heads": 36,
"num_hidden_layers": 32,
"num_key_value_heads": 4,
"pad_token_id": 0,
"problem_type": "multi_label_classification",
"residual_dropout": 0.1,
"rope_scaling": null,
"rope_theta": 1000000,
"scale_attention_softmax_in_fp32": true,
"scale_attn_weights": true,
"sliding_window": 4096,
"torch_dtype": "bfloat16",
"transformers_version": "4.48.3",
"use_bias": true,
"use_cache": true,
"vocab_size": 49152
}