HippolyteP commited on
Commit
1f37353
·
1 Parent(s): 4e634f7

Push model using huggingface_hub.

Browse files
Files changed (1) hide show
  1. config.json +34 -1
config.json CHANGED
@@ -5,6 +5,39 @@
5
  "in_dim": 3072,
6
  "out_dim": 4096
7
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  "empty_init": 2,
9
- "llms": []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  }
 
5
  "in_dim": 3072,
6
  "out_dim": 4096
7
  },
8
+ "embedder": null,
9
+ "embedder_args": {
10
+ "causal_embedder": false,
11
+ "compress_rates": [
12
+ -8
13
+ ],
14
+ "cont_tok": true,
15
+ "memory_tokens": 0,
16
+ "n_truncated_layers": 2,
17
+ "pooling_module": {
18
+ "pool_type": "mean_pooled_queries",
19
+ "where": "before"
20
+ },
21
+ "rec_tok": true,
22
+ "train_embedding_mtx": true,
23
+ "trained_layers": 27
24
+ },
25
  "empty_init": 2,
26
+ "llms": [],
27
+ "model_args": {
28
+ "_sliding_window": null,
29
+ "dim": 3072,
30
+ "head_dim": 128,
31
+ "hidden_dim": 8192,
32
+ "max_batch_size": 1,
33
+ "model_type": "transformer",
34
+ "n_heads": 24,
35
+ "n_kv_heads": 8,
36
+ "n_layers": 28,
37
+ "non_parametric_norm": false,
38
+ "norm_eps": "1e-05",
39
+ "rope_theta": 500000.0,
40
+ "sliding_window": null,
41
+ "vocab_size": 128256
42
+ }
43
  }