Nhoodie commited on
Commit
5d28d9a
·
verified ·
1 Parent(s): 6d9cc9b

Upload folder using huggingface_hub

Browse files
stage1_ici/config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "zehui127/Omni-DNA-20M",
3
+ "activation_type": "swiglu",
4
+ "alibi": false,
5
+ "alibi_bias_max": 8.0,
6
+ "architectures": [
7
+ "OLMoForCausalLM"
8
+ ],
9
+ "attention_dropout": 0.0,
10
+ "attention_layer_norm": false,
11
+ "attention_layer_norm_with_affine": false,
12
+ "auto_map": {
13
+ "AutoConfig": "zehui127/Omni-DNA-20M--configuration_olmo.OLMoConfig",
14
+ "AutoModelForCausalLM": "zehui127/Omni-DNA-20M--modeling_olmo.OLMoForCausalLM",
15
+ "AutoModelForSequenceClassification": "zehui127/Omni-DNA-20M--modeling_olmo.OLMoForSequenceCLS"
16
+ },
17
+ "bias_for_layer_norm": false,
18
+ "block_group_size": 1,
19
+ "block_type": "sequential",
20
+ "clip_qkv": null,
21
+ "d_model": 256,
22
+ "emb_init_std": null,
23
+ "embedding_dropout": 0.0,
24
+ "embedding_layer_norm": false,
25
+ "embedding_size": 4096,
26
+ "eos_token_id": 3,
27
+ "flash_attention": false,
28
+ "include_bias": false,
29
+ "init_cutoff_factor": null,
30
+ "init_device": "meta",
31
+ "init_fn": "mitchell",
32
+ "init_std": 0.02,
33
+ "layer_norm_eps": 1e-05,
34
+ "layer_norm_type": "rms",
35
+ "layer_norm_with_affine": true,
36
+ "max_sequence_length": 250,
37
+ "mlp_hidden_size": null,
38
+ "mlp_ratio": 8,
39
+ "model_type": "olmo-gfm",
40
+ "multi_query_attention": false,
41
+ "n_heads": 8,
42
+ "n_kv_heads": null,
43
+ "n_layers": 8,
44
+ "norm_after": false,
45
+ "pad_token_id": 3,
46
+ "precision": "amp_bf16",
47
+ "residual_dropout": 0.0,
48
+ "rope": true,
49
+ "rope_full_precision": true,
50
+ "rope_theta": 10000,
51
+ "scale_emb_init": false,
52
+ "scale_logits": false,
53
+ "torch_dtype": "float32",
54
+ "transformers_version": "4.49.0",
55
+ "use_cache": true,
56
+ "vocab_size": 4096,
57
+ "weight_tying": false
58
+ }
stage1_ici/generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "eos_token_id": 3,
4
+ "pad_token_id": 3,
5
+ "transformers_version": "4.49.0"
6
+ }