jonathanagustin commited on
Commit
3225134
1 Parent(s): cc36818

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: id
12
+ dtype: string
13
+ - name: title
14
+ dtype: string
15
+ - name: context
16
+ dtype: string
17
+ - name: question
18
+ dtype: string
19
+ - name: answers
20
+ sequence:
21
+ - name: text
22
+ dtype: string
23
+ - name: answer_start
24
+ dtype: int32
25
+ splits:
26
+ - name: train
27
+ num_bytes: 116732025
28
+ num_examples: 130319
29
+ - name: validation
30
+ num_bytes: 11661091
31
+ num_examples: 11873
32
+ download_size: 17720491
33
+ dataset_size: 128393116
34
+ ---
35
+ # Dataset Card for "squad_v2"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)