SamagraDataGov
commited on
Commit
•
1a13d70
1
Parent(s):
43663c4
Push model using huggingface_hub.
Browse files- README.md +9 -0
- config.json +36 -0
- model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"config_file": {
|
3 |
+
"dev_batch_size": 128,
|
4 |
+
"init_type": "kaiming_uniform",
|
5 |
+
"loss_fn": [
|
6 |
+
0,
|
7 |
+
2
|
8 |
+
],
|
9 |
+
"lr": 0.0003,
|
10 |
+
"margin": 0.5,
|
11 |
+
"num_epochs": 1000,
|
12 |
+
"proj": 128,
|
13 |
+
"t_max": 9,
|
14 |
+
"train_batch_size": 128,
|
15 |
+
"view1": {
|
16 |
+
"bidirectional": true,
|
17 |
+
"cell_type": "lstm",
|
18 |
+
"dropout": 0.4,
|
19 |
+
"hidden_size": 512,
|
20 |
+
"input_size": 39,
|
21 |
+
"num_layers": 2,
|
22 |
+
"proj": 1024
|
23 |
+
},
|
24 |
+
"view2": {
|
25 |
+
"bidirectional": true,
|
26 |
+
"cell_type": "lstm",
|
27 |
+
"dropout": 0.4,
|
28 |
+
"hidden_size": 512,
|
29 |
+
"input_size": 83,
|
30 |
+
"num_embeddings": 10000,
|
31 |
+
"num_layers": 2,
|
32 |
+
"proj": 512
|
33 |
+
},
|
34 |
+
"weight_decay": 0.0001
|
35 |
+
}
|
36 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b37d66f08491931c6602c424f25e30bc25a8e149a6adb58ee3b4b6e2c4dd988
|
3 |
+
size 69241936
|