DeepMostInnovations commited on
Commit
128f147
·
verified ·
1 Parent(s): ccd901d

Upload Hindi embeddings model

Browse files
Files changed (3) hide show
  1. config.json +26 -0
  2. embedding_model.pt +3 -0
  3. embedding_model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "model_type": "advanced_transformer",
15
+ "mse_loss_weight": 0.5,
16
+ "num_attention_heads": 12,
17
+ "num_hidden_layers": 12,
18
+ "pad_token_id": 0,
19
+ "pooling_mode": "weighted",
20
+ "projection_dim": 256,
21
+ "stochastic_depth_prob": 0.1,
22
+ "temperature": 0.05,
23
+ "transformers_version": "4.49.0",
24
+ "triplet_loss_weight": 0.2,
25
+ "vocab_size": 50000
26
+ }
embedding_model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b990bae53defbb8703993c6689f61275d25ffd35004f72040392e555d50b4c7
3
+ size 497221224
embedding_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f4a7f4984772c76db0f26b34dfae9d7e8b55180a2bf4371733ed1594cf65f9e
3
+ size 497156468