Push model using huggingface_hub.
Browse files- README.md +1 -1
- config.json +18 -0
- model.safetensors +1 -1
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
-
- pytorch_model_hub_mixin
|
4 |
- model_hub_mixin
|
|
|
5 |
---
|
6 |
|
7 |
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
|
|
1 |
---
|
2 |
tags:
|
|
|
3 |
- model_hub_mixin
|
4 |
+
- pytorch_model_hub_mixin
|
5 |
---
|
6 |
|
7 |
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
config.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"device": "cpu",
|
3 |
+
"dropout": 0.2,
|
4 |
+
"n_blocks": 3,
|
5 |
+
"transformer_config": {
|
6 |
+
"block_size": 124,
|
7 |
+
"dropout": 0.2,
|
8 |
+
"n_embd": 164,
|
9 |
+
"n_head": 4
|
10 |
+
},
|
11 |
+
"vocab_size": 65,
|
12 |
+
"xlstm_config": {
|
13 |
+
"batch_size": 8,
|
14 |
+
"block_size": 124,
|
15 |
+
"config_block": "msm",
|
16 |
+
"n_embd": 164
|
17 |
+
}
|
18 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 78723556
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb89fee4668361311401b91f4d4adeb330751be3f1791976ac429bda22f66a15
|
3 |
size 78723556
|