Rami commited on
Commit
1b02b3c
1 Parent(s): f6de0c3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -1,20 +1,22 @@
1
  ---
2
  dataset_info:
3
  features:
4
- - name: base_prompt
5
  dtype: string
6
- - name: improved_prompt
7
  dtype: string
8
  - name: views
9
  dtype: int64
10
  - name: instruction
11
  dtype: string
 
 
12
  splits:
13
  - name: train
14
- num_bytes: 384486
15
  num_examples: 341
16
- download_size: 165003
17
- dataset_size: 384486
18
  ---
19
  # Dataset Card for "prompts"
20
 
 
1
  ---
2
  dataset_info:
3
  features:
4
+ - name: context
5
  dtype: string
6
+ - name: response
7
  dtype: string
8
  - name: views
9
  dtype: int64
10
  - name: instruction
11
  dtype: string
12
+ - name: category
13
+ dtype: string
14
  splits:
15
  - name: train
16
+ num_bytes: 407674
17
  num_examples: 341
18
+ download_size: 165782
19
+ dataset_size: 407674
20
  ---
21
  # Dataset Card for "prompts"
22