File size: 126,420 Bytes
d633206
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
---
tags:
- ColBERT
- PyLate
- sentence-transformers
- sentence-similarity
- feature-extraction
- generated_from_trainer
- dataset_size:500000
- loss:Contrastive
base_model: distilbert/distilroberta-base
datasets:
- yosefw/msmarco-train
pipeline_tag: sentence-similarity
library_name: PyLate
metrics:
- accuracy
model-index:
- name: PyLate model based on distilbert/distilroberta-base
  results:
  - task:
      type: col-berttriplet
      name: Col BERTTriplet
    dataset:
      name: Unknown
      type: unknown
    metrics:
    - type: accuracy
      value: 0.7991999983787537
      name: Accuracy
---

# PyLate model based on distilbert/distilroberta-base

This is a [PyLate](https://github.com/lightonai/pylate) model finetuned from [distilbert/distilroberta-base](https://huggingface.co/distilbert/distilroberta-base) on the [msmarco-train](https://huggingface.co/datasets/yosefw/msmarco-train) dataset. It maps sentences & paragraphs to sequences of 128-dimensional dense vectors and can be used for semantic textual similarity using the MaxSim operator.

## Model Details

### Model Description
- **Model Type:** PyLate model
- **Base model:** [distilbert/distilroberta-base](https://huggingface.co/distilbert/distilroberta-base) <!-- at revision fb53ab8802853c8e4fbdbcd0529f21fc6f459b2b -->
- **Document Length:** 256 tokens
- **Query Length:** 32 tokens
- **Output Dimensionality:** 128 tokens
- **Similarity Function:** MaxSim
- **Training Dataset:**
    - [msmarco-train](https://huggingface.co/datasets/yosefw/msmarco-train)
<!-- - **Language:** Unknown -->
<!-- - **License:** Unknown -->

### Model Sources

- **Documentation:** [PyLate Documentation](https://lightonai.github.io/pylate/)
- **Repository:** [PyLate on GitHub](https://github.com/lightonai/pylate)
- **Hugging Face:** [PyLate models on Hugging Face](https://huggingface.co/models?library=PyLate)

### Full Model Architecture

```
ColBERT(
  (0): Transformer({'max_seq_length': 255, 'do_lower_case': False}) with Transformer model: RobertaModel 
  (1): Dense({'in_features': 768, 'out_features': 128, 'bias': False, 'activation_function': 'torch.nn.modules.linear.Identity'})
)
```

## Usage
First install the PyLate library:

```bash
pip install -U pylate
```

### Retrieval

PyLate provides a streamlined interface to index and retrieve documents using ColBERT models. The index leverages the Voyager HNSW index to efficiently handle document embeddings and enable fast retrieval.

#### Indexing documents

First, load the ColBERT model and initialize the Voyager index, then encode and index your documents:

```python
from pylate import indexes, models, retrieve

# Step 1: Load the ColBERT model
model = models.ColBERT(
    model_name_or_path=yosefw/colbert-distilroberta-base,
)

# Step 2: Initialize the Voyager index
index = indexes.Voyager(
    index_folder="pylate-index",
    index_name="index",
    override=True,  # This overwrites the existing index if any
)

# Step 3: Encode the documents
documents_ids = ["1", "2", "3"]
documents = ["document 1 text", "document 2 text", "document 3 text"]

documents_embeddings = model.encode(
    documents,
    batch_size=32,
    is_query=False,  # Ensure that it is set to False to indicate that these are documents, not queries
    show_progress_bar=True,
)

# Step 4: Add document embeddings to the index by providing embeddings and corresponding ids
index.add_documents(
    documents_ids=documents_ids,
    documents_embeddings=documents_embeddings,
)
```

Note that you do not have to recreate the index and encode the documents every time. Once you have created an index and added the documents, you can re-use the index later by loading it:

```python
# To load an index, simply instantiate it with the correct folder/name and without overriding it
index = indexes.Voyager(
    index_folder="pylate-index",
    index_name="index",
)
```

#### Retrieving top-k documents for queries

Once the documents are indexed, you can retrieve the top-k most relevant documents for a given set of queries.
To do so, initialize the ColBERT retriever with the index you want to search in, encode the queries and then retrieve the top-k documents to get the top matches ids and relevance scores:

```python
# Step 1: Initialize the ColBERT retriever
retriever = retrieve.ColBERT(index=index)

# Step 2: Encode the queries
queries_embeddings = model.encode(
    ["query for document 3", "query for document 1"],
    batch_size=32,
    is_query=True,  #  # Ensure that it is set to False to indicate that these are queries
    show_progress_bar=True,
)

# Step 3: Retrieve top-k documents
scores = retriever.retrieve(
    queries_embeddings=queries_embeddings,
    k=10,  # Retrieve the top 10 matches for each query
)
```

### Reranking
If you only want to use the ColBERT model to perform reranking on top of your first-stage retrieval pipeline without building an index, you can simply use rank function and pass the queries and documents to rerank:

```python
from pylate import rank, models

queries = [
    "query A",
    "query B",
]

documents = [
    ["document A", "document B"],
    ["document 1", "document C", "document B"],
]

documents_ids = [
    [1, 2],
    [1, 3, 2],
]

model = models.ColBERT(
    model_name_or_path=yosefw/colbert-distilroberta-base,
)

queries_embeddings = model.encode(
    queries,
    is_query=True,
)

documents_embeddings = model.encode(
    documents,
    is_query=False,
)

reranked_documents = rank.rerank(
    documents_ids=documents_ids,
    queries_embeddings=queries_embeddings,
    documents_embeddings=documents_embeddings,
)
```

<!--
### Direct Usage (Transformers)

<details><summary>Click to see the direct usage in Transformers</summary>

</details>
-->

<!--
### Downstream Usage (Sentence Transformers)

You can finetune this model on your own dataset.

<details><summary>Click to expand</summary>

</details>
-->

<!--
### Out-of-Scope Use

*List how the model may foreseeably be misused and address what users ought not to do with the model.*
-->

## Evaluation

### Metrics

#### Col BERTTriplet

* Evaluated with <code>pylate.evaluation.colbert_triplet.ColBERTTripletEvaluator</code>

| Metric       | Value      |
|:-------------|:-----------|
| **accuracy** | **0.7992** |

<!--
## Bias, Risks and Limitations

*What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
-->

<!--
### Recommendations

*What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
-->

## Training Details

### Training Dataset

#### msmarco-train

* Dataset: [msmarco-train](https://huggingface.co/datasets/yosefw/msmarco-train) at [6853021](https://huggingface.co/datasets/yosefw/msmarco-train/tree/685302100403d1ae22ee6751cdd14fc368359502)
* Size: 500,000 training samples
* Columns: <code>query_id</code>, <code>query</code>, <code>positive</code>, <code>negative_1</code>, <code>negative_2</code>, <code>negative_3</code>, and <code>negative_4</code>
* Approximate statistics based on the first 1000 samples:
  |         | query_id                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | query                                                                            | positive                                                                           | negative_1                                                                         | negative_2                                                                         | negative_3                                                                         | negative_4                                                                         |
  |:--------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|
  | type    | int                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | string                                                                           | string                                                                             | string                                                                             | string                                                                             | string                                                                             | string                                                                             |
  | details | <ul><li>13501: ~0.20%</li><li>13502: ~0.20%</li><li>13503: ~0.20%</li><li>13506: ~0.20%</li><li>13508: ~0.20%</li><li>13510: ~0.20%</li><li>13515: ~0.20%</li><li>13517: ~0.20%</li><li>13520: ~0.20%</li><li>13525: ~0.20%</li><li>13528: ~0.20%</li><li>13529: ~0.20%</li><li>13531: ~0.20%</li><li>13533: ~0.20%</li><li>13535: ~0.20%</li><li>13536: ~0.20%</li><li>13537: ~0.20%</li><li>13539: ~0.20%</li><li>13540: ~0.20%</li><li>13541: ~0.20%</li><li>13542: ~0.20%</li><li>13543: ~0.20%</li><li>13545: ~0.20%</li><li>13550: ~0.20%</li><li>13551: ~0.20%</li><li>13562: ~0.20%</li><li>13565: ~0.20%</li><li>13566: ~0.20%</li><li>13567: ~0.20%</li><li>13568: ~0.20%</li><li>13569: ~0.20%</li><li>13570: ~0.20%</li><li>13571: ~0.20%</li><li>13573: ~0.20%</li><li>13574: ~0.20%</li><li>13575: ~0.20%</li><li>13576: ~0.20%</li><li>13580: ~0.20%</li><li>13581: ~0.20%</li><li>13583: ~0.20%</li><li>13585: ~0.20%</li><li>13589: ~0.20%</li><li>13590: ~0.20%</li><li>13593: ~0.20%</li><li>13595: ~0.20%</li><li>13596: ~0.20%</li><li>13597: ~0.20%</li><li>13599: ~0.20%</li><li>13604: ~0.20%</li><li>13609: ~0.20%</li><li>13611: ~0.20%</li><li>13613: ~0.20%</li><li>13618: ~0.20%</li><li>13619: ~0.20%</li><li>13620: ~0.20%</li><li>13622: ~0.20%</li><li>13623: ~0.20%</li><li>13624: ~0.20%</li><li>13626: ~0.20%</li><li>13627: ~0.20%</li><li>13628: ~0.20%</li><li>13629: ~0.20%</li><li>13632: ~0.20%</li><li>13636: ~0.20%</li><li>13637: ~0.20%</li><li>13638: ~0.20%</li><li>13642: ~0.20%</li><li>13644: ~0.20%</li><li>13649: ~0.20%</li><li>13653: ~0.20%</li><li>13656: ~0.20%</li><li>13664: ~0.20%</li><li>13675: ~0.20%</li><li>13678: ~0.20%</li><li>13679: ~0.20%</li><li>13680: ~0.20%</li><li>13682: ~0.20%</li><li>13687: ~0.20%</li><li>13688: ~0.20%</li><li>13690: ~0.20%</li><li>13692: ~0.20%</li><li>13693: ~0.20%</li><li>13695: ~0.20%</li><li>13696: ~0.20%</li><li>13698: ~0.20%</li><li>13700: ~0.20%</li><li>13701: ~0.20%</li><li>13702: ~0.20%</li><li>13704: ~0.20%</li><li>13705: ~0.20%</li><li>13706: ~0.20%</li><li>13715: ~0.20%</li><li>13725: ~0.20%</li><li>13726: ~0.20%</li><li>13732: ~0.20%</li><li>13736: ~0.20%</li><li>13737: ~0.20%</li><li>13738: ~0.20%</li><li>13740: ~0.20%</li><li>13741: ~0.20%</li><li>13743: ~0.20%</li><li>13745: ~0.20%</li><li>13746: ~0.20%</li><li>13748: ~0.20%</li><li>13750: ~0.20%</li><li>13751: ~0.20%</li><li>13752: ~0.20%</li><li>13753: ~0.20%</li><li>13754: ~0.20%</li><li>13755: ~0.20%</li><li>13757: ~0.20%</li><li>13758: ~0.20%</li><li>13759: ~0.20%</li><li>13762: ~0.20%</li><li>13764: ~0.20%</li><li>13767: ~0.20%</li><li>13768: ~0.20%</li><li>13769: ~0.20%</li><li>13771: ~0.20%</li><li>13772: ~0.20%</li><li>13774: ~0.20%</li><li>13775: ~0.20%</li><li>13778: ~0.20%</li><li>13782: ~0.20%</li><li>13783: ~0.20%</li><li>13785: ~0.20%</li><li>13787: ~0.20%</li><li>13789: ~0.20%</li><li>13790: ~0.20%</li><li>13791: ~0.20%</li><li>13795: ~0.20%</li><li>13798: ~0.20%</li><li>13799: ~0.20%</li><li>13802: ~0.20%</li><li>13803: ~0.20%</li><li>13805: ~0.20%</li><li>13806: ~0.20%</li><li>13810: ~0.20%</li><li>13812: ~0.20%</li><li>13814: ~0.20%</li><li>13822: ~0.20%</li><li>13826: ~0.20%</li><li>13829: ~0.20%</li><li>13832: ~0.20%</li><li>13835: ~0.20%</li><li>13837: ~0.20%</li><li>13841: ~0.20%</li><li>13842: ~0.20%</li><li>13844: ~0.20%</li><li>13850: ~0.20%</li><li>13851: ~0.20%</li><li>13852: ~0.20%</li><li>13857: ~0.20%</li><li>13859: ~0.20%</li><li>13860: ~0.20%</li><li>13862: ~0.20%</li><li>13863: ~0.20%</li><li>13867: ~0.20%</li><li>13873: ~0.20%</li><li>13874: ~0.20%</li><li>13876: ~0.20%</li><li>13879: ~0.20%</li><li>13880: ~0.20%</li><li>13882: ~0.20%</li><li>13883: ~0.20%</li><li>13887: ~0.20%</li><li>13890: ~0.20%</li><li>13894: ~0.20%</li><li>13896: ~0.20%</li><li>13897: ~0.20%</li><li>13898: ~0.20%</li><li>13899: ~0.20%</li><li>13903: ~0.20%</li><li>13911: ~0.20%</li><li>13914: ~0.20%</li><li>13915: ~0.20%</li><li>13923: ~0.20%</li><li>13924: ~0.20%</li><li>13927: ~0.20%</li><li>13930: ~0.20%</li><li>13931: ~0.20%</li><li>13933: ~0.20%</li><li>13936: ~0.20%</li><li>13940: ~0.20%</li><li>13944: ~0.20%</li><li>13947: ~0.20%</li><li>13948: ~0.20%</li><li>13949: ~0.20%</li><li>13955: ~0.20%</li><li>13956: ~0.20%</li><li>13958: ~0.20%</li><li>13959: ~0.20%</li><li>13964: ~0.20%</li><li>13966: ~0.20%</li><li>13968: ~0.20%</li><li>13971: ~0.20%</li><li>13974: ~0.20%</li><li>13975: ~0.20%</li><li>13976: ~0.20%</li><li>13983: ~0.20%</li><li>13984: ~0.20%</li><li>13986: ~0.20%</li><li>13990: ~0.20%</li><li>13996: ~0.20%</li><li>14000: ~0.20%</li><li>14001: ~0.20%</li><li>14002: ~0.20%</li><li>14003: ~0.20%</li><li>14004: ~0.20%</li><li>14006: ~0.20%</li><li>14007: ~0.20%</li><li>14010: ~0.20%</li><li>14012: ~0.20%</li><li>14015: ~0.20%</li><li>14016: ~0.20%</li><li>14017: ~0.20%</li><li>14019: ~0.20%</li><li>14020: ~0.20%</li><li>14022: ~0.20%</li><li>14025: ~0.20%</li><li>14029: ~0.20%</li><li>14035: ~0.20%</li><li>14036: ~0.20%</li><li>14043: ~0.20%</li><li>14045: ~0.20%</li><li>14047: ~0.20%</li><li>14049: ~0.20%</li><li>14050: ~0.20%</li><li>14053: ~0.20%</li><li>14055: ~0.20%</li><li>14061: ~0.20%</li><li>14062: ~0.20%</li><li>14063: ~0.20%</li><li>14068: ~0.20%</li><li>14072: ~0.20%</li><li>14075: ~0.20%</li><li>14076: ~0.20%</li><li>14077: ~0.20%</li><li>14078: ~0.20%</li><li>14079: ~0.20%</li><li>14080: ~0.20%</li><li>14081: ~0.20%</li><li>14082: ~0.20%</li><li>14083: ~0.20%</li><li>14086: ~0.20%</li><li>14087: ~0.20%</li><li>14088: ~0.20%</li><li>14091: ~0.20%</li><li>14092: ~0.20%</li><li>14101: ~0.20%</li><li>14102: ~0.20%</li><li>14103: ~0.20%</li><li>14104: ~0.20%</li><li>14105: ~0.20%</li><li>14111: ~0.20%</li><li>14112: ~0.20%</li><li>14114: ~0.20%</li><li>14115: ~0.20%</li><li>14117: ~0.20%</li><li>14124: ~0.20%</li><li>14125: ~0.20%</li><li>14133: ~0.20%</li><li>14135: ~0.20%</li><li>14137: ~0.20%</li><li>14138: ~0.20%</li><li>14139: ~0.20%</li><li>14140: ~0.20%</li><li>14141: ~0.20%</li><li>14142: ~0.20%</li><li>14144: ~0.20%</li><li>14145: ~0.20%</li><li>14149: ~0.20%</li><li>14150: ~0.20%</li><li>14152: ~0.20%</li><li>14154: ~0.20%</li><li>14157: ~0.20%</li><li>14161: ~0.20%</li><li>14163: ~0.20%</li><li>14164: ~0.20%</li><li>14171: ~0.20%</li><li>14174: ~0.20%</li><li>14175: ~0.20%</li><li>14180: ~0.20%</li><li>14181: ~0.20%</li><li>14183: ~0.20%</li><li>14185: ~0.20%</li><li>14186: ~0.20%</li><li>14187: ~0.20%</li><li>14190: ~0.20%</li><li>14191: ~0.20%</li><li>14192: ~0.20%</li><li>14193: ~0.20%</li><li>14195: ~0.20%</li><li>14196: ~0.20%</li><li>14197: ~0.20%</li><li>14198: ~0.20%</li><li>14199: ~0.20%</li><li>14200: ~0.20%</li><li>14202: ~0.20%</li><li>14204: ~0.20%</li><li>14205: ~0.20%</li><li>14206: ~0.20%</li><li>14208: ~0.20%</li><li>14209: ~0.20%</li><li>14215: ~0.20%</li><li>14216: ~0.20%</li><li>14218: ~0.20%</li><li>14219: ~0.20%</li><li>14221: ~0.20%</li><li>14223: ~0.20%</li><li>14225: ~0.20%</li><li>14226: ~0.20%</li><li>14228: ~0.20%</li><li>14229: ~0.20%</li><li>14230: ~0.20%</li><li>14231: ~0.20%</li><li>14232: ~0.20%</li><li>14233: ~0.20%</li><li>14234: ~0.20%</li><li>14235: ~0.20%</li><li>14237: ~0.20%</li><li>14241: ~0.20%</li><li>14242: ~0.20%</li><li>14243: ~0.20%</li><li>14246: ~0.20%</li><li>14248: ~0.20%</li><li>14249: ~0.20%</li><li>14250: ~0.20%</li><li>14252: ~0.20%</li><li>14253: ~0.20%</li><li>14256: ~0.20%</li><li>14258: ~0.20%</li><li>14260: ~0.20%</li><li>14261: ~0.20%</li><li>14262: ~0.20%</li><li>14263: ~0.20%</li><li>14264: ~0.20%</li><li>14268: ~0.20%</li><li>14269: ~0.20%</li><li>14270: ~0.20%</li><li>14271: ~0.20%</li><li>14272: ~0.20%</li><li>14273: ~0.20%</li><li>14279: ~0.20%</li><li>14280: ~0.20%</li><li>14281: ~0.20%</li><li>14283: ~0.20%</li><li>14284: ~0.20%</li><li>14285: ~0.20%</li><li>14287: ~0.20%</li><li>14289: ~0.20%</li><li>14292: ~0.20%</li><li>14293: ~0.20%</li><li>14295: ~0.20%</li><li>14296: ~0.20%</li><li>14297: ~0.20%</li><li>14299: ~0.20%</li><li>14300: ~0.20%</li><li>14303: ~0.20%</li><li>14305: ~0.20%</li><li>14306: ~0.20%</li><li>14307: ~0.20%</li><li>14308: ~0.20%</li><li>14309: ~0.20%</li><li>14310: ~0.20%</li><li>14311: ~0.20%</li><li>14313: ~0.20%</li><li>14316: ~0.20%</li><li>14320: ~0.20%</li><li>14321: ~0.20%</li><li>14323: ~0.20%</li><li>14324: ~0.20%</li><li>14326: ~0.20%</li><li>14327: ~0.20%</li><li>14328: ~0.20%</li><li>14329: ~0.20%</li><li>14330: ~0.20%</li><li>14331: ~0.20%</li><li>14333: ~0.20%</li><li>14334: ~0.20%</li><li>14335: ~0.20%</li><li>14340: ~0.20%</li><li>14345: ~0.20%</li><li>14346: ~0.20%</li><li>14350: ~0.20%</li><li>14352: ~0.20%</li><li>14355: ~0.20%</li><li>14357: ~0.20%</li><li>14358: ~0.20%</li><li>14359: ~0.20%</li><li>14362: ~0.20%</li><li>14365: ~0.20%</li><li>14366: ~0.20%</li><li>14369: ~0.20%</li><li>14372: ~0.20%</li><li>14374: ~0.20%</li><li>14376: ~0.20%</li><li>14377: ~0.20%</li><li>14378: ~0.20%</li><li>14380: ~0.20%</li><li>14381: ~0.20%</li><li>14382: ~0.20%</li><li>14384: ~0.20%</li><li>14387: ~0.20%</li><li>14388: ~0.20%</li><li>14390: ~0.20%</li><li>14391: ~0.20%</li><li>14394: ~0.20%</li><li>14395: ~0.20%</li><li>14399: ~0.20%</li><li>14405: ~0.20%</li><li>14406: ~0.20%</li><li>14407: ~0.20%</li><li>14408: ~0.20%</li><li>14409: ~0.20%</li><li>14413: ~0.20%</li><li>14414: ~0.20%</li><li>14415: ~0.20%</li><li>14416: ~0.20%</li><li>14417: ~0.20%</li><li>14418: ~0.20%</li><li>14420: ~0.20%</li><li>14421: ~0.20%</li><li>14423: ~0.20%</li><li>14424: ~0.20%</li><li>14427: ~0.20%</li><li>14428: ~0.20%</li><li>14433: ~0.20%</li><li>14435: ~0.20%</li><li>14437: ~0.20%</li><li>14439: ~0.20%</li><li>14440: ~0.20%</li><li>14444: ~0.20%</li><li>14445: ~0.20%</li><li>14450: ~0.20%</li><li>14452: ~0.20%</li><li>14453: ~0.20%</li><li>14454: ~0.20%</li><li>14455: ~0.20%</li><li>14457: ~0.20%</li><li>14458: ~0.20%</li><li>14459: ~0.20%</li><li>14461: ~0.20%</li><li>14463: ~0.20%</li><li>14464: ~0.20%</li><li>14466: ~0.20%</li><li>14467: ~0.20%</li><li>14468: ~0.20%</li><li>14469: ~0.20%</li><li>14472: ~0.20%</li><li>14473: ~0.20%</li><li>14475: ~0.20%</li><li>14480: ~0.20%</li><li>14484: ~0.20%</li><li>14488: ~0.20%</li><li>14490: ~0.20%</li><li>14491: ~0.20%</li><li>14492: ~0.20%</li><li>14493: ~0.20%</li><li>14494: ~0.20%</li><li>14499: ~0.20%</li><li>14501: ~0.20%</li><li>14508: ~0.20%</li><li>14509: ~0.20%</li><li>14510: ~0.20%</li><li>14512: ~0.20%</li><li>14514: ~0.20%</li><li>14516: ~0.20%</li><li>14518: ~0.20%</li><li>14519: ~0.20%</li><li>14520: ~0.20%</li><li>14523: ~0.20%</li><li>14524: ~0.20%</li><li>14526: ~0.20%</li><li>14527: ~0.20%</li><li>14529: ~0.20%</li><li>14530: ~0.20%</li><li>14532: ~0.20%</li><li>14536: ~0.20%</li><li>14537: ~0.20%</li><li>14538: ~0.20%</li><li>14539: ~0.20%</li><li>14540: ~0.20%</li><li>14543: ~0.20%</li><li>14544: ~0.20%</li><li>14545: ~0.20%</li><li>14547: ~0.20%</li><li>14553: ~0.20%</li><li>14562: ~0.20%</li><li>14567: ~0.20%</li><li>14569: ~0.20%</li><li>14570: ~0.20%</li><li>14573: ~0.20%</li><li>14576: ~0.20%</li><li>14577: ~0.20%</li><li>14578: ~0.20%</li><li>14579: ~0.20%</li><li>14581: ~0.20%</li><li>14584: ~0.20%</li><li>14588: ~0.20%</li></ul> | <ul><li>min: 5 tokens</li><li>mean: 8.97 tokens</li><li>max: 19 tokens</li></ul> | <ul><li>min: 17 tokens</li><li>mean: 31.88 tokens</li><li>max: 32 tokens</li></ul> | <ul><li>min: 20 tokens</li><li>mean: 31.97 tokens</li><li>max: 32 tokens</li></ul> | <ul><li>min: 20 tokens</li><li>mean: 31.95 tokens</li><li>max: 32 tokens</li></ul> | <ul><li>min: 24 tokens</li><li>mean: 31.98 tokens</li><li>max: 32 tokens</li></ul> | <ul><li>min: 24 tokens</li><li>mean: 31.96 tokens</li><li>max: 32 tokens</li></ul> |
* Samples:
  | query_id           | query                                     | positive                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | negative_1                                                                                                                                                                                                                                                                                        | negative_2                                                                                                                                                                                                                                                                                             | negative_3                                                                                                                                                                                                                                                                                                                       | negative_4                                                                                                                                                                                                                                                                                                               |
  |:-------------------|:------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
  | <code>13501</code> | <code>age of cats first heat cycle</code> | <code>Cats can have their first heat cycle between 4-6 months of age and will go in to heat approximately 3 times a year. Each litter typically has between 4 and 6 kittens. Dogs go into heat at about 4-6 months of age and typically have two heat cycles per year. Each litter has, on average, between 4 and 10 puppies. A dog’s heat cycle lasts a total of 30 days. The vagina will swell during the first 10 days. There will be bloody discharge during the next 10 days.</code> | <code>1 Cats can become pregnant during their first heat cycle, and they do not discriminate when it comes to finding an available male — they will mate with their parents or siblings.  Cats can go back into heat soon after giving birth, according to Dr. Debra Primovic, DVM.</code>        | <code>How Early Can My Cat or Dog Get Pregnant? The practice of early age spay/neuter, which was endorsed by the American Veterinary Medical Association (AVMA) in 2006, generally refers to dogs or cats which are at least two pounds and/ or two months of age at the time they are altered.</code> | <code>1 It does add to pet overpopulation. 2  Cats can become pregnant during their first heat cycle, and they do not discriminate when it comes to finding an available male — they will mate with their parents or siblings.  Cats can go back into heat soon after giving birth, according to Dr. Debra Primovic, DVM.</code> | <code>Have your cat spayed to prevent reproduction. You can spay as early as 8 weeks of age, but check with your veterinarian. If a cat is already in heat, some vets may wait until the cycle is over before performing the spay. Cats do not need to have a litter of kittens before they are spayed.</code>           |
  | <code>13501</code> | <code>age of cats first heat cycle</code> | <code>Cats can have their first heat cycle between 4-6 months of age and will go in to heat approximately 3 times a year. Each litter typically has between 4 and 6 kittens. Dogs go into heat at about 4-6 months of age and typically have two heat cycles per year. Each litter has, on average, between 4 and 10 puppies. A dog’s heat cycle lasts a total of 30 days. The vagina will swell during the first 10 days. There will be bloody discharge during the next 10 days.</code> | <code>Also any accidental escape can result in a pregnancy, unlike a dog that must already be “in heat,” to be at risk of pregnancy when she gets loose. The age at which dogs begin to come into estrus varies with size and breed, however many dogs can become pregnant at five months.</code> | <code>How young can my dog or cat get pregnant? This question is especially important for those who share their lives with cats. Cats can actually become pregnant as young as four months of age, having a litter when they are six months old.</code>                                                | <code>No documented problems make early age sterilization, or sterilization before the first heat cycle, ill advised, especially when contrasted with the significant dangers of mammary tumors, pyometra or the tragedy of homelessness.</code>                                                                                 | <code>Have your cat spayed to prevent reproduction. You can spay as early as 8 weeks of age, but check with your veterinarian. If a cat is already in heat, some vets may wait until the cycle is over before performing the spay. Remember: Cats do not need to have a litter of kittens before they are spayed.</code> |
  | <code>13502</code> | <code>age of cecily tynan</code>          | <code>Cecily Tynan was born on the 19th of March 1969, which was a Wednesday. Cecily Tynan will be turning 49 in only 332 days from today. Cecily Tynan is 48 years old. To be more precise (and nerdy), the current age as of right now is 17521 days or (even more geeky) 420504 hours. That's a lot of hours!</code>                                                                                                                                                                   | <code>Inducted into the Black Filmmakers Hall of Fame in 1977. Pictured on a $3.25 postage stamp issued by the island of Nevis on 1 January 2014. Was misreported as being a decade younger than she actually was until The New York Times found out her real age in 2013.</code>                 | <code>Mini Bio (1) Cicely Tyson was born in Harlem, New York City, where she was raised by her devoutly religious parents, from the Caribbean island of Nevis. Her mother, Theodosia, was a domestic, and her father, William Tyson, was a carpenter and painter.</code>                               | <code>0 Affair 2 Married 0 Children. An American television reporter who is currently working for WPVI-TV. She is also widely known as the host of Saturday evening public affairs program named Primetime Weekend. She achieved degree in journalism and politics in 1991 from Washington and Lee University.</code>            | <code>Facts of Cecily Tynan. Cecily Tynan has been one of the top level TV reported for long period of time and she has managed to do so with the help of her immense talent and passion for her job. She was born in the year 1969 on 19th of March and this makes her 45 years of age right now.</code>                |
* Loss: <code>pylate.losses.contrastive.Contrastive</code>

### Evaluation Dataset

#### msmarco-train

* Dataset: [msmarco-train](https://huggingface.co/datasets/yosefw/msmarco-train) at [6853021](https://huggingface.co/datasets/yosefw/msmarco-train/tree/685302100403d1ae22ee6751cdd14fc368359502)
* Size: 10,000 evaluation samples
* Columns: <code>query_id</code>, <code>query</code>, <code>positive</code>, <code>negative_1</code>, <code>negative_2</code>, <code>negative_3</code>, and <code>negative_4</code>
* Approximate statistics based on the first 1000 samples:
  |         | query_id                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | query                                                                            | positive                                                                           | negative_1                                                                         | negative_2                                                                         | negative_3                                                                         | negative_4                                                                        |
  |:--------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|:----------------------------------------------------------------------------------|
  | type    | int                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | string                                                                           | string                                                                             | string                                                                             | string                                                                             | string                                                                             | string                                                                            |
  | details | <ul><li>3: ~0.20%</li><li>4: ~0.20%</li><li>5: ~0.20%</li><li>6: ~0.20%</li><li>8: ~0.20%</li><li>12: ~0.20%</li><li>14: ~0.20%</li><li>15: ~0.20%</li><li>16: ~0.20%</li><li>18: ~0.20%</li><li>19: ~0.20%</li><li>20: ~0.20%</li><li>24: ~0.20%</li><li>26: ~0.20%</li><li>31: ~0.20%</li><li>39: ~0.20%</li><li>40: ~0.20%</li><li>42: ~0.20%</li><li>43: ~0.20%</li><li>48: ~0.20%</li><li>51: ~0.20%</li><li>54: ~0.20%</li><li>55: ~0.20%</li><li>59: ~0.20%</li><li>60: ~0.20%</li><li>62: ~0.20%</li><li>63: ~0.20%</li><li>64: ~0.20%</li><li>66: ~0.20%</li><li>67: ~0.20%</li><li>68: ~0.20%</li><li>69: ~0.20%</li><li>70: ~0.20%</li><li>76: ~0.20%</li><li>77: ~0.20%</li><li>79: ~0.20%</li><li>80: ~0.20%</li><li>91: ~0.20%</li><li>100: ~0.20%</li><li>105: ~0.20%</li><li>107: ~0.20%</li><li>108: ~0.20%</li><li>111: ~0.20%</li><li>112: ~0.20%</li><li>114: ~0.20%</li><li>118: ~0.20%</li><li>121: ~0.20%</li><li>125: ~0.20%</li><li>138: ~0.20%</li><li>141: ~0.20%</li><li>142: ~0.20%</li><li>144: ~0.20%</li><li>145: ~0.20%</li><li>147: ~0.20%</li><li>148: ~0.20%</li><li>150: ~0.20%</li><li>152: ~0.20%</li><li>155: ~0.20%</li><li>160: ~0.20%</li><li>161: ~0.20%</li><li>163: ~0.20%</li><li>166: ~0.20%</li><li>168: ~0.20%</li><li>173: ~0.20%</li><li>174: ~0.20%</li><li>176: ~0.20%</li><li>177: ~0.20%</li><li>181: ~0.20%</li><li>188: ~0.20%</li><li>190: ~0.20%</li><li>193: ~0.20%</li><li>194: ~0.20%</li><li>202: ~0.20%</li><li>205: ~0.20%</li><li>212: ~0.20%</li><li>213: ~0.20%</li><li>216: ~0.20%</li><li>221: ~0.20%</li><li>226: ~0.20%</li><li>228: ~0.20%</li><li>229: ~0.20%</li><li>237: ~0.20%</li><li>238: ~0.20%</li><li>243: ~0.20%</li><li>245: ~0.20%</li><li>246: ~0.20%</li><li>249: ~0.20%</li><li>252: ~0.20%</li><li>253: ~0.20%</li><li>256: ~0.20%</li><li>257: ~0.20%</li><li>265: ~0.20%</li><li>266: ~0.20%</li><li>271: ~0.20%</li><li>275: ~0.20%</li><li>279: ~0.20%</li><li>286: ~0.20%</li><li>294: ~0.20%</li><li>295: ~0.20%</li><li>301: ~0.20%</li><li>302: ~0.20%</li><li>303: ~0.20%</li><li>306: ~0.20%</li><li>307: ~0.20%</li><li>311: ~0.20%</li><li>313: ~0.20%</li><li>315: ~0.20%</li><li>320: ~0.20%</li><li>322: ~0.20%</li><li>323: ~0.20%</li><li>328: ~0.20%</li><li>329: ~0.20%</li><li>333: ~0.20%</li><li>338: ~0.20%</li><li>345: ~0.20%</li><li>347: ~0.20%</li><li>354: ~0.20%</li><li>355: ~0.20%</li><li>360: ~0.20%</li><li>365: ~0.20%</li><li>367: ~0.20%</li><li>369: ~0.20%</li><li>371: ~0.20%</li><li>372: ~0.20%</li><li>374: ~0.20%</li><li>375: ~0.20%</li><li>376: ~0.20%</li><li>377: ~0.20%</li><li>379: ~0.20%</li><li>381: ~0.20%</li><li>382: ~0.20%</li><li>385: ~0.20%</li><li>387: ~0.20%</li><li>390: ~0.20%</li><li>393: ~0.20%</li><li>394: ~0.20%</li><li>399: ~0.20%</li><li>402: ~0.20%</li><li>405: ~0.20%</li><li>406: ~0.20%</li><li>408: ~0.20%</li><li>411: ~0.20%</li><li>414: ~0.20%</li><li>415: ~0.20%</li><li>424: ~0.20%</li><li>425: ~0.20%</li><li>426: ~0.20%</li><li>438: ~0.20%</li><li>444: ~0.20%</li><li>445: ~0.20%</li><li>447: ~0.20%</li><li>448: ~0.20%</li><li>451: ~0.20%</li><li>452: ~0.20%</li><li>454: ~0.20%</li><li>455: ~0.20%</li><li>456: ~0.20%</li><li>457: ~0.20%</li><li>458: ~0.20%</li><li>459: ~0.20%</li><li>460: ~0.20%</li><li>466: ~0.20%</li><li>469: ~0.20%</li><li>473: ~0.20%</li><li>475: ~0.20%</li><li>477: ~0.20%</li><li>478: ~0.20%</li><li>480: ~0.20%</li><li>481: ~0.20%</li><li>487: ~0.20%</li><li>489: ~0.20%</li><li>494: ~0.20%</li><li>497: ~0.20%</li><li>503: ~0.20%</li><li>504: ~0.20%</li><li>507: ~0.20%</li><li>508: ~0.20%</li><li>515: ~0.20%</li><li>516: ~0.20%</li><li>518: ~0.20%</li><li>519: ~0.20%</li><li>523: ~0.20%</li><li>524: ~0.20%</li><li>525: ~0.20%</li><li>528: ~0.20%</li><li>531: ~0.20%</li><li>534: ~0.20%</li><li>536: ~0.20%</li><li>539: ~0.20%</li><li>540: ~0.20%</li><li>542: ~0.20%</li><li>543: ~0.20%</li><li>545: ~0.20%</li><li>547: ~0.20%</li><li>576: ~0.20%</li><li>585: ~0.20%</li><li>596: ~0.20%</li><li>598: ~0.20%</li><li>601: ~0.20%</li><li>603: ~0.20%</li><li>612: ~0.20%</li><li>618: ~0.20%</li><li>623: ~0.20%</li><li>625: ~0.20%</li><li>630: ~0.20%</li><li>632: ~0.20%</li><li>641: ~0.20%</li><li>646: ~0.20%</li><li>651: ~0.20%</li><li>657: ~0.20%</li><li>662: ~0.20%</li><li>666: ~0.20%</li><li>673: ~0.20%</li><li>676: ~0.20%</li><li>677: ~0.20%</li><li>680: ~0.20%</li><li>683: ~0.20%</li><li>684: ~0.20%</li><li>685: ~0.20%</li><li>687: ~0.20%</li><li>689: ~0.20%</li><li>690: ~0.20%</li><li>691: ~0.20%</li><li>694: ~0.20%</li><li>696: ~0.20%</li><li>702: ~0.20%</li><li>704: ~0.20%</li><li>710: ~0.20%</li><li>711: ~0.20%</li><li>713: ~0.20%</li><li>731: ~0.20%</li><li>733: ~0.20%</li><li>743: ~0.20%</li><li>747: ~0.20%</li><li>748: ~0.20%</li><li>752: ~0.20%</li><li>754: ~0.20%</li><li>761: ~0.20%</li><li>766: ~0.20%</li><li>771: ~0.20%</li><li>776: ~0.20%</li><li>778: ~0.20%</li><li>790: ~0.20%</li><li>795: ~0.20%</li><li>796: ~0.20%</li><li>797: ~0.20%</li><li>798: ~0.20%</li><li>804: ~0.20%</li><li>819: ~0.20%</li><li>820: ~0.20%</li><li>821: ~0.20%</li><li>822: ~0.20%</li><li>823: ~0.20%</li><li>824: ~0.20%</li><li>825: ~0.20%</li><li>828: ~0.20%</li><li>837: ~0.20%</li><li>839: ~0.20%</li><li>842: ~0.20%</li><li>847: ~0.20%</li><li>848: ~0.20%</li><li>851: ~0.20%</li><li>855: ~0.20%</li><li>857: ~0.20%</li><li>866: ~0.20%</li><li>867: ~0.20%</li><li>872: ~0.20%</li><li>878: ~0.20%</li><li>883: ~0.20%</li><li>886: ~0.20%</li><li>898: ~0.20%</li><li>924: ~0.20%</li><li>925: ~0.20%</li><li>932: ~0.20%</li><li>942: ~0.20%</li><li>945: ~0.20%</li><li>950: ~0.20%</li><li>952: ~0.20%</li><li>958: ~0.20%</li><li>964: ~0.20%</li><li>968: ~0.20%</li><li>970: ~0.20%</li><li>976: ~0.20%</li><li>982: ~0.20%</li><li>987: ~0.20%</li><li>990: ~0.20%</li><li>997: ~0.20%</li><li>1004: ~0.20%</li><li>1006: ~0.20%</li><li>1009: ~0.20%</li><li>1012: ~0.20%</li><li>1024: ~0.20%</li><li>1028: ~0.20%</li><li>1032: ~0.20%</li><li>1033: ~0.20%</li><li>1035: ~0.20%</li><li>1040: ~0.20%</li><li>1041: ~0.20%</li><li>1049: ~0.20%</li><li>1070: ~0.20%</li><li>1078: ~0.20%</li><li>1085: ~0.20%</li><li>1096: ~0.20%</li><li>1102: ~0.20%</li><li>1114: ~0.20%</li><li>1115: ~0.20%</li><li>1117: ~0.20%</li><li>1118: ~0.20%</li><li>1119: ~0.20%</li><li>1120: ~0.20%</li><li>1127: ~0.20%</li><li>1130: ~0.20%</li><li>1138: ~0.20%</li><li>1139: ~0.20%</li><li>1150: ~0.20%</li><li>1161: ~0.20%</li><li>1163: ~0.20%</li><li>1168: ~0.20%</li><li>1180: ~0.20%</li><li>1183: ~0.20%</li><li>1189: ~0.20%</li><li>1192: ~0.20%</li><li>1199: ~0.20%</li><li>1200: ~0.20%</li><li>1201: ~0.20%</li><li>1204: ~0.20%</li><li>1211: ~0.20%</li><li>1216: ~0.20%</li><li>1217: ~0.20%</li><li>1220: ~0.20%</li><li>1228: ~0.20%</li><li>1230: ~0.20%</li><li>1234: ~0.20%</li><li>1237: ~0.20%</li><li>1241: ~0.20%</li><li>1245: ~0.20%</li><li>1247: ~0.20%</li><li>1251: ~0.20%</li><li>1256: ~0.20%</li><li>1257: ~0.20%</li><li>1261: ~0.20%</li><li>1264: ~0.20%</li><li>1266: ~0.20%</li><li>1269: ~0.20%</li><li>1270: ~0.20%</li><li>1271: ~0.20%</li><li>1272: ~0.20%</li><li>1275: ~0.20%</li><li>1281: ~0.20%</li><li>1285: ~0.20%</li><li>1292: ~0.20%</li><li>1293: ~0.20%</li><li>1299: ~0.20%</li><li>1300: ~0.20%</li><li>1305: ~0.20%</li><li>1308: ~0.20%</li><li>1323: ~0.20%</li><li>1327: ~0.20%</li><li>1333: ~0.20%</li><li>1335: ~0.20%</li><li>1336: ~0.20%</li><li>1365: ~0.20%</li><li>1367: ~0.20%</li><li>1369: ~0.20%</li><li>1370: ~0.20%</li><li>1394: ~0.20%</li><li>1398: ~0.20%</li><li>1401: ~0.20%</li><li>1404: ~0.20%</li><li>1405: ~0.20%</li><li>1407: ~0.20%</li><li>1423: ~0.20%</li><li>1426: ~0.20%</li><li>1430: ~0.20%</li><li>1432: ~0.20%</li><li>1441: ~0.20%</li><li>1448: ~0.20%</li><li>1453: ~0.20%</li><li>1463: ~0.20%</li><li>1465: ~0.20%</li><li>1466: ~0.20%</li><li>1471: ~0.20%</li><li>1474: ~0.20%</li><li>1480: ~0.20%</li><li>1481: ~0.20%</li><li>1485: ~0.20%</li><li>1487: ~0.20%</li><li>1493: ~0.20%</li><li>1494: ~0.20%</li><li>1498: ~0.20%</li><li>1500: ~0.20%</li><li>1502: ~0.20%</li><li>1515: ~0.20%</li><li>1519: ~0.20%</li><li>1520: ~0.20%</li><li>1521: ~0.20%</li><li>1523: ~0.20%</li><li>1525: ~0.20%</li><li>1527: ~0.20%</li><li>1528: ~0.20%</li><li>1530: ~0.20%</li><li>1551: ~0.20%</li><li>1554: ~0.20%</li><li>1556: ~0.20%</li><li>1562: ~0.20%</li><li>1563: ~0.20%</li><li>1564: ~0.20%</li><li>1567: ~0.20%</li><li>1568: ~0.20%</li><li>1569: ~0.20%</li><li>1578: ~0.20%</li><li>1588: ~0.20%</li><li>1599: ~0.20%</li><li>1604: ~0.20%</li><li>1610: ~0.20%</li><li>1620: ~0.20%</li><li>1621: ~0.20%</li><li>1626: ~0.20%</li><li>1628: ~0.20%</li><li>1631: ~0.20%</li><li>1632: ~0.20%</li><li>1638: ~0.20%</li><li>1642: ~0.20%</li><li>1643: ~0.20%</li><li>1646: ~0.20%</li><li>1650: ~0.20%</li><li>1662: ~0.20%</li><li>1663: ~0.20%</li><li>1665: ~0.20%</li><li>1668: ~0.20%</li><li>1673: ~0.20%</li><li>1675: ~0.20%</li><li>1679: ~0.20%</li><li>1689: ~0.20%</li><li>1694: ~0.20%</li><li>1702: ~0.20%</li><li>1705: ~0.20%</li><li>1710: ~0.20%</li><li>1719: ~0.20%</li><li>1720: ~0.20%</li><li>1722: ~0.20%</li><li>1723: ~0.20%</li><li>1727: ~0.20%</li><li>1729: ~0.20%</li><li>1735: ~0.20%</li><li>1738: ~0.20%</li><li>1739: ~0.20%</li><li>1743: ~0.20%</li><li>1745: ~0.20%</li><li>1746: ~0.20%</li><li>1747: ~0.20%</li><li>1749: ~0.20%</li><li>1752: ~0.20%</li><li>1754: ~0.20%</li><li>1756: ~0.20%</li><li>1757: ~0.20%</li><li>1759: ~0.20%</li><li>1760: ~0.20%</li><li>1763: ~0.20%</li><li>1765: ~0.20%</li><li>1767: ~0.20%</li><li>1768: ~0.20%</li><li>1769: ~0.20%</li><li>1770: ~0.20%</li><li>1772: ~0.20%</li><li>1775: ~0.20%</li><li>1779: ~0.20%</li><li>1781: ~0.20%</li><li>1782: ~0.20%</li><li>1784: ~0.20%</li><li>1787: ~0.20%</li><li>1790: ~0.20%</li><li>1791: ~0.20%</li><li>1792: ~0.20%</li><li>1793: ~0.20%</li><li>1795: ~0.20%</li><li>1798: ~0.20%</li><li>1799: ~0.20%</li><li>1800: ~0.20%</li><li>1801: ~0.20%</li><li>1802: ~0.20%</li><li>1804: ~0.20%</li><li>1806: ~0.20%</li><li>1807: ~0.20%</li><li>1808: ~0.20%</li><li>1809: ~0.20%</li><li>1810: ~0.20%</li><li>1813: ~0.20%</li><li>1814: ~0.20%</li><li>1815: ~0.20%</li><li>1816: ~0.20%</li><li>1817: ~0.20%</li><li>1818: ~0.20%</li><li>1822: ~0.20%</li><li>1825: ~0.20%</li><li>1828: ~0.20%</li><li>1829: ~0.20%</li><li>1830: ~0.20%</li><li>1832: ~0.20%</li><li>1833: ~0.20%</li></ul> | <ul><li>min: 5 tokens</li><li>mean: 10.9 tokens</li><li>max: 27 tokens</li></ul> | <ul><li>min: 17 tokens</li><li>mean: 31.89 tokens</li><li>max: 32 tokens</li></ul> | <ul><li>min: 26 tokens</li><li>mean: 31.96 tokens</li><li>max: 32 tokens</li></ul> | <ul><li>min: 17 tokens</li><li>mean: 31.93 tokens</li><li>max: 32 tokens</li></ul> | <ul><li>min: 15 tokens</li><li>mean: 31.91 tokens</li><li>max: 32 tokens</li></ul> | <ul><li>min: 17 tokens</li><li>mean: 31.9 tokens</li><li>max: 32 tokens</li></ul> |
* Samples:
  | query_id       | query                                                                      | positive                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | negative_1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | negative_2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | negative_3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | negative_4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  |:---------------|:---------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
  | <code>3</code> | <code> Another name for the primary visual cortex is </code>               | <code>The primary (parts of the cortex that receive sensory inputs from the thalamus) visual cortex is also known as V1, V isual area one, and the striate cortex.The extrastriate areas consist of visual areas two (V2), three (V3), four (V4), and five (V5).he primary visual cortex is the best-studied visual area in the brain. In all mammals studied, it is located in the posterior pole of the occipital cortex (the occipital cortex is responsible for processing visual stimuli).</code>                                                      | <code>The visual cortex is made up of Brodmann area 17 (the primary visual cortex), and Brodmann areas 18 and 19, the extrastriate cortical areas.he primary visual cortex is the best-studied visual area in the brain. In all mammals studied, it is located in the posterior pole of the occipital cortex (the occipital cortex is responsible for processing visual stimuli).</code>                                                                                                                                                                                                                                 | <code>The visual cortex of the brain is the part of the cerebral cortex responsible for processing visual information. This article addresses the ventral/dorsal model of the visual cortex. Another model for the perceptual/conceptual neuropsychological model of the visual cortex was studied by Raftopolous.he primary visual cortex is the best-studied visual area in the brain. In all mammals studied, it is located in the posterior pole of the occipital cortex (the occipital cortex is responsible for processing visual stimuli).</code>                                           | <code>The primary visual cortex is the best-studied visual area in the brain. In all mammals studied, it is located in the posterior pole of the occipital cortex (the occipital cortex is responsible for processing visual stimuli).he primary visual cortex is the best-studied visual area in the brain. In all mammals studied, it is located in the posterior pole of the occipital cortex (the occipital cortex is responsible for processing visual stimuli).</code>                                                                                                                                                                       | <code>Damage to the primary visual cortex, which is located on the surface of the posterior occipital lobe, can cause blindness due to the holes in the visual map on the surface of the visual cortex that resulted from the lesions. significant functional aspect of the occipital lobe is that it contains the primary visual cortex. Retinal sensors convey stimuli through the optic tracts to the lateral geniculate bodies, where optic radiations continue to the visual cortex.</code>                                                                                                  |
  | <code>3</code> | <code> Another name for the primary visual cortex is </code>               | <code>The primary (parts of the cortex that receive sensory inputs from the thalamus) visual cortex is also known as V1, V isual area one, and the striate cortex.The extrastriate areas consist of visual areas two (V2), three (V3), four (V4), and five (V5).he primary visual cortex is the best-studied visual area in the brain. In all mammals studied, it is located in the posterior pole of the occipital cortex (the occipital cortex is responsible for processing visual stimuli).</code>                                                      | <code>Called also first visual area. visual cortex the area of the occipital lobe of the cerebral cortex concerned with vision; the striate cortex is also called the first visual area, and the adjacent second and third visual areas serve as its association areas.rea 17 (which is also called the striate cortex or area because the line of Gennari is grossly visible on its surface) is the primary visual cortex, receiving the visual radiation from the lateral geniculate body of the thalamus.</code>                                                                                                      | <code>The primary visual cortex, V1, is the koniocortex (sensory type) located in and around the calcarine fissure in the occipital lobe. It is the one that receives information directly from the lateral geniculate nucleus .To this have been added later as many as thirty interconnected (secondary or tertiary) visual areas.esearch on the primary visual cortex can involve recording action potentials from electrodes within the brain of cats, ferrets, mice, or monkeys, or through recording intrinsic optical signals from animals or fMRI signals from human and monkey V1.</code> | <code>However, only in the primary visual cortex (V1) can this band be seen with the naked eye as the line of Gennari (#6282, #8987). In fact, the term striate (striped) cortex is another name for primary visual cortex.Primary visual cortex is also referred to as either calcarine cortex or Brodmann’s area 17.djacent to primary visual cortex (V1) are the visual association cortical areas, including V2 and V3 (= area 18, or 18 & 19, depending on the author) (#4350). Lesions of V1, V2 and V3 produce identical visual field defects. Beyond V3, visual information is processed along two functionally different pathways.</code> | <code>Primary visual cortex (V1) Edit. The primary visual cortex is the best studied visual area in the brain. Like that of all mammals studied, it is located in the posterior pole of the occipital cortex (the occipital cortex is responsible for processing visual stimuli).It is the simplest, earliest cortical visual area.esearch on the primary visual cortex can involve recording action potentials from electrodes within the brain of cats, ferrets, mice, or monkeys, or through recording intrinsic optical signals from animals or fMRI signals from human and monkey V1.</code> |
  | <code>4</code> | <code> Defining alcoholism as a disease is associated with Jellinek</code> | <code>The formation of AA – Alcoholics Anonymous – in the 1930s and the publication of noted psychiatrist and Director of the Center of Alcohol Studies at Yale Medical School E. M. Jellinek’s famous book defining the concept of alcoholism as a medical disease facilitated moving alcoholism into a different light.s alcoholism is an addiction, it is considered a disease of the brain. The brain has been physically altered by extended exposure to alcohol, causing it to function differently and therefore creating addictive behavior.</code> | <code>Nonetheless, it was Jellinek's Stages of the Alcoholism that led to diagnosing alcoholism as a disease and eventually to the medical acceptance of alcoholism as a disease. Astoundingly, the inception of the disease theory and treatment for substance abuse is based on fraud.n a recent Gallup poll, 90 percent of people surveyed believe that alcoholism is a disease. Most argue that because the American Medical Association (AMA) has proclaimed alcoholism a disease, the idea is without reproach. But, the fact is that the AMA made this determination in the absence of empirical evidence.</code> | <code>1 JELLINEK PHASES: THE PROGRESSIVE SYMPTOMS OF ALCOHOLISM The behavioral characteristics of the alcoholic are progressive as is the person's tolerance to alcohol and as is the course of the disease itself.ypes of alcoholism: Jellinek's species The pattern described above refers to the stages of alcohol addiction. Jellinek continued his study of alcoholism, focusing on alcohol problems in other countries.</code>                                                                                                                                                               | <code>1 Jellinek, E. M., Phases in the Drinking History of Alcoholics: Analysis of a Survey Conducted by the Official Organ of Alcoholics Anonymous, Quarterly Journal of Studies on Alcohol, Vol.7, (1946), pp. 2  1–88. 3  Jellinek, E. M., The Disease Concept of Alcoholism, Hillhouse, (New Haven), 1960.uring the 1920s, he conducted research in Sierra Leone and at Tela, Honduras. In the 1930s he returned to the U.S.A. and worked at the Worcester State Hospital, Worcester, Massachusetts, from whence he was commissioned to conduct a study for the Research Council on Problems of Alcohol.</code>                                | <code>ALCOHOLISM: A DISEASE. In 1956 the American Medical Association decided that alcoholism is a disease, however more than 30 years later this is still debated in certain circles.Besides the medical opinion, there are many others (e.g., legal, sociological, religious) which derive from any number of social pressures.LCOHOLISM: A DISEASE. In 1956 the American Medical Association decided that alcoholism is a disease, however more than 30 years later this is still debated in certain circles.</code>                                                                           |
* Loss: <code>pylate.losses.contrastive.Contrastive</code>

### Training Hyperparameters
#### Non-Default Hyperparameters

- `eval_strategy`: epoch
- `per_device_train_batch_size`: 64
- `per_device_eval_batch_size`: 64
- `learning_rate`: 1e-05
- `lr_scheduler_type`: cosine
- `fp16`: True

#### All Hyperparameters
<details><summary>Click to expand</summary>

- `overwrite_output_dir`: False
- `do_predict`: False
- `eval_strategy`: epoch
- `prediction_loss_only`: True
- `per_device_train_batch_size`: 64
- `per_device_eval_batch_size`: 64
- `per_gpu_train_batch_size`: None
- `per_gpu_eval_batch_size`: None
- `gradient_accumulation_steps`: 1
- `eval_accumulation_steps`: None
- `torch_empty_cache_steps`: None
- `learning_rate`: 1e-05
- `weight_decay`: 0.0
- `adam_beta1`: 0.9
- `adam_beta2`: 0.999
- `adam_epsilon`: 1e-08
- `max_grad_norm`: 1.0
- `num_train_epochs`: 3
- `max_steps`: -1
- `lr_scheduler_type`: cosine
- `lr_scheduler_kwargs`: {}
- `warmup_ratio`: 0.0
- `warmup_steps`: 0
- `log_level`: passive
- `log_level_replica`: warning
- `log_on_each_node`: True
- `logging_nan_inf_filter`: True
- `save_safetensors`: True
- `save_on_each_node`: False
- `save_only_model`: False
- `restore_callback_states_from_checkpoint`: False
- `no_cuda`: False
- `use_cpu`: False
- `use_mps_device`: False
- `seed`: 42
- `data_seed`: None
- `jit_mode_eval`: False
- `use_ipex`: False
- `bf16`: False
- `fp16`: True
- `fp16_opt_level`: O1
- `half_precision_backend`: auto
- `bf16_full_eval`: False
- `fp16_full_eval`: False
- `tf32`: None
- `local_rank`: 0
- `ddp_backend`: None
- `tpu_num_cores`: None
- `tpu_metrics_debug`: False
- `debug`: []
- `dataloader_drop_last`: False
- `dataloader_num_workers`: 0
- `dataloader_prefetch_factor`: None
- `past_index`: -1
- `disable_tqdm`: False
- `remove_unused_columns`: True
- `label_names`: None
- `load_best_model_at_end`: False
- `ignore_data_skip`: False
- `fsdp`: []
- `fsdp_min_num_params`: 0
- `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
- `fsdp_transformer_layer_cls_to_wrap`: None
- `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
- `deepspeed`: None
- `label_smoothing_factor`: 0.0
- `optim`: adamw_torch
- `optim_args`: None
- `adafactor`: False
- `group_by_length`: False
- `length_column_name`: length
- `ddp_find_unused_parameters`: None
- `ddp_bucket_cap_mb`: None
- `ddp_broadcast_buffers`: False
- `dataloader_pin_memory`: True
- `dataloader_persistent_workers`: False
- `skip_memory_metrics`: True
- `use_legacy_prediction_loop`: False
- `push_to_hub`: False
- `resume_from_checkpoint`: None
- `hub_model_id`: None
- `hub_strategy`: every_save
- `hub_private_repo`: None
- `hub_always_push`: False
- `gradient_checkpointing`: False
- `gradient_checkpointing_kwargs`: None
- `include_inputs_for_metrics`: False
- `include_for_metrics`: []
- `eval_do_concat_batches`: True
- `fp16_backend`: auto
- `push_to_hub_model_id`: None
- `push_to_hub_organization`: None
- `mp_parameters`: 
- `auto_find_batch_size`: False
- `full_determinism`: False
- `torchdynamo`: None
- `ray_scope`: last
- `ddp_timeout`: 1800
- `torch_compile`: False
- `torch_compile_backend`: None
- `torch_compile_mode`: None
- `dispatch_batches`: None
- `split_batches`: None
- `include_tokens_per_second`: False
- `include_num_input_tokens_seen`: False
- `neftune_noise_alpha`: None
- `optim_target_modules`: None
- `batch_eval_metrics`: False
- `eval_on_start`: False
- `use_liger_kernel`: False
- `eval_use_gather_object`: False
- `average_tokens_across_devices`: False
- `prompts`: None
- `batch_sampler`: batch_sampler
- `multi_dataset_batch_sampler`: proportional

</details>

### Training Logs
| Epoch | Step  | Training Loss | Validation Loss | accuracy |
|:-----:|:-----:|:-------------:|:---------------:|:--------:|
| 1.0   | 7813  | 1.0809        | -               | -        |
| 0     | 0     | -             | -               | 0.7947   |
| 1.0   | 7813  | -             | 1.2037          | -        |
| 2.0   | 15626 | 0.8982        | -               | -        |
| 0     | 0     | -             | -               | 0.7982   |
| 2.0   | 15626 | -             | 1.1963          | -        |
| 0     | 0     | -             | -               | 0.7992   |


### Framework Versions
- Python: 3.11.12
- Sentence Transformers: 4.0.2
- PyLate: 1.2.0
- Transformers: 4.48.2
- PyTorch: 2.6.0+cu124
- Accelerate: 1.7.0
- Datasets: 3.6.0
- Tokenizers: 0.21.1


## Citation

### BibTeX

#### Sentence Transformers
```bibtex
@inproceedings{reimers-2019-sentence-bert,
    title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
    author = "Reimers, Nils and Gurevych, Iryna",
    booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
    month = "11",
    year = "2019",
    publisher = "Association for Computational Linguistics",
    url = "https://arxiv.org/abs/1908.10084"
}
```

#### PyLate
```bibtex
@misc{PyLate,
title={PyLate: Flexible Training and Retrieval for Late Interaction Models},
author={Chaffin, Antoine and Sourty, Raphaël},
url={https://github.com/lightonai/pylate},
year={2024}
}
```

<!--
## Glossary

*Clearly define terms in order to be accessible across audiences.*
-->

<!--
## Model Card Authors

*Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
-->

<!--
## Model Card Contact

*Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
-->