Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -30,10 +30,10 @@ with gr.Blocks() as demo:
|
|
30 |
with gr.Column(scale=2):
|
31 |
gr.Markdown(
|
32 |
"""
|
33 |
-
# WhiStress
|
34 |
The WhiStress model allows you to detect important words in your speech.
|
35 |
|
36 |
-
Check out our paper: π [WhiStress](https://arxiv.org/)
|
37 |
|
38 |
## Architecture
|
39 |
The model is built on [Whisper](https://arxiv.org/abs/2212.04356) model,
|
@@ -42,7 +42,7 @@ with gr.Blocks() as demo:
|
|
42 |
WhiStress includes an additional decoder based classifier that predicts the stress label of each transcription token.
|
43 |
|
44 |
## Training Data
|
45 |
-
The model was trained using [TinyStress-15K](https://huggingface.co/datasets/
|
46 |
that is derived from [tinyStories](https://huggingface.co/datasets/roneneldan/TinyStories) dataset.
|
47 |
|
48 |
## Inference Demo
|
|
|
30 |
with gr.Column(scale=2):
|
31 |
gr.Markdown(
|
32 |
"""
|
33 |
+
# ***WhiStress***: Enriching Transcriptions with Sentence Stress Detection
|
34 |
The WhiStress model allows you to detect important words in your speech.
|
35 |
|
36 |
+
Check out our paper: π [***WhiStress***](https://arxiv.org/)
|
37 |
|
38 |
## Architecture
|
39 |
The model is built on [Whisper](https://arxiv.org/abs/2212.04356) model,
|
|
|
42 |
WhiStress includes an additional decoder based classifier that predicts the stress label of each transcription token.
|
43 |
|
44 |
## Training Data
|
45 |
+
The model was trained using [***TinyStress-15K***](https://huggingface.co/datasets/slprl/TinyStress-15K),
|
46 |
that is derived from [tinyStories](https://huggingface.co/datasets/roneneldan/TinyStories) dataset.
|
47 |
|
48 |
## Inference Demo
|