Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Jenkins Error Outputs Dataset
|
| 2 |
|
| 3 |
A large synthetic dataset of Jenkins error outputs, generated for research, machine learning, and error analysis purposes. This dataset contains 100,000 entries, each simulating a real-world Jenkins error log with metadata.
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
dataset_info:
|
| 4 |
+
features:
|
| 5 |
+
- name: timestamp
|
| 6 |
+
dtype: string
|
| 7 |
+
- name: job_name
|
| 8 |
+
dtype: string
|
| 9 |
+
- name: build_number
|
| 10 |
+
dtype: int32
|
| 11 |
+
- name: error_message
|
| 12 |
+
dtype: string
|
| 13 |
+
- name: node
|
| 14 |
+
dtype: string
|
| 15 |
+
- name: user
|
| 16 |
+
dtype: string
|
| 17 |
+
splits:
|
| 18 |
+
- name: train
|
| 19 |
+
num_bytes: 0 # Update after upload if needed
|
| 20 |
+
num_examples: 100000
|
| 21 |
+
download_size: 0 # Update after upload if needed
|
| 22 |
+
dataset_size: 0 # Update after upload if needed
|
| 23 |
+
task_categories:
|
| 24 |
+
- text-classification
|
| 25 |
+
language:
|
| 26 |
+
- en
|
| 27 |
+
---
|
| 28 |
+
|
| 29 |
# Jenkins Error Outputs Dataset
|
| 30 |
|
| 31 |
A large synthetic dataset of Jenkins error outputs, generated for research, machine learning, and error analysis purposes. This dataset contains 100,000 entries, each simulating a real-world Jenkins error log with metadata.
|