Spaces:
Sleeping
Sleeping
Rohan Kumar Singh
commited on
Commit
·
f89ae0d
1
Parent(s):
c46f47a
updated model and vocab dict
Browse files- app.py +1 -0
- translator/fingerprint.pb +2 -2
- translator/saved_model.pb +2 -2
- translator/variables/variables.data-00000-of-00001 +2 -2
- translator/variables/variables.index +0 -0
- vocab_data.pkl +2 -2
app.py
CHANGED
@@ -10,6 +10,7 @@ import re
|
|
10 |
with open('vocab_data.pkl', 'rb') as fp:
|
11 |
hin_vocab = pickle.load(fp)
|
12 |
vocab_keys=[l for l in hin_vocab]
|
|
|
13 |
reloaded = tf.saved_model.load("translator")
|
14 |
|
15 |
def t_text(line):
|
|
|
10 |
with open('vocab_data.pkl', 'rb') as fp:
|
11 |
hin_vocab = pickle.load(fp)
|
12 |
vocab_keys=[l for l in hin_vocab]
|
13 |
+
#all_data_vocab_53k_mixed_batch_v2
|
14 |
reloaded = tf.saved_model.load("translator")
|
15 |
|
16 |
def t_text(line):
|
translator/fingerprint.pb
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e9da40e2079e447cdbf758c243b6d00b5405441658469b27a0c168c85616d7e
|
3 |
+
size 55
|
translator/saved_model.pb
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b326662c92d9f89da221eae5f48ea82df9257910b8be95d4281637baef13c1f2
|
3 |
+
size 1812293
|
translator/variables/variables.data-00000-of-00001
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35147a7a5d4f859861bd81932110eb97c97eb50a8582cc9ed5f74d60ccbf2b09
|
3 |
+
size 191512903
|
translator/variables/variables.index
CHANGED
Binary files a/translator/variables/variables.index and b/translator/variables/variables.index differ
|
|
vocab_data.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2020891aea7517ed34d5459060ad8935cceb77e1b7a58f833725c38422e0798e
|
3 |
+
size 1768199
|