Akshay24 commited on
Commit
2d4d4ee
1 Parent(s): 192de2a

newly trained model which is trained to select the best financial statement column for a given query among all the financial statement columns

Browse files
Files changed (2) hide show
  1. config.json +5 -5
  2. model.safetensors +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "jinaai/jina-embeddings-v2-base-en",
3
  "architectures": [
4
  "BertModel"
5
  ],
@@ -16,15 +16,15 @@
16
  "gradient_checkpointing": false,
17
  "hidden_act": "gelu",
18
  "hidden_dropout_prob": 0.1,
19
- "hidden_size": 768,
20
  "initializer_range": 0.02,
21
- "intermediate_size": 3072,
22
  "layer_norm_eps": 1e-12,
23
  "max_position_embeddings": 8192,
24
  "model_max_length": 8192,
25
  "model_type": "bert",
26
- "num_attention_heads": 12,
27
- "num_hidden_layers": 12,
28
  "pad_token_id": 0,
29
  "position_embedding_type": "alibi",
30
  "torch_dtype": "float32",
 
1
  {
2
+ "_name_or_path": "jinaai/jina-embeddings-v2-small-en",
3
  "architectures": [
4
  "BertModel"
5
  ],
 
16
  "gradient_checkpointing": false,
17
  "hidden_act": "gelu",
18
  "hidden_dropout_prob": 0.1,
19
+ "hidden_size": 512,
20
  "initializer_range": 0.02,
21
+ "intermediate_size": 2048,
22
  "layer_norm_eps": 1e-12,
23
  "max_position_embeddings": 8192,
24
  "model_max_length": 8192,
25
  "model_type": "bert",
26
+ "num_attention_heads": 8,
27
+ "num_hidden_layers": 4,
28
  "pad_token_id": 0,
29
  "position_embedding_type": "alibi",
30
  "torch_dtype": "float32",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3af1390a4f2c538465c523947c71042cd2b15e7d13c28bc690d60a9bb70477d0
3
- size 461562736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98789fae6c59630f490ed87a2ec69d10e034853d11c8a3acdb7549baba307a9e
3
+ size 130803392