Upload Hindi embeddings model and all associated files
Browse files- config.json +1 -3
- embedding_model.pt +2 -2
- embedding_model.safetensors +2 -2
config.json
CHANGED
@@ -11,7 +11,6 @@
|
|
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,
|
@@ -20,7 +19,6 @@
|
|
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":
|
26 |
}
|
|
|
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,
|
|
|
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
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:7211caaf50147659ed829bb758d54d3d906b16634f67cbbaad60253a5fb62dc8
|
3 |
+
size 392772706
|
embedding_model.safetensors
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:0299bf5e9706454a90a6134e3d0a7436a5d67dc4e177610bd65e6174e7b23a90
|
3 |
+
size 392708236
|