mrbesher commited on
Commit
896206b
·
verified ·
1 Parent(s): ea89c0c

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +205 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_commit_hash": "344d954da76eb8ad47a7aaff42d012e30c15b8fe",
3
+ "add_projections": false,
4
+ "architectures": [
5
+ "JinaCLIPModel"
6
+ ],
7
+ "auto_map": {
8
+ "AutoConfig": "jinaai/jina-clip-implementation--configuration_clip.JinaCLIPConfig",
9
+ "AutoModel": "jinaai/jina-clip-implementation--modeling_clip.JinaCLIPModel"
10
+ },
11
+ "initializer_factor": 1.0,
12
+ "logit_scale_init_value": 2.6592,
13
+ "matryoshka_dimensions": [
14
+ 32,
15
+ 64,
16
+ 128,
17
+ 256,
18
+ 512,
19
+ 768,
20
+ 1024
21
+ ],
22
+ "model_type": "jina_clip",
23
+ "projection_dim": 1024,
24
+ "text_config": {
25
+ "_attn_implementation_autoset": false,
26
+ "_name_or_path": "",
27
+ "add_cross_attention": false,
28
+ "architectures": null,
29
+ "bad_words_ids": null,
30
+ "begin_suppress_tokens": null,
31
+ "bos_token_id": null,
32
+ "chunk_size_feed_forward": 0,
33
+ "cross_attention_hidden_size": null,
34
+ "decoder_start_token_id": null,
35
+ "default_instruction_task": null,
36
+ "default_lora_task": "retrieval.query",
37
+ "diversity_penalty": 0.0,
38
+ "do_sample": false,
39
+ "early_stopping": false,
40
+ "embed_dim": 1024,
41
+ "encoder_no_repeat_ngram_size": 0,
42
+ "eos_token_id": null,
43
+ "exponential_decay_length_penalty": null,
44
+ "finetuning_task": null,
45
+ "forced_bos_token_id": null,
46
+ "forced_eos_token_id": null,
47
+ "hf_model_config_kwargs": {
48
+ "load_trained_adapters": false,
49
+ "lora_adaptations": [
50
+ "retrieval.query"
51
+ ],
52
+ "lora_alpha": 4,
53
+ "lora_dropout_p": 0.0,
54
+ "lora_main_params_trainable": false,
55
+ "lora_rank": 4,
56
+ "task_instructions": {
57
+ "retrieval.query": "Represent the query for retrieving evidence documents: "
58
+ },
59
+ "use_flash_attn": false
60
+ },
61
+ "hf_model_name_or_path": "jinaai/jina-embeddings-v3",
62
+ "id2label": {
63
+ "0": "LABEL_0",
64
+ "1": "LABEL_1"
65
+ },
66
+ "is_decoder": false,
67
+ "is_encoder_decoder": false,
68
+ "label2id": {
69
+ "LABEL_0": 0,
70
+ "LABEL_1": 1
71
+ },
72
+ "length_penalty": 1.0,
73
+ "max_length": 20,
74
+ "min_length": 0,
75
+ "model_type": "jina_clip_text",
76
+ "no_repeat_ngram_size": 0,
77
+ "num_beam_groups": 1,
78
+ "num_beams": 1,
79
+ "num_return_sequences": 1,
80
+ "output_attentions": false,
81
+ "output_hidden_states": false,
82
+ "output_scores": false,
83
+ "pad_token_id": null,
84
+ "pooler_type": "mean_pooler",
85
+ "prefix": null,
86
+ "problem_type": null,
87
+ "proj_bias": false,
88
+ "proj_type": null,
89
+ "pruned_heads": {},
90
+ "remove_invalid_values": false,
91
+ "repetition_penalty": 1.0,
92
+ "return_dict": true,
93
+ "return_dict_in_generate": false,
94
+ "sep_token_id": null,
95
+ "suppress_tokens": null,
96
+ "task_specific_params": null,
97
+ "temperature": 1.0,
98
+ "tf_legacy_loss": false,
99
+ "tie_encoder_decoder": false,
100
+ "tie_word_embeddings": true,
101
+ "tokenizer_class": null,
102
+ "top_k": 50,
103
+ "top_p": 1.0,
104
+ "torch_dtype": null,
105
+ "torchscript": false,
106
+ "transformers_version": "4.51.3",
107
+ "typical_p": 1.0,
108
+ "use_bfloat16": false
109
+ },
110
+ "torch_dtype": "bfloat16",
111
+ "transformers.js_config": {
112
+ "use_external_data_format": {
113
+ "model.onnx": true
114
+ }
115
+ },
116
+ "transformers_version": null,
117
+ "truncate_dim": null,
118
+ "use_text_flash_attn": false,
119
+ "use_vision_xformers": false,
120
+ "vision_config": {
121
+ "_attn_implementation_autoset": false,
122
+ "_name_or_path": "",
123
+ "add_cross_attention": false,
124
+ "architectures": null,
125
+ "bad_words_ids": null,
126
+ "begin_suppress_tokens": null,
127
+ "bos_token_id": null,
128
+ "chunk_size_feed_forward": 0,
129
+ "cross_attention_hidden_size": null,
130
+ "decoder_start_token_id": null,
131
+ "diversity_penalty": 0.0,
132
+ "do_sample": false,
133
+ "drop_path_rate": 0.0,
134
+ "early_stopping": false,
135
+ "embed_dim": 1024,
136
+ "encoder_no_repeat_ngram_size": 0,
137
+ "eos_token_id": null,
138
+ "exponential_decay_length_penalty": null,
139
+ "finetuning_task": null,
140
+ "forced_bos_token_id": null,
141
+ "forced_eos_token_id": null,
142
+ "fused_layer_norm": false,
143
+ "head_width": 64,
144
+ "id2label": {
145
+ "0": "LABEL_0",
146
+ "1": "LABEL_1"
147
+ },
148
+ "image_size": 512,
149
+ "intp_freq": true,
150
+ "is_decoder": false,
151
+ "is_encoder_decoder": false,
152
+ "label2id": {
153
+ "LABEL_0": 0,
154
+ "LABEL_1": 1
155
+ },
156
+ "layers": 24,
157
+ "length_penalty": 1.0,
158
+ "ls_init_value": null,
159
+ "max_length": 20,
160
+ "min_length": 0,
161
+ "mlp_ratio": 2.6667,
162
+ "model_type": "jina_clip_vision",
163
+ "naive_swiglu": true,
164
+ "no_repeat_ngram_size": 0,
165
+ "num_beam_groups": 1,
166
+ "num_beams": 1,
167
+ "num_return_sequences": 1,
168
+ "output_attentions": false,
169
+ "output_hidden_states": false,
170
+ "output_scores": false,
171
+ "pad_token_id": null,
172
+ "patch_dropout": 0.1,
173
+ "patch_size": 14,
174
+ "post_norm": false,
175
+ "prefix": null,
176
+ "problem_type": null,
177
+ "proj_type": null,
178
+ "pruned_heads": {},
179
+ "pt_hw_seq_len": 16,
180
+ "qkv_bias": true,
181
+ "remove_invalid_values": false,
182
+ "repetition_penalty": 1.0,
183
+ "return_dict": true,
184
+ "return_dict_in_generate": false,
185
+ "rope_embeddings": true,
186
+ "sep_token_id": null,
187
+ "subln": true,
188
+ "suppress_tokens": null,
189
+ "task_specific_params": null,
190
+ "temperature": 1.0,
191
+ "tf_legacy_loss": false,
192
+ "tie_encoder_decoder": false,
193
+ "tie_word_embeddings": true,
194
+ "tokenizer_class": null,
195
+ "top_k": 50,
196
+ "top_p": 1.0,
197
+ "torch_dtype": null,
198
+ "torchscript": false,
199
+ "transformers_version": "4.51.3",
200
+ "typical_p": 1.0,
201
+ "use_bfloat16": false,
202
+ "width": 1024,
203
+ "x_attention": false
204
+ }
205
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdba9157547c3a5d76a3543bde47e42059dc275d38ea997b9d09990acec758ea
3
+ size 1730689642
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5de6ce52dfa78c4a578b4a17a71b6a11108d420ae1650616bc6990884ee36c34
3
+ size 5432