koaning commited on
Commit
005bfa8
1 Parent(s): ec890e9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +52 -0
README.md CHANGED
@@ -1,6 +1,58 @@
1
  ---
2
  tags:
3
  - prodigy
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  ---
5
 
6
  # Dataset Card for Dataset Name
 
1
  ---
2
  tags:
3
  - prodigy
4
+ configs:
5
+ - config_name: default
6
+ data_files:
7
+ - split: train
8
+ path: data/train-*
9
+ - split: eval
10
+ path: data/eval-*
11
+ dataset_info:
12
+ features:
13
+ - name: text
14
+ dtype: string
15
+ - name: meta
16
+ struct:
17
+ - name: section
18
+ dtype: string
19
+ - name: _input_hash
20
+ dtype: int64
21
+ - name: _task_hash
22
+ dtype: int64
23
+ - name: tokens
24
+ list:
25
+ - name: end
26
+ dtype: int64
27
+ - name: id
28
+ dtype: int64
29
+ - name: start
30
+ dtype: int64
31
+ - name: text
32
+ dtype: string
33
+ - name: answer
34
+ dtype: string
35
+ - name: spans
36
+ list:
37
+ - name: end
38
+ dtype: int64
39
+ - name: label
40
+ dtype: string
41
+ - name: start
42
+ dtype: int64
43
+ - name: token_end
44
+ dtype: int64
45
+ - name: token_start
46
+ dtype: int64
47
+ splits:
48
+ - name: train
49
+ num_bytes: 2486903
50
+ num_examples: 1477
51
+ - name: eval
52
+ num_bytes: 849130
53
+ num_examples: 500
54
+ download_size: 953843
55
+ dataset_size: 3336033
56
  ---
57
 
58
  # Dataset Card for Dataset Name