Push model using huggingface_hub.
Browse files- README.md +10 -0
- config.json +12 -0
- model.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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:
|
| 8 |
+
- Code: [More Information Needed]
|
| 9 |
+
- Paper: [More Information Needed]
|
| 10 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"d_conv": 4,
|
| 3 |
+
"d_model": 512,
|
| 4 |
+
"d_state": 16,
|
| 5 |
+
"dropout": 0.1,
|
| 6 |
+
"expand": 2,
|
| 7 |
+
"gradient_checkpointing": true,
|
| 8 |
+
"max_position_embeddings": 512,
|
| 9 |
+
"n_layer": 12,
|
| 10 |
+
"pad_token_id": 0,
|
| 11 |
+
"vocab_size": 64000
|
| 12 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b02d526023fda466aef0c8cc740f026ebf292ced028aab1ada81261aaa0021a8
|
| 3 |
+
size 421191664
|