legacy107 commited on
Commit
760e052
1 Parent(s): 9256a9d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ dataset_info:
10
+ features:
11
+ - name: Question
12
+ dtype: string
13
+ - name: Question_no
14
+ dtype: int64
15
+ - name: Rewrite
16
+ dtype: string
17
+ - name: true_page_title
18
+ dtype: string
19
+ - name: negatives
20
+ sequence: string
21
+ - name: positive
22
+ dtype: string
23
+ splits:
24
+ - name: train
25
+ num_bytes: 22137737
26
+ num_examples: 6000
27
+ - name: validation
28
+ num_bytes: 4290429
29
+ num_examples: 1183
30
+ download_size: 9002671
31
+ dataset_size: 26428166
32
+ ---
33
+ # Dataset Card for "qa_wikipedia_augmented_sentence_transformer_negative_farming"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)