Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
pandas
License:
zijianhu commited on
Commit
4c918c3
·
1 Parent(s): c30cf1d

update README

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -12,7 +12,17 @@ configs:
12
  path: "train.parquet"
13
  - split: test
14
  path: "test.parquet"
15
-
 
 
 
 
 
 
 
 
 
 
16
  ---
17
 
18
- This is a split version of [databricks/databricks-dolly-15k](https://huggingface.co/datasets/databricks/databricks-dolly-15k).
 
12
  path: "train.parquet"
13
  - split: test
14
  path: "test.parquet"
15
+ dataset_info:
16
+ config_name: default
17
+ features:
18
+ - name: instruction
19
+ dtype: string
20
+ - name: context
21
+ dtype: string
22
+ - name: response
23
+ dtype: string
24
+ - name: category
25
+ dtype: string
26
  ---
27
 
28
+ This is a Non-IID split version of [databricks/databricks-dolly-15k](https://huggingface.co/datasets/databricks/databricks-dolly-15k).