File size: 604 Bytes
fd0b9f3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "architectures": [
    "FineWebForCausalLM"
  ],
  "auto_map": {
    "AutoConfig": "configuration_fineweb.FineWebConfig",
    "AutoModelForCausalLM": "modeling_fineweb.FineWebForCausalLM"
  },
  "model_type": "fineweb_decoder",
  "vocab_size": 16384,
  "n_layers": 8,
  "d_model": 256,
  "n_heads": 4,
  "mlp_hidden": 960,
  "context_length": 1024,
  "max_position_embeddings": 1024,
  "rms_norm_eps": 1e-06,
  "bos_token_id": 0,
  "eos_token_id": 1,
  "pad_token_id": 1,
  "unk_token_id": 2,
  "tie_word_embeddings": true,
  "use_cache": false,
  "torch_dtype": "float32"
}