0x22almostEvil commited on
Commit
0768e95
·
1 Parent(s): b5f5e93
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -41,10 +41,10 @@ dataset_info:
41
 
42
  ### Dataset Summary
43
 
44
- Contains CSV of a list of instructions and WikiHow articles on different languages.
45
 
46
- CSV file follows this format:
47
- ```csv
48
  INSTRUCTION (Question), RESPONSE (WikiHow artilce; with markdown), SOURCE (site), METADATA (json with url and language)
49
  ```
50
 
 
41
 
42
  ### Dataset Summary
43
 
44
+ Contains Parquet of a list of instructions and WikiHow articles on different languages.
45
 
46
+ The file follows this format:
47
+ ```parquet
48
  INSTRUCTION (Question), RESPONSE (WikiHow artilce; with markdown), SOURCE (site), METADATA (json with url and language)
49
  ```
50