Dmitry Chaplinsky commited on
Commit
dace661
1 Parent(s): cdfd766

Another fix for README

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -24,6 +24,8 @@ The general pipeline looks like this:
24
  You can use the resulting dataset by filtering for the language and amount of the text. You need to convert the structured data into instructions yourself.
25
  You'll need to apply extra cleansing/evaluation of the instructions you've got because, you know, the internet is still full of crap.
26
 
 
 
27
  ## Recreating the results
28
  1. Clone the repo without the LFS files.
29
  2. Install requirements from `requirements.txt`.
 
24
  You can use the resulting dataset by filtering for the language and amount of the text. You need to convert the structured data into instructions yourself.
25
  You'll need to apply extra cleansing/evaluation of the instructions you've got because, you know, the internet is still full of crap.
26
 
27
+ **Caveat emptor**: the format of the FAQs and HowTo's in the dataset might vary greatly. Account for that. To understand potential pitfalls, look at the jmespath expression at the `export_structured_data.py`.
28
+
29
  ## Recreating the results
30
  1. Clone the repo without the LFS files.
31
  2. Install requirements from `requirements.txt`.