Datasets:

Modalities:
Text
Formats:
json
Size:
< 1K
Libraries:
Datasets
pandas
License:
jarmak-nv commited on
Commit
5daa183
·
verified ·
1 Parent(s): e33ac4d

Add note on the `Unsafe` security scan

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -32,13 +32,17 @@ Testing natural language understanding and generation for technical support appl
32
  ## Dataset Format
33
  The dataset is composed of .txt and .json files.
34
 
 
 
 
 
35
  ## Dataset Quantification
36
  | Metric | Value |
37
  |--------------------|--------------|
38
  | Record Count | 908 question/answer pairs |
39
  | Feature Count | 5 |
40
  | Features | ['id', 'question', 'answer', 'is_impossible', 'contexts'] |
41
- | Data Storage Size | 109 MB (.zip)|
42
 
43
 
44
  ## Reference(s):
 
32
  ## Dataset Format
33
  The dataset is composed of .txt and .json files.
34
 
35
+ ## 🛡️ Dataset Safety
36
+
37
+ The HF ClamAV scanner incorrectly flags content as `Unsafe` in this dataset due to installation logs containing references to CVEs and vulnerabilities. These mentions are contextual, not indicative of actual threats.
38
+
39
  ## Dataset Quantification
40
  | Metric | Value |
41
  |--------------------|--------------|
42
  | Record Count | 908 question/answer pairs |
43
  | Feature Count | 5 |
44
  | Features | ['id', 'question', 'answer', 'is_impossible', 'contexts'] |
45
+ | Data Storage Size | 46 MB (.zip)|
46
 
47
 
48
  ## Reference(s):