friendshipkim commited on
Commit
9d25969
1 Parent(s): 75a059f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: document_id
5
+ dtype: string
6
+ - name: embedding
7
+ sequence: float64
8
+ - name: full_text
9
+ dtype: string
10
+ splits:
11
+ - name: queries
12
+ num_bytes: 744168436
13
+ num_examples: 169936
14
+ - name: candidates
15
+ num_bytes: 4746252689
16
+ num_examples: 1089648
17
+ download_size: 4552565188
18
+ dataset_size: 5490421125
19
+ ---
20
+ # Dataset Card for "reddit_eval_embeddings_luar"
21
+
22
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)