File size: 1,102 Bytes
9d8e17e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "model_type": "multiscreen",
  "architectures": [
    "ObsidianMultiscreenForCausalLM"
  ],

  "model_name": "ObsidianSmall-Base",
  "model_family": "ObsidianSmall",
  "library_name": "litgpt",

  "vocab_size": 4096,
  "hidden_size": 256,
  "num_hidden_layers": 9,

  "num_attention_heads": 8,
  "head_dim": 32,

  "max_position_embeddings": 1024,
  "context_length": 1024,

  "multiscreen": {
    "enabled": true,
    "type": "pure",

    "num_heads": 8,
    "query_chunk_size": 128,

    "key_dim": 16,
    "value_dim": 128,

    "window_threshold": 256,
    "triton_kernel": true,

    "kv_cache": false,
    "full_sequence_decoding": true
  },

  "mlp": {
    "enabled": false
  },

  "attention": {
    "enabled": false
  },

  "normalization": "RMSNorm",

  "parameters": 8716506,

  "torch_dtype": "bfloat16",

  "tokenizer_class": "GPT2Tokenizer",

  "auto_map": {
    "AutoConfig": "configuration_multiscreen.ObsidianMultiscreenConfig",
    "AutoModelForCausalLM": "modeling_multiscreen.ObsidianMultiscreenForCausalLM"
  },

  "transformers_compatible": false,

  "license": "apache-2.0"
}