abehandler commited on
Commit
0b780a8
·
verified ·
1 Parent(s): 4636143

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: query_id
5
+ dtype: string
6
+ - name: query_text
7
+ dtype: string
8
+ - name: neighbor_rank
9
+ dtype: int64
10
+ - name: neighbor_index
11
+ dtype: int64
12
+ - name: distance
13
+ dtype: float64
14
+ - name: url
15
+ dtype: string
16
+ - name: crawl_date
17
+ dtype: string
18
+ - name: text
19
+ dtype: string
20
+ splits:
21
+ - name: train
22
+ num_bytes: 2267795885
23
+ num_examples: 299982
24
+ download_size: 511891237
25
+ dataset_size: 2267795885
26
+ ---
27
+ # Dataset Card for "matching_neighbors"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)