DeepMostInnovations commited on
Commit
db1b828
·
verified ·
1 Parent(s): ffda354

Upload Hindi embeddings model and all associated files

Browse files
Files changed (3) hide show
  1. config.json +24 -0
  2. embedding_model.pt +3 -0
  3. embedding_model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attention_probs_dropout_prob": 0.1,
3
+ "bos_token_id": 1,
4
+ "contrastive_loss_weight": 0.3,
5
+ "eos_token_id": 2,
6
+ "hidden_act": "gelu",
7
+ "hidden_dropout_prob": 0.1,
8
+ "hidden_size": 768,
9
+ "initializer_range": 0.02,
10
+ "intermediate_size": 3072,
11
+ "layer_norm_eps": 1e-12,
12
+ "margin": 0.2,
13
+ "max_position_embeddings": 128,
14
+ "mse_loss_weight": 0.5,
15
+ "num_attention_heads": 12,
16
+ "num_hidden_layers": 12,
17
+ "pad_token_id": 0,
18
+ "pooling_mode": "weighted",
19
+ "projection_dim": 256,
20
+ "stochastic_depth_prob": 0.1,
21
+ "temperature": 0.05,
22
+ "triplet_loss_weight": 0.2,
23
+ "vocab_size": 16000
24
+ }
embedding_model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7211caaf50147659ed829bb758d54d3d906b16634f67cbbaad60253a5fb62dc8
3
+ size 392772706
embedding_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0299bf5e9706454a90a6134e3d0a7436a5d67dc4e177610bd65e6174e7b23a90
3
+ size 392708236