kijjjj commited on
Commit
deb384d
·
verified ·
1 Parent(s): 2c3ab12

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -60,6 +60,21 @@ This is a dataset with Russian annotated audio data, split into train for tasks
60
  - **text**: Audio transcription (string).
61
  - **speaker_name**: Speaker identifier (string).
62
  - **audio**: Audio file.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
63
 
64
  ## Usage
65
 
 
60
  - **text**: Audio transcription (string).
61
  - **speaker_name**: Speaker identifier (string).
62
  - **audio**: Audio file.
63
+ - **utterance_pitch_mean**: The average pitch of the speech utterance (float64).
64
+ - **utterance_pitch_std**: The standard deviation of pitch, representing variability in intonation (float64)
65
+ - **snr**: Signal-to-Noise Ratio (float64).
66
+ - **c50**: Clarity index, measures how much of the speech signal energy arrives within the first 50 milliseconds (float64).
67
+ - **speaking_rate**: The speed of speech (string).
68
+ - **phonemes**: The sequence of phonemes in the utterance, typically in phonetic transcription or string form (string).
69
+ - **stoi**: Short-Time Objective Intelligibility, a metric from 0 to 1 estimating how intelligible the speech is to a listener (float64).
70
+ - **si-sdr**: Scale-Invariant Signal-to-Distortion Ratio, measures the fidelity of a separated or enhanced speech signal relative to the original, invariant to signal scale (float64).
71
+ - **pesq**: Perceptual Evaluation of Speech Quality, an objective measure of perceived audio quality (float64).
72
+ - **noise**: A description of the background noise (string).
73
+ - **reverberation**: Describes the amount or type of reverberation (string).
74
+ - **speech_monotony**: A qualitative label of monotony or expressiveness of the speech (string).
75
+ - **sdr_noise**: A textual description of signal-to-noise distortion (string).
76
+ - **pesq_speech_quality**: A qualitative interpretation of the PESQ score (string).
77
+ - **text_description**: A textual description of the speech sample (string).
78
 
79
  ## Usage
80