DivineNnamdi commited on
Commit
c4ebb2e
1 Parent(s): eae2adb

Track large files with Git LFS and update README

Browse files
Files changed (4) hide show
  1. README.md +0 -0
  2. config.json +51 -0
  3. model.safetensors +3 -0
  4. pytorch_model.bin +3 -0
README.md CHANGED
The diff for this file is too large to render. See raw diff
 
config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "jinaai/jina-embeddings-v3",
3
+ "architectures": [
4
+ "XLMRobertaModel"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "auto_map": {
8
+ "AutoConfig": "jinaai/xlm-roberta-flash-implementation--configuration_xlm_roberta.XLMRobertaFlashConfig",
9
+ "AutoModel": "jinaai/xlm-roberta-flash-implementation--modeling_lora.XLMRobertaLoRA",
10
+ "AutoModelForMaskedLM": "jinaai/xlm-roberta-flash-implementation--modeling_xlm_roberta.XLMRobertaForMaskedLM",
11
+ "AutoModelForPreTraining": "jinaai/xlm-roberta-flash-implementation--modeling_xlm_roberta.XLMRobertaForPreTraining"
12
+ },
13
+ "bos_token_id": 0,
14
+ "classifier_dropout": null,
15
+ "emb_pooler": null,
16
+ "eos_token_id": 2,
17
+ "hidden_act": "gelu",
18
+ "hidden_dropout_prob": 0.1,
19
+ "hidden_size": 1024,
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 4096,
22
+ "layer_norm_eps": 1e-05,
23
+ "load_trained_adapters": true,
24
+ "lora_adaptations": ["retrieval.query", "retrieval.passage", "separation", "classification", "text-matching"],
25
+ "lora_alpha": 1,
26
+ "lora_dropout_p": 0.0,
27
+ "lora_main_params_trainable": false,
28
+ "lora_rank": 4,
29
+ "matryoshka_dimensions": [32, 64, 128, 256, 512, 768, 1024],
30
+ "max_position_embeddings": 8194,
31
+ "num_attention_heads": 16,
32
+ "num_hidden_layers": 24,
33
+ "output_past": true,
34
+ "pad_token_id": 1,
35
+ "position_embedding_type": "rotary",
36
+ "rotary_emb_base": 20000.0,
37
+ "torch_dtype": "bfloat16",
38
+ "transformers_version": "4.30.2",
39
+ "truncate_dim": null,
40
+ "type_vocab_size": 1,
41
+ "use_cache": true,
42
+ "use_flash_attn": true,
43
+ "vocab_size": 250002,
44
+ "task_instructions": {
45
+ "retrieval.query": "Represent the query for retrieving evidence documents: ",
46
+ "retrieval.passage": "Represent the document for retrieval: ",
47
+ "separation": "",
48
+ "classification": "",
49
+ "text-matching": ""
50
+ }
51
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17ca06efd886a065d0081912b04c9e27ef5086a9dd09659cce32aa9c84587f23
3
+ size 1144685320
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e83da37d1052fa1f9a6763199a5aa0fea1b5d3f290dc6b3d2e3ffb7c5356bcc
3
+ size 1144846522