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 |
+
# BedtimePatterns
|
9 |
+
|
10 |
+
tags: habit, analysis, clustering) - Dataset detailing various bedtime habits for clustering analysis
|
11 |
+
|
12 |
+
_Note: This is an AI-generated dataset so its content may be inaccurate or false_
|
13 |
+
|
14 |
+
**Dataset Description:**
|
15 |
+
|
16 |
+
The 'BedtimePatterns' dataset is designed to assist machine learning practitioners in understanding and analyzing different bedtime habits across a diverse population. It includes information that can be used for clustering analysis to discover patterns and correlations in sleep behaviors.
|
17 |
+
|
18 |
+
**CSV Content Preview:**
|
19 |
+
|
20 |
+
```
|
21 |
+
id,participant_id,age,gender,bedtime_habit,bedtime_consistency,wake_up_time,sleep_quality,activity_before_bed,screen_time_before_bed,sleep_duration,sleep_issues,labels
|
22 |
+
1,001,29,Female,Reading,High,6:30 AM,Excellent,No,20 mins,8 hours,None,Relaxation_Enthusiast
|
23 |
+
2,002,42,Male,Watching TV,Low,7:45 AM,Poor,Yes,1 hour,6 hours,Insomnia,Night_Owl
|
24 |
+
3,003,35,Female,Listening to Music,Medium,6:15 AM,Good,No,30 mins,7 hours,None,Sound_Sleeper
|
25 |
+
4,004,27,Male,Meditating,High,5:30 AM,Excellent,Yes,0 mins,9 hours,None,Mindfulness_Practitioner
|
26 |
+
5,005,31,Female,Exercising,Low,8:00 AM,Fair,Yes,1.5 hours,5 hours,Sleep Apnea,Exercise_Avoidant
|
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 'sleep':
|
32 |
+
|
33 |
+
- **Dataset Generation Page**: https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub?q=sleep&dataset=BedtimePatterns&tags=habit,+analysis,+clustering)+-+Dataset+detailing+various+bedtime+habits+for+clustering+analysis
|
34 |
+
- **Model**: https://huggingface.co/microsoft/Phi-3-mini-4k-instruct
|
35 |
+
- **More Datasets**: https://huggingface.co/datasets?other=infinite-dataset-hub
|