royeis commited on
Commit
0a52f74
·
verified ·
1 Parent(s): 0b2aadb

Update model class

Browse files
Files changed (2) hide show
  1. README.md +10 -0
  2. config.json +7 -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,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "hidden": 5120,
3
+ "num_layers": 1,
4
+ "d_features": 5120,
5
+ "model_type": "rnn_seq_regressor",
6
+ "architecture": "GRU"
7
+ }