0x22almostEvil commited on
Commit
5e5d947
1 Parent(s): 0768e95
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -43,10 +43,12 @@ dataset_info:
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
 
51
  ### Licensing Information
52
 
 
43
 
44
  Contains Parquet of a list of instructions and WikiHow articles on different languages.
45
 
46
+ Each row consists of
47
+
48
+ * INSTRUCTION
49
+ * RESPONSE
50
+ * SOURCE (*.wikihow.com)
51
+ * METADATA (json with url and language).
52
 
53
  ### Licensing Information
54