Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,39 +1,22 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
| 7 |
list:
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
- name: start
|
| 13 |
-
dtype: int32
|
| 14 |
-
- name: end
|
| 15 |
-
dtype: int32
|
| 16 |
-
- name: type
|
| 17 |
-
dtype: string
|
| 18 |
-
splits:
|
| 19 |
-
- name: train
|
| 20 |
-
num_bytes: 1058444
|
| 21 |
-
num_examples: 3673
|
| 22 |
-
- name: validation
|
| 23 |
-
num_bytes: 436634
|
| 24 |
-
num_examples: 1403
|
| 25 |
-
- name: test
|
| 26 |
-
num_bytes: 488424
|
| 27 |
-
num_examples: 1890
|
| 28 |
-
download_size: 1989859
|
| 29 |
-
dataset_size: 1983502
|
| 30 |
configs:
|
| 31 |
-
- config_name: default
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
---
|
|
|
|
| 1 |
---
|
| 2 |
+
features:
|
| 3 |
+
- name: input
|
| 4 |
+
dtype: string
|
| 5 |
+
- name: output
|
| 6 |
+
dtype: json
|
| 7 |
+
- name: schema
|
| 8 |
list:
|
| 9 |
+
- name: label
|
| 10 |
+
dtype: string
|
| 11 |
+
- name: description
|
| 12 |
+
dtype: string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
configs:
|
| 14 |
+
- config_name: default
|
| 15 |
+
data_files:
|
| 16 |
+
- split: train
|
| 17 |
+
path: data/malware_text_db_train.jsonl
|
| 18 |
+
- split: validation
|
| 19 |
+
path: data/malware_text_db_validation.jsonl
|
| 20 |
+
- split: test
|
| 21 |
+
path: data/malware_text_db_test.jsonl
|
| 22 |
---
|