AbhishekBiswas12 commited on
Commit
02c2e41
·
1 Parent(s): 33ea44f

Adding model to huggingface

Browse files
Files changed (2) hide show
  1. Word2Vec_hindi.bin +3 -0
  2. config.json +5 -0
Word2Vec_hindi.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:183a72758b2eaee1680537dc7f3fc04c3ae0f28bc3c8026fa109de498edb8c46
3
+ size 609847578
config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "model_type": "word2vec",
3
+ "embedding_dim": 300,
4
+ "vocab_size": 508205
5
+ }