File size: 1,206 Bytes
53b99a0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "vocab_size": 384,
  "hidden_size": 96,
  "num_hidden_layers": 6,
  "num_attention_heads": 6,
  "num_key_value_heads": 2,
  "head_dim": 16,
  "intermediate_size": 380,
  "refresh_layers": [
    3,
    5
  ],
  "refresh_kernel_size": 9,
  "refresh_alpha_init": 0.0,
  "max_position_embeddings": 4096,
  "rope_theta": 100000.0,
  "rms_norm_eps": 1e-06,
  "initializer_range": 0.02,
  "use_cache": true,
  "transformers_version": "5.15.0",
  "architectures": [
    "BananaMind2PicoForCausalLM"
  ],
  "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/pico-test",
  "tie_word_embeddings": true,
  "bos_token_id": 1,
  "eos_token_id": 2,
  "pad_token_id": 0,
  "unk_token_id": 3,
  "model_type": "bananamind2_pico",
  "output_attentions": false,
  "auto_map": {
    "AutoConfig": "configuration_bananamind2pico.BananaMind2PicoConfig",
    "AutoModelForCausalLM": "modeling_bananamind2pico.BananaMind2PicoForCausalLM"
  },
  "torch_dtype": "float32"
}