Epoch 0 - Val loss 0.2619
Browse files- README.md +12 -0
- config.json +21 -0
- model.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
pipeline_tag: fill-mask
|
| 4 |
+
tags:
|
| 5 |
+
- model_hub_mixin
|
| 6 |
+
- pytorch_model_hub_mixin
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
| 10 |
+
- Code: [More Information Needed]
|
| 11 |
+
- Paper: [More Information Needed]
|
| 12 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"att_groups": 8,
|
| 3 |
+
"att_heads": 16,
|
| 4 |
+
"att_query_groups": 8,
|
| 5 |
+
"cross_att_type": "sqa",
|
| 6 |
+
"embed_dim": 512,
|
| 7 |
+
"ff_activation": "silu",
|
| 8 |
+
"ff_dim": 1536,
|
| 9 |
+
"ff_dropout": 0.0,
|
| 10 |
+
"num_layers": 21,
|
| 11 |
+
"rope_base": 100000,
|
| 12 |
+
"self_att_type": "sqa",
|
| 13 |
+
"seq_len": 8192,
|
| 14 |
+
"skip_memory_cross_attention": true,
|
| 15 |
+
"stm_size": 4096,
|
| 16 |
+
"use_attention_output_bias": false,
|
| 17 |
+
"use_flash_attention": true,
|
| 18 |
+
"use_gated": true,
|
| 19 |
+
"use_gated_attention": true,
|
| 20 |
+
"vocab_size": 65536
|
| 21 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97d8b17941a9c46850e049680bb774187baa2ed9e0345e7fb14c8bbd2b19e401
|
| 3 |
+
size 194208488
|