shawhin commited on
Commit
289e18b
·
verified ·
1 Parent(s): dca701f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -42,6 +42,11 @@ configs:
42
 
43
  # HDFS v1 Block-Level Dataset
44
 
 
 
 
 
 
45
  ## Dataset Summary
46
 
47
  This dataset is a **block-level transformation** of the [HDFS_v1](https://huggingface.co/datasets/logfit-project/HDFS_v1) log dataset. While the original dataset contains individual log lines (~11M rows), this version aggregates all log entries belonging to the same block into a single text sequence, making it suitable for LLM-based anomaly classification.
 
42
 
43
  # HDFS v1 Block-Level Dataset
44
 
45
+ **Resources:**
46
+ - [Video Explainer](https://youtu.be/k-94oCJ_WJo)
47
+ - [GitHub Repo](https://github.com/ShawhinT/rlvr-hdfs-classification)
48
+ - [Dataset](https://huggingface.co/datasets/shawhin/HDFS_v1_blocks)
49
+
50
  ## Dataset Summary
51
 
52
  This dataset is a **block-level transformation** of the [HDFS_v1](https://huggingface.co/datasets/logfit-project/HDFS_v1) log dataset. While the original dataset contains individual log lines (~11M rows), this version aggregates all log entries belonging to the same block into a single text sequence, making it suitable for LLM-based anomaly classification.