0x22almostEvil commited on
Commit
f026e62
·
1 Parent(s): 5d1f15c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -9,16 +9,18 @@ size_categories:
9
  - 1K<n<10K
10
  ---
11
 
 
12
  # Dataset Card for Russian WikiHow with ~1K entries.
13
 
14
 
15
  ### Dataset Summary
16
 
17
- Contains CSV of a subset of WikiHow articles on Russian language.
18
 
19
  CSV file follows this format:
20
- Instruction | A scrapped article from WikiHow with applied markdown format | Source | URL
21
-
 
22
 
23
  ### Licensing Information
24
 
 
9
  - 1K<n<10K
10
  ---
11
 
12
+
13
  # Dataset Card for Russian WikiHow with ~1K entries.
14
 
15
 
16
  ### Dataset Summary
17
 
18
+ Contains CSV of a list of instuctions and WikiHow articles on Russian language.
19
 
20
  CSV file follows this format:
21
+ ```csv
22
+ Instruction, A scrapped article from WikiHow with applied markdown format, Source, URL
23
+ ```
24
 
25
  ### Licensing Information
26