Rohan Kumar Singh commited on
Commit
f89ae0d
1 Parent(s): c46f47a

updated model and vocab dict

Browse files
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:f36c3ac5042d694f91674e5d57803c0849690d0d19b5f2aec36fc2f00b1ad1d8
3
- size 53
 
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:4edad44ea730e1a765211878b7e98a8eaa29f692161d61395de173b2973232a8
3
- size 869541
 
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:2c23e4e0810af1b0c2fa933ca31b43a2716a5e311a5b020c8a806eba57f7bd3f
3
- size 79039391
 
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:bd4663d6290c3455a6425c08142a0122613bfc4893f34089486ad8ed51d51cc2
3
- size 1710406
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2020891aea7517ed34d5459060ad8935cceb77e1b7a58f833725c38422e0798e
3
+ size 1768199