Faisal AlKhateeb
commited on
Commit
·
6317e26
1
Parent(s):
2c2d81f
add checkpoint
Browse files- config.json +34 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"auto_map": {
|
| 3 |
+
"AutoConfig": "configuration_btlm.BTLMConfig",
|
| 4 |
+
"AutoModel": "modeling_btlm.BTLMModel",
|
| 5 |
+
"AutoModelForSequenceClassification": "modeling_btlm.BTLMForSequenceClassification",
|
| 6 |
+
"AutoModelForTokenClassification": "modeling_btlm.BTLMForTokenClassification",
|
| 7 |
+
"AutoModelForQuestionAnswering": "modeling_btlm.BTLMForQuestionAnswering",
|
| 8 |
+
"AutoModelForCausalLM": "modeling_btlm.BTLMLMHeadModel"
|
| 9 |
+
},
|
| 10 |
+
"architectures": [
|
| 11 |
+
"BTLMLMHeadModel"
|
| 12 |
+
],
|
| 13 |
+
"attn_pdrop": 0.0,
|
| 14 |
+
"bos_token_id": 50256,
|
| 15 |
+
"eos_token_id": 50256,
|
| 16 |
+
"scale_attn_weights": true,
|
| 17 |
+
"resid_pdrop": 0.0,
|
| 18 |
+
"embeddings_scale": 14.6,
|
| 19 |
+
"n_inner": 6826,
|
| 20 |
+
"n_embd": 2560,
|
| 21 |
+
"layer_norm_epsilon": 1e-05,
|
| 22 |
+
"n_positions": 8192,
|
| 23 |
+
"activation_function": "swiglu",
|
| 24 |
+
"n_head": 32,
|
| 25 |
+
"n_layer": 32,
|
| 26 |
+
"model_type": "btlm",
|
| 27 |
+
"width_scale": 0.1,
|
| 28 |
+
"output_logits_scale": 0.22200000000000003,
|
| 29 |
+
"position_embedding_type": "alibi",
|
| 30 |
+
"scale_qk_dot_by_d": true,
|
| 31 |
+
"tie_word_embeddings": true,
|
| 32 |
+
"vocab_size": 50257,
|
| 33 |
+
"embd_pdrop": 0.0
|
| 34 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c941784983f87a61c21450c65774c591a49291f565f3f15396348d5a1dd0263
|
| 3 |
+
size 13247298643
|