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/seed-decon-5epoch-1_1b",
|
| 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": 2048,
|
| 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": 16,
|
| 33 |
+
"n_layers": 24,
|
| 34 |
+
"pad_token_id": 50279,
|
| 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": 50279,
|
| 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:a9472b989c807b49da0e13f0a750649b480bc8bbd15b364d542a4755e9b34701
|
| 3 |
+
size 4442105573
|