Upload folder using huggingface_hub
Browse files- config.json +12 -0
- model_weights.pt +3 -0
- vocab.json +0 -0
config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"max_length": 64,
|
| 3 |
+
"hidden_size": 256,
|
| 4 |
+
"use_attention": true,
|
| 5 |
+
"model_type": "seq2seq_vsl_translation",
|
| 6 |
+
"architecture": "GRU with Attention",
|
| 7 |
+
"vocab_sizes": {
|
| 8 |
+
"text": 3214,
|
| 9 |
+
"vie_tree": 4275,
|
| 10 |
+
"vsl_tree": 4242
|
| 11 |
+
}
|
| 12 |
+
}
|
model_weights.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e062513a818c2654001359feed830bbb9df711537b02a4ad09c3c2f6aeaf503c
|
| 3 |
+
size 33571843
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|