legacy107 commited on
Commit
2776c5b
1 Parent(s): f503fb8

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: 31497869
26
+ num_examples: 6000
27
+ - name: validation
28
+ num_bytes: 6130773
29
+ num_examples: 1183
30
+ download_size: 12202193
31
+ dataset_size: 37628642
32
+ ---
33
+ # Dataset Card for "qa_wikipedia_augmented_sentence_transformer_negative_farming_128"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)