raphaelsty commited on
Commit
9a45c2e
·
verified ·
1 Parent(s): b48bc1d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -1
README.md CHANGED
@@ -25,11 +25,52 @@ dataset_info:
25
  splits:
26
  - name: train
27
  num_examples: 30
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  configs:
29
  - config_name: triplet
30
  data_files:
31
  - split: train
32
  path: triplet.parquet
 
 
 
 
 
 
 
 
 
 
 
 
33
  ---
34
 
35
  # ms-marco-mini
@@ -47,4 +88,6 @@ This dataset gathers very few samples from [MS MARCO](https://microsoft.github.i
47
  "positive": 'liberal arts. 1. the academic course of instruction at a college intended to provide general knowledge and comprising the arts, humanities, natural sciences, and social sciences, as opposed to professional or technical subjects.',
48
  "negative": 'The New York State Education Department requires 60 Liberal Arts credits in a Bachelor of Science program and 90 Liberal Arts credits in a Bachelor of Arts program. In the list of course descriptions, courses which are liberal arts for all students are identified by (Liberal Arts) after the course number.'
49
  }
50
- ```
 
 
 
25
  splits:
26
  - name: train
27
  num_examples: 30
28
+ - config_name: queries
29
+ features:
30
+ - name: query_id
31
+ dtype: int
32
+ - name: text
33
+ dtype: string
34
+ splits:
35
+ - name: train
36
+ num_examples: 18
37
+ - config_name: documents
38
+ features:
39
+ - name: document_id
40
+ dtype: int
41
+ - name: text
42
+ dtype: string
43
+ splits:
44
+ - name: train
45
+ num_examples: 608
46
+ - config_name: train
47
+ features:
48
+ - name: query_id
49
+ dtype: int
50
+ - name: document_ids
51
+ dtype: list[int]
52
+ - name: scores
53
+ dtype: list[float]
54
+ splits:
55
+ - name: train
56
+ num_examples: 18
57
  configs:
58
  - config_name: triplet
59
  data_files:
60
  - split: train
61
  path: triplet.parquet
62
+ - config_name: queries
63
+ data_files:
64
+ - split: train
65
+ path: queries.parquet
66
+ - config_name: documents
67
+ data_files:
68
+ - split: train
69
+ path: documents.parquet
70
+ - config_name: train
71
+ data_files:
72
+ - split: train
73
+ path: train.parquet
74
  ---
75
 
76
  # ms-marco-mini
 
88
  "positive": 'liberal arts. 1. the academic course of instruction at a college intended to provide general knowledge and comprising the arts, humanities, natural sciences, and social sciences, as opposed to professional or technical subjects.',
89
  "negative": 'The New York State Education Department requires 60 Liberal Arts credits in a Bachelor of Science program and 90 Liberal Arts credits in a Bachelor of Arts program. In the list of course descriptions, courses which are liberal arts for all students are identified by (Liberal Arts) after the course number.'
90
  }
91
+ ```
92
+
93
+ #### `knowledge distillation` subset