Upload OLMoForCausalLM
Browse files- config.json +45 -0
- generation_config.json +6 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/net/nfs.cirrascale/allennlp/claran/catwalk-models/merged-fos-decon-110m/merged-fos-Business-110m",
|
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": true,
|
11 |
+
"attention_layer_norm_with_affine": true,
|
12 |
+
"bias_for_layer_norm": null,
|
13 |
+
"block_group_size": 1,
|
14 |
+
"block_type": "sequential",
|
15 |
+
"d_model": 768,
|
16 |
+
"embedding_dropout": 0.0,
|
17 |
+
"embedding_size": 50304,
|
18 |
+
"eos_token_id": 50279,
|
19 |
+
"flash_attention": false,
|
20 |
+
"include_bias": true,
|
21 |
+
"init_cutoff_factor": null,
|
22 |
+
"init_device": null,
|
23 |
+
"init_fn": "normal",
|
24 |
+
"init_std": 0.02,
|
25 |
+
"layer_norm_type": "low_precision",
|
26 |
+
"layer_norm_with_affine": true,
|
27 |
+
"max_sequence_length": 2048,
|
28 |
+
"mlp_hidden_size": null,
|
29 |
+
"mlp_ratio": 4,
|
30 |
+
"model_type": "olmo",
|
31 |
+
"multi_query_attention": false,
|
32 |
+
"n_heads": 12,
|
33 |
+
"n_layers": 12,
|
34 |
+
"pad_token_id": 50256,
|
35 |
+
"precision": null,
|
36 |
+
"residual_dropout": 0.0,
|
37 |
+
"rope": true,
|
38 |
+
"rope_full_precision": true,
|
39 |
+
"scale_logits": false,
|
40 |
+
"torch_dtype": "float32",
|
41 |
+
"transformers_version": "4.31.0",
|
42 |
+
"use_cache": true,
|
43 |
+
"vocab_size": 50280,
|
44 |
+
"weight_tying": true
|
45 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"eos_token_id": 50279,
|
4 |
+
"pad_token_id": 50256,
|
5 |
+
"transformers_version": "4.31.0"
|
6 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3adc6ab88c007beb9ab4c688c4b2db785adc09136823cd6f44336c5628b2b55c
|
3 |
+
size 438344729
|