aldrinc commited on
Commit
e141319
1 Parent(s): 637455f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +19 -5
README.md CHANGED
@@ -1,14 +1,28 @@
1
  ---
2
  dataset_info:
3
  features:
4
- - name: text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  dtype: string
6
  splits:
7
  - name: train
8
- num_bytes: 477967
9
- num_examples: 690
10
- download_size: 198278
11
- dataset_size: 477967
12
  ---
13
  # Dataset Card for "liveqa"
14
 
 
1
  ---
2
  dataset_info:
3
  features:
4
+ - name: questionid
5
+ dtype: string
6
+ - name: subject
7
+ dtype: string
8
+ - name: message
9
+ dtype: string
10
+ - name: focus
11
+ dtype: string
12
+ - name: type
13
+ dtype: string
14
+ - name: answerid
15
+ dtype: string
16
+ - name: pairid
17
+ dtype: string
18
+ - name: answer
19
  dtype: string
20
  splits:
21
  - name: train
22
+ num_bytes: 888907
23
+ num_examples: 635
24
+ download_size: 429730
25
+ dataset_size: 888907
26
  ---
27
  # Dataset Card for "liveqa"
28