Push model using huggingface_hub.
Browse files- README.md +9 -3
- config.json +21 -0
- model.safetensors +3 -0
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
- Library: [More Information Needed]
|
9 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"base_arch": null,
|
3 |
+
"base_arch_config": {
|
4 |
+
"N": 12,
|
5 |
+
"d_ff": 3072,
|
6 |
+
"d_model": 768,
|
7 |
+
"dropout": 0.1,
|
8 |
+
"h": 12,
|
9 |
+
"input_linear": false,
|
10 |
+
"input_relu": true,
|
11 |
+
"kernel_size": 9,
|
12 |
+
"n_hidden_kernels": 0,
|
13 |
+
"n_kernels": 768,
|
14 |
+
"type": "CSEBERT"
|
15 |
+
},
|
16 |
+
"dropout": 0.0,
|
17 |
+
"n_hidden_kernels": 0,
|
18 |
+
"output_linear": true,
|
19 |
+
"output_relu": false,
|
20 |
+
"pred_batch_size": 8
|
21 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4bdc9a9b26f9d1b90e62a8bf943f37b39364197e2c9c0edadb0e37ce8983b1a
|
3 |
+
size 358196416
|