dtthanh commited on
Commit
37ee9d7
·
1 Parent(s): e475d9e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -14,18 +14,18 @@ configs:
14
  path: data/train-*
15
  dataset_info:
16
  features:
17
- - name: output
18
- dtype: string
19
- - name: instruction
20
- dtype: string
21
  - name: input
22
  dtype: string
 
 
 
 
23
  - name: text
24
  dtype: string
25
  splits:
26
  - name: train
27
- num_bytes: 271870
28
- num_examples: 316
29
- download_size: 44849
30
- dataset_size: 271870
31
- ---
 
14
  path: data/train-*
15
  dataset_info:
16
  features:
 
 
 
 
17
  - name: input
18
  dtype: string
19
+ - name: output
20
+ dtype: string
21
+ - name: context
22
+ dtype: float64
23
  - name: text
24
  dtype: string
25
  splits:
26
  - name: train
27
+ num_bytes: 148717
28
+ num_examples: 390
29
+ download_size: 44446
30
+ dataset_size: 148717
31
+ ---