jessica-ecosia commited on
Commit
61b9438
·
1 Parent(s): 8ea562a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: text
7
+ dtype: string
8
+ - name: title
9
+ dtype: string
10
+ - name: embeddings
11
+ sequence:
12
+ sequence: float64
13
+ splits:
14
+ - name: train
15
+ num_bytes: 4191740
16
+ num_examples: 620
17
+ download_size: 4273939
18
+ dataset_size: 4191740
19
+ configs:
20
+ - config_name: default
21
+ data_files:
22
+ - split: train
23
+ path: data/train-*
24
+ ---
25
+ # Dataset Card for "gpdr-dpr-dataset"
26
+
27
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)