Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- expr_config.json +1 -0
- expr_seq2seq.pt +3 -0
- expr_vocab_src.json +0 -0
- expr_vocab_tgt.json +0 -0
- lexicon.db +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
lexicon.db filter=lfs diff=lfs merge=lfs -text
|
expr_config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"src_vocab_size": 15679, "tgt_vocab_size": 9608, "embed_dim": 128, "hidden_dim": 256, "pairs_count": 27949}
|
expr_seq2seq.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:920a2229170c7313e1990facf4fa0a8bf09ca6d78c5c476033bee1b4da385352
|
| 3 |
+
size 29275435
|
expr_vocab_src.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
expr_vocab_tgt.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
lexicon.db
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60f06299289ece8dd2969bc5551933e9220dfb1e8ab172161f786c1926ada6ba
|
| 3 |
+
size 12513280
|