Epoch 0 - Val loss 1.1532
Browse files- README.md +12 -0
- config.json +19 -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,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"att_groups": 4,
|
3 |
+
"att_heads": 8,
|
4 |
+
"att_query_groups": 4,
|
5 |
+
"cross_att_type": "sqa",
|
6 |
+
"embed_dim": 128,
|
7 |
+
"ff_dim": 384,
|
8 |
+
"ff_dropout": 0.1,
|
9 |
+
"init_identity_norm": true,
|
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 |
+
"use_head_norm": true,
|
18 |
+
"vocab_size": 7500
|
19 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9edf7de24ae6feb667d8ff1989f88c76253f0ef415da3ef651644c2676e9052
|
3 |
+
size 12432112
|