File size: 1,466 Bytes
5fe3ede | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 | {
"variant": "minicoder",
"vocab_size": 8192,
"hidden_size": 384,
"intermediate_size": 456,
"num_hidden_layers": 13,
"num_attention_heads": 12,
"num_key_value_heads": 1,
"head_dim": 32,
"ngram_buckets": 51699,
"ngram_rank_per_hash": 48,
"loop_schedule": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
4,
5,
6,
7,
8,
9,
10,
11,
12
],
"ngram_injection_schedule_positions": [
4,
9
],
"refresh_kernel_size": 9,
"max_position_embeddings": 4096,
"rope_theta": 100000.0,
"rms_norm_eps": 1e-05,
"initializer_range": 0.02,
"use_cache": false,
"transformers_version": "5.16.1",
"architectures": [
"BananaMind21CoderForCausalLM"
],
"output_hidden_states": false,
"return_dict": true,
"dtype": null,
"chunk_size_feed_forward": 0,
"is_encoder_decoder": false,
"id2label": {
"0": "LABEL_0",
"1": "LABEL_1"
},
"label2id": {
"LABEL_0": 0,
"LABEL_1": 1
},
"problem_type": null,
"_name_or_path": "Banaxi-Tech/BananaMind-2.1-MiniCoder",
"tie_word_embeddings": true,
"bos_token_id": 1,
"eos_token_id": 2,
"pad_token_id": 0,
"unk_token_id": 3,
"model_type": "bananamind21_coder",
"output_attentions": false,
"auto_map": {
"AutoConfig": "configuration_bananamind21_coder.BananaMind21CoderConfig",
"AutoModelForCausalLM": "modeling_bananamind21_coder.BananaMind21CoderForCausalLM"
},
"torch_dtype": "float32"
}
|