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 |
+
# WorkloadAnalyzer
|
9 |
+
|
10 |
+
tags: task classification, project workflow, predictive tagging
|
11 |
+
|
12 |
+
_Note: This is an AI-generated dataset so its content may be inaccurate or false_
|
13 |
+
|
14 |
+
**Dataset Description:**
|
15 |
+
|
16 |
+
The 'WorkloadAnalyzer' dataset is designed to assist ML practitioners in automating task classification and predictive tagging within project workflow management. It comprises of project tasks described in text, each accompanied by a set of relevant labels indicating their classification and suggested workflow paths. This dataset can be utilized to train machine learning models for categorizing tasks, recommending workflows, and tagging projects based on textual descriptions and historical workflow data.
|
17 |
+
|
18 |
+
**CSV Content Preview:**
|
19 |
+
|
20 |
+
```csv
|
21 |
+
"Task Description","Labels"
|
22 |
+
"Create a comprehensive project timeline based on given milestones","Project Planning,Milestone Tracking"
|
23 |
+
"Prepare a detailed budget report for Q2","Budgeting,Financial Analysis"
|
24 |
+
"Compile feedback from the last project's post-mortem meeting","Post-Mortem Analysis,Improvement Planning"
|
25 |
+
"Assign project roles to team members","Roles Allocation,Team Management"
|
26 |
+
"Schedule a meeting to discuss the project's current status","Status Update,Meeting Organization"
|
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 'task classification, project workflow management, task tagging':
|
32 |
+
|
33 |
+
- **Dataset Generation Page**: https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub?q=task+classification,+project+workflow+management,+task+tagging&dataset=WorkloadAnalyzer&tags=task+classification,+project+workflow,+predictive+tagging
|
34 |
+
- **Model**: https://huggingface.co/microsoft/Phi-3-mini-4k-instruct
|
35 |
+
- **More Datasets**: https://huggingface.co/datasets?other=infinite-dataset-hub
|