mrsladoje commited on
Commit
7869b5f
·
verified ·
1 Parent(s): e86742a

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +53 -0
config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_function": "swiglu",
3
+ "architectures": [
4
+ "NomicBertModel"
5
+ ],
6
+ "attn_pdrop": 0.0,
7
+ "bos_token_id": null,
8
+ "causal": false,
9
+ "dense_seq_output": true,
10
+ "dtype": "float32",
11
+ "embd_pdrop": 0.1,
12
+ "eos_token_id": null,
13
+ "export_model_type": "transformer",
14
+ "fused_bias_fc": true,
15
+ "fused_dropout_add_ln": true,
16
+ "initializer_range": 0.02,
17
+ "layer_norm_epsilon": 1e-12,
18
+ "max_trained_positions": 2048,
19
+ "mlp_fc1_bias": false,
20
+ "mlp_fc2_bias": false,
21
+ "model_type": "nomic_bert",
22
+ "n_embd": 768,
23
+ "n_head": 12,
24
+ "n_inner": 3072,
25
+ "n_layer": 12,
26
+ "n_positions": 8192,
27
+ "pad_vocab_size_multiple": 64,
28
+ "parallel_block": false,
29
+ "parallel_block_tied_norm": false,
30
+ "prenorm": false,
31
+ "qkv_proj_bias": false,
32
+ "reorder_and_upcast_attn": false,
33
+ "resid_pdrop": 0.1,
34
+ "rotary_emb_base": 1000,
35
+ "rotary_emb_fraction": 1.0,
36
+ "rotary_emb_interleaved": false,
37
+ "rotary_emb_scale_base": null,
38
+ "rotary_scaling_factor": null,
39
+ "scale_attn_by_inverse_layer_idx": false,
40
+ "scale_attn_weights": true,
41
+ "summary_activation": null,
42
+ "summary_first_dropout": 0.1,
43
+ "summary_proj_to_labels": true,
44
+ "summary_type": "cls_index",
45
+ "summary_use_proj": true,
46
+ "transformers_version": "4.57.6",
47
+ "type_vocab_size": 2,
48
+ "use_cache": true,
49
+ "use_flash_attn": true,
50
+ "use_rms_norm": false,
51
+ "use_xentropy": true,
52
+ "vocab_size": 30528
53
+ }