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 |
+
# EmployeeFeedbackMatrix
|
9 |
+
|
10 |
+
tags: sentiment analysis, workplace satisfaction, performance metrics
|
11 |
+
|
12 |
+
_Note: This is an AI-generated dataset so its content may be inaccurate or false_
|
13 |
+
|
14 |
+
**Dataset Description:**
|
15 |
+
|
16 |
+
The 'EmployeeFeedbackMatrix' dataset comprises various textual feedback given by employees about their workplace experiences. This dataset is designed to support sentiment analysis and workplace satisfaction studies. The 'labels' column assigns sentiment scores to the feedback, indicating positive, neutral, or negative sentiment.
|
17 |
+
|
18 |
+
**CSV Content Preview:**
|
19 |
+
|
20 |
+
```csv
|
21 |
+
EmployeeID,Feedback,Label
|
22 |
+
001,I really enjoy the collaborative environment here. Great team spirit. Positive
|
23 |
+
002,The workload is quite overwhelming and often extends beyond regular hours. Neutral
|
24 |
+
003,Management needs to improve their communication. There's a lack of transparency. Negative
|
25 |
+
004,The new project management tool has significantly streamlined our workflow. Very happy with it. Positive
|
26 |
+
005,Our team could benefit from more regular training sessions. Neutral
|
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 'employee reviews':
|
32 |
+
|
33 |
+
- **Dataset Generation Page**: https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub?q=employee+reviews&dataset=EmployeeFeedbackMatrix&tags=sentiment+analysis,+workplace+satisfaction,+performance+metrics
|
34 |
+
- **Model**: https://huggingface.co/microsoft/Phi-3-mini-4k-instruct
|
35 |
+
- **More Datasets**: https://huggingface.co/datasets?other=infinite-dataset-hub
|