Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- infinite-dataset-hub
|
5 |
+
- synthetic
|
6 |
+
---
|
7 |
+
|
8 |
+
# FaultServer
|
9 |
+
|
10 |
+
tags: anomaly detection, server fault logs, uptime prediction
|
11 |
+
|
12 |
+
_Note: This is an AI-generated dataset so its content may be inaccurate or false_
|
13 |
+
|
14 |
+
**Dataset Description:**
|
15 |
+
|
16 |
+
The 'FaultServer' dataset comprises of simulated server fault logs aimed at assisting machine learning practitioners in anomaly detection and uptime prediction. The dataset includes features such as timestamps, server identifiers, error codes, error messages, and duration of server downtime. The dataset is labeled to indicate the severity of the server fault, which aids in training predictive models.
|
17 |
+
|
18 |
+
**CSV Content Preview:**
|
19 |
+
|
20 |
+
```
|
21 |
+
timestamp,server_id,error_code,error_message,downtime_duration,severity_label
|
22 |
+
2023-04-01T14:23:07Z,srv-001,E404,404 Not Found Error,5,Minor
|
23 |
+
2023-04-01T15:15:42Z,srv-002,E503,Service Unavailable Error,15,Moderate
|
24 |
+
2023-04-01T16:30:59Z,srv-003,E000,Internal Server Error,30,Critical
|
25 |
+
2023-04-01T17:05:33Z,srv-004,E404,404 Not Found Error,2,Minor
|
26 |
+
2023-04-01T18:47:21Z,srv-005,E503,Service Unavailable Error,20,Moderate
|
27 |
+
```
|
28 |
+
|
29 |
+
**Source of the data:**
|
30 |
+
|
31 |
+
The dataset was generated using the [Infinite Dataset Hub](https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub) and microsoft/Phi-3-mini-4k-instruct using the query '':
|
32 |
+
|
33 |
+
- **Dataset Generation Page**: https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub?q=&dataset=FaultServer&tags=anomaly+detection,+server+fault+logs,+uptime+prediction
|
34 |
+
- **Model**: https://huggingface.co/microsoft/Phi-3-mini-4k-instruct
|
35 |
+
- **More Datasets**: https://huggingface.co/datasets?other=infinite-dataset-hub
|