KaraKaraWitch commited on
Commit
643856c
·
verified ·
1 Parent(s): 0eadef2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -80,7 +80,10 @@ We will annotate the flow based on the `stack_parser_large.py` variant of the fi
80
  - The post must have an answer with a score >= 0. Else the answer is not added into the data.
81
  - We recommend using the Conversation formats for ease of use.
82
  - **EDIT**: On further inspection, *the conversational format is not fully similar to openai*. Read the notes under the data instances. KaraKaraWitch apologizes for any inconvenience this caused ahead of time.
83
-
 
 
 
84
  As we are dealing with many files at once, we also have the following helper functions to run various functions in parallel over all StackExchange sites:
85
 
86
  - `fp-stackstack` (Runs `decadence_fp`)
 
80
  - The post must have an answer with a score >= 0. Else the answer is not added into the data.
81
  - We recommend using the Conversation formats for ease of use.
82
  - **EDIT**: On further inspection, *the conversational format is not fully similar to openai*. Read the notes under the data instances. KaraKaraWitch apologizes for any inconvenience this caused ahead of time.
83
+ 4. For huggingface, we have compressed the files with gzip.
84
+ - We have noted an issue where there could be a false positive virus-detection on 10 of the compressed files.
85
+ - We have used the dataset in it's uncompressed and form and didn't encounter any issues.
86
+
87
  As we are dealing with many files at once, we also have the following helper functions to run various functions in parallel over all StackExchange sites:
88
 
89
  - `fp-stackstack` (Runs `decadence_fp`)