calmodovar commited on
Commit
8b4928e
·
verified ·
1 Parent(s): b9be023

Update dataset card

Browse files
Files changed (1) hide show
  1. README.md +13 -33
README.md CHANGED
@@ -1,36 +1,15 @@
1
  ---
2
- license: apache-2.0
 
3
  task_categories:
4
- - text-classification
5
- configs:
6
- - config_name: default
7
- data_files:
8
- - split: train
9
- path: data/train-*
10
- dataset_info:
11
- features:
12
- - name: date
13
- dtype: string
14
- - name: time
15
- dtype: string
16
- - name: pid
17
- dtype: int32
18
- - name: level
19
- dtype: string
20
- - name: component
21
- dtype: string
22
- - name: content
23
- dtype: string
24
- - name: block_id
25
- dtype: string
26
- - name: anomaly
27
- dtype: int8
28
- splits:
29
- - name: train
30
- num_bytes: 2069809345
31
- num_examples: 11175629
32
- download_size: 382239509
33
- dataset_size: 2069809345
34
  ---
35
 
36
  # Dataset Card for logfit-project/hdfs_v1
@@ -42,7 +21,7 @@ with one or more block identifiers; block-level anomaly labels were generated by
42
  This script preserves the raw line structure while attaching a binary anomaly flag for downstream anomaly
43
  detection research.
44
 
45
- ## Supported Tasks
46
  - anomaly-detection: binary classification of logs.
47
 
48
  ## Dataset Structure
@@ -52,6 +31,7 @@ detection research.
52
  - `level`: Log level (e.g., `INFO`).
53
  - `component`: Java/daemon component emitting the log entry.
54
  - `content`: Verbose message content for the event.
 
55
  - `anomaly`: Binary indicator derived from block-level labels (`1` = anomalous block).
56
 
57
  ## Source Data
@@ -74,4 +54,4 @@ mining, and benchmarking log representation learning.
74
  Datasets for AI-driven Log Analytics", ISSRE 2023.
75
 
76
  ## Dataset Statistics
77
- - Number of log lines: 11175629
 
1
  ---
2
+ pretty_name: HDFS_v1
3
+ dataset_name: logfit-project/hdfs_v1
4
  task_categories:
5
+ - anomaly-detection
6
+ language:
7
+ - en
8
+ size_categories:
9
+ - 10M<n<15M
10
+ annotations_creators:
11
+ - logfit-project
12
+ license: other
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ---
14
 
15
  # Dataset Card for logfit-project/hdfs_v1
 
21
  This script preserves the raw line structure while attaching a binary anomaly flag for downstream anomaly
22
  detection research.
23
 
24
+ ## Supported Tasks and Leaderboards
25
  - anomaly-detection: binary classification of logs.
26
 
27
  ## Dataset Structure
 
31
  - `level`: Log level (e.g., `INFO`).
32
  - `component`: Java/daemon component emitting the log entry.
33
  - `content`: Verbose message content for the event.
34
+ - `block_id`: Space-separated block identifiers discovered in the log line (empty if none present).
35
  - `anomaly`: Binary indicator derived from block-level labels (`1` = anomalous block).
36
 
37
  ## Source Data
 
54
  Datasets for AI-driven Log Analytics", ISSRE 2023.
55
 
56
  ## Dataset Statistics
57
+ - Number of log lines: 11175629