lhoestq HF Staff commited on
Commit
1a5d118
·
verified ·
1 Parent(s): 3258b85

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -17
README.md CHANGED
@@ -13,31 +13,23 @@ _Note: This is an AI-generated dataset so its content may be inaccurate or false
13
 
14
  **Dataset Description:**
15
 
16
- The 'ApraxiaSpeechPatternMining' dataset contains transcribed speech recordings from individuals diagnosed with apraxia of speech, a motor speech disorder that affects the planning and coordination of speech movements. The dataset includes a variety of spoken phrases that were used during speech therapy sessions, aiming to capture the unique speech patterns associated with this disorder. For each recording, metadata such as patient demographics, session date, and therapist notes are also included. The dataset is intended for researchers and developers working on speech recognition and therapeutic applications.
17
-
18
 
19
  **CSV Content Preview:**
20
 
21
  ```
22
-
23
- RecordID,SessionDate,TherapistNotes,SpeechSample,Label
24
-
25
- 001,2023-01-15,"Patient showed difficulty in word initiation.", "I saw two blue cars.", ApraxiaSpeechPattern
26
-
27
- 002,2023-01-16,"Patient exhibited inconsistent speech rate.", "Tomorrow, my birthday.", ApraxiaSpeechPattern
28
-
29
- 003,2023-01-17,"Struggled with multi-syllable words.", "Celebration plans are underway.", ApraxiaSpeechPattern
30
-
31
- 004,2023-01-18,"Difficulty with articulating 'r' and 'l' sounds.", "Large oranges are available.", ApraxiaSpeechPattern
32
-
33
- 005,2023-01-19,"Substitution of phonemes observed.", "We will travel around Europe.", ApraxiaSpeechPattern
34
-
35
  ```
36
 
37
  **Source of the data:**
38
 
39
- 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 'SpeechPatternDisorderData':
40
 
41
- - **Dataset Generation Page**: https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub?q=SpeechPatternDisorderData&dataset=ApraxiaSpeechPatternMining&tags=Apraxia,+Speech+Patterns,+Mining
42
  - **Model**: https://huggingface.co/microsoft/Phi-3-mini-4k-instruct
43
  - **More Datasets**: https://huggingface.co/datasets?other=infinite-dataset-hub
 
13
 
14
  **Dataset Description:**
15
 
16
+ The 'ApraxiaSpeechPatternMining' dataset contains transcribed speech recordings from individuals diagnosed with apraxia of speech, a motor speech disorder that affects the planning and coordination of speech movements. The dataset includes a variety of spoken phrases and sentences that are representative of the speech patterns commonly observed in apraxia. Each transcript is paired with a label indicating the type of apraxia (e.g., 'fluent', 'non-fluent', 'variable', 'developmental') and the severity level (e.g., 'mild', 'moderate', 'severe'). The dataset is intended for use in machine learning models to identify and differentiate speech patterns associated with different types and severities of apraxia.
 
17
 
18
  **CSV Content Preview:**
19
 
20
  ```
21
+ id,speech_transcript,labels
22
+ 1,"The quick brown fox jumps over the lazy dog","non-fluent,mild"
23
+ 2,"A careful analysis of the situation is required for accurate results.","fluent,moderate"
24
+ 3,"Please open the door and wait for further instructions.","variable,severe"
25
+ 4,"Happiness is found in simple things, like a warm cup of coffee.","fluent,mild"
26
+ 5,"The environmental policies must prioritize sustainability.","non-fluent,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=ApraxiaSpeechPatternMining&tags=Apraxia,+Speech+Patterns,+Mining
34
  - **Model**: https://huggingface.co/microsoft/Phi-3-mini-4k-instruct
35
  - **More Datasets**: https://huggingface.co/datasets?other=infinite-dataset-hub