Epoch 0 - Val loss 1.1416
Browse files- README.md +12 -0
- config.json +18 -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,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"att_groups": 8,
|
3 |
+
"att_heads": 16,
|
4 |
+
"att_query_groups": 8,
|
5 |
+
"cross_att_type": "sqa",
|
6 |
+
"embed_dim": 256,
|
7 |
+
"ff_activation": "silu",
|
8 |
+
"ff_dim": 768,
|
9 |
+
"ff_dropout": 0.1,
|
10 |
+
"num_layers": 10,
|
11 |
+
"self_att_type": "sqa",
|
12 |
+
"seq_len": 256,
|
13 |
+
"skip_memory_cross_attention": true,
|
14 |
+
"stm_size": 256,
|
15 |
+
"use_flash_attention": false,
|
16 |
+
"use_gated": true,
|
17 |
+
"vocab_size": 10000
|
18 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f8f982a15c83f6369f0754b8c09d6253d75e15a2f37c109fff845f7de7f77aa
|
3 |
+
size 41821168
|