Upload dataset
Browse files- README.md +23 -4
- data/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1,14 +1,33 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
task_categories:
|
4 |
- translation
|
5 |
- text2text-generation
|
6 |
-
language:
|
7 |
-
- en
|
8 |
tags:
|
9 |
- cybersecurity
|
10 |
-
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
# syslog-to-artifact Dataset
|
14 |
The dataset is constructed of 100k+ syslog messages from 150+ message families.
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: apache-2.0
|
5 |
+
size_categories:
|
6 |
+
- 100K<n<1M
|
7 |
task_categories:
|
8 |
- translation
|
9 |
- text2text-generation
|
|
|
|
|
10 |
tags:
|
11 |
- cybersecurity
|
12 |
+
dataset_info:
|
13 |
+
features:
|
14 |
+
- name: input_text
|
15 |
+
dtype: string
|
16 |
+
- name: output_text
|
17 |
+
dtype: string
|
18 |
+
- name: instruction
|
19 |
+
dtype: string
|
20 |
+
splits:
|
21 |
+
- name: train
|
22 |
+
num_bytes: 300289090
|
23 |
+
num_examples: 155304
|
24 |
+
download_size: 33462385
|
25 |
+
dataset_size: 300289090
|
26 |
+
configs:
|
27 |
+
- config_name: default
|
28 |
+
data_files:
|
29 |
+
- split: train
|
30 |
+
path: data/train-*
|
31 |
---
|
32 |
# syslog-to-artifact Dataset
|
33 |
The dataset is constructed of 100k+ syslog messages from 150+ message families.
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7896633b9ba88476e1092a5e2e786952a7e0109ef75374b9d33cb26502c9c64d
|
3 |
+
size 33462385
|