Upload folder using huggingface_hub
Browse files- config.json +9 -54
config.json
CHANGED
@@ -1,55 +1,10 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
"
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
"
|
9 |
-
|
10 |
-
|
11 |
-
"bos_token_id": null,
|
12 |
-
"causal": false,
|
13 |
-
"dense_seq_output": true,
|
14 |
-
"embd_pdrop": 0.1,
|
15 |
-
"eos_token_id": null,
|
16 |
-
"fused_bias_fc": true,
|
17 |
-
"fused_dropout_add_ln": true,
|
18 |
-
"initializer_range": 0.02,
|
19 |
-
"layer_norm_epsilon": 1e-12,
|
20 |
-
"mlp_fc1_bias": false,
|
21 |
-
"mlp_fc2_bias": false,
|
22 |
-
"model_type": "nomic_bert",
|
23 |
-
"n_embd": 768,
|
24 |
-
"n_head": 12,
|
25 |
-
"n_inner": 3072,
|
26 |
-
"n_layer": 12,
|
27 |
-
"n_positions": 2048,
|
28 |
-
"pad_vocab_size_multiple": 64,
|
29 |
-
"parallel_block": false,
|
30 |
-
"parallel_block_tied_norm": false,
|
31 |
-
"prenorm": false,
|
32 |
-
"qkv_proj_bias": false,
|
33 |
-
"reorder_and_upcast_attn": false,
|
34 |
-
"resid_pdrop": 0.1,
|
35 |
-
"rotary_emb_base": 1000,
|
36 |
-
"rotary_emb_fraction": 1.0,
|
37 |
-
"rotary_emb_interleaved": false,
|
38 |
-
"rotary_emb_scale_base": null,
|
39 |
-
"rotary_scaling_factor": null,
|
40 |
-
"scale_attn_by_inverse_layer_idx": false,
|
41 |
-
"scale_attn_weights": true,
|
42 |
-
"summary_activation": null,
|
43 |
-
"summary_first_dropout": 0.1,
|
44 |
-
"summary_proj_to_labels": true,
|
45 |
-
"summary_type": "cls_index",
|
46 |
-
"summary_use_proj": true,
|
47 |
-
"torch_dtype": "float32",
|
48 |
-
"transformers_version": "4.34.0",
|
49 |
-
"type_vocab_size": 2,
|
50 |
-
"use_cache": true,
|
51 |
-
"use_flash_attn": true,
|
52 |
-
"use_rms_norm": false,
|
53 |
-
"use_xentropy": true,
|
54 |
-
"vocab_size": 30528
|
55 |
-
}
|
|
|
1 |
{
|
2 |
+
"word_embedding_dimension": 768,
|
3 |
+
"pooling_mode_cls_token": false,
|
4 |
+
"pooling_mode_mean_tokens": true,
|
5 |
+
"pooling_mode_max_tokens": false,
|
6 |
+
"pooling_mode_mean_sqrt_len_tokens": false,
|
7 |
+
"pooling_mode_weightedmean_tokens": false,
|
8 |
+
"pooling_mode_lasttoken": false
|
9 |
+
}
|
10 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|