Skip to content

Commit 49b41ae

Browse files
docs: Add LSE indicator and notes to audio templates (#9323)
1 parent 51f6717 commit 49b41ae

18 files changed

+56
-17
lines changed

docs/source/tags/audio.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ meta_description: Customize Label Studio with the Audio tag for advanced audio a
88

99
The Audio tag plays audio and shows its waveform. Use for audio annotation tasks where you want to label regions of audio, see the waveform, and manipulate audio during annotation.
1010

11+
!!! error Enterprise
12+
If you're managing more complex or high-volume audio labeling projects, Label Studio Enterprise includes an advanced audio transcription interface built to support faster, more precise annotation at scale.
13+
14+
See our new [Multi-Channel Audio Transcription](/templates/react_audio) template and learn more in [Blog - A New Audio Transcription UI for Speed and Quality at Scale](https://humansignal.com/blog/building-a-better-ui-for-audio-transcription-at-scale/).
15+
1116
Use with the following data types: audio
1217

1318
{% insertmd includes/tags/audio.md %}

docs/source/tags/reactcode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can use it to bring an external application that you have already created, o
1414
Importantly, this allows you to continue leveraging Label Studio's annotation management, review workflows, and data export capabilities.
1515

1616
!!! error Enterprise
17-
This tag is only available for Label Studio Enterprise users.
17+
This tag is only available for Label Studio Enterprise users. For more information, see [Programmable & Embeddable Interfaces](https://humansignal.com/programmable-ui/).
1818

1919
## Parameters
2020

docs/source/templates/audio_classification.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ meta_description: Template for classifying audio and intent using Label Studio f
1212

1313
If you want to perform audio classification tasks, such as intent or sentiment classification, you can use this template to listen to an audio file and classify the topic of the clip.
1414

15+
!!! error Enterprise
16+
If you're managing more complex or high-volume audio labeling projects, Label Studio Enterprise includes an advanced audio transcription interface built to support faster, more precise annotation at scale.
17+
18+
See our new [Multi-Channel Audio Transcription](react_audio) template and learn more in [A New Audio Transcription UI for Speed and Quality at Scale](https://humansignal.com/blog/building-a-better-ui-for-audio-transcription-at-scale/) (blog post).
19+
1520
## Interactive Template Preview
1621

1722
<div id="main-preview"></div>

docs/source/templates/audio_regions.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ meta_description: Template for classifying audio regions for segmentation tasks
1212

1313
If you want to perform audio classification tasks on specific segments of audio clips, you can use this template to listen to an audio file and classify the topic of the clip.
1414

15+
!!! error Enterprise
16+
If you're managing more complex or high-volume audio labeling projects, Label Studio Enterprise includes an advanced audio transcription interface built to support faster, more precise annotation at scale.
17+
18+
See our new [Multi-Channel Audio Transcription](react_audio) template and learn more in [A New Audio Transcription UI for Speed and Quality at Scale](https://humansignal.com/blog/building-a-better-ui-for-audio-transcription-at-scale/) (blog post).
19+
1520
## Interactive Template Preview
1621

1722
<div id="main-preview"></div>

docs/source/templates/automatic_speech_recognition_segments.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ meta_description: Template for audio transcription for automatic speech recognit
1212

1313
Listen to an audio file and segment it, then transcribe the contents of each segment in natural language, performing speech recognition using segments.
1414

15+
!!! error Enterprise
16+
If you're managing more complex or high-volume audio labeling projects, Label Studio Enterprise includes an advanced audio transcription interface built to support faster, more precise annotation at scale.
17+
18+
See our new [Multi-Channel Audio Transcription](react_audio) template and learn more in [A New Audio Transcription UI for Speed and Quality at Scale](https://humansignal.com/blog/building-a-better-ui-for-audio-transcription-at-scale/) (blog post).
19+
1520
## Interactive Template Preview
1621

1722
<div id="main-preview"></div>

docs/source/templates/chat_eval.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Fine-tune an Agent without an LLM
2+
title: Fine-tune an Agent without an LLM 🔒
33
type: templates
44
category: Chat
55
cat: Chat

docs/source/templates/chat_llm_eval.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Fine-Tune an Agent with an LLM
2+
title: Fine-Tune an Agent with an LLM 🔒
33
type: templates
44
category: LLM Fine-tuning
55
cat: llm-fine-tuning

docs/source/templates/chat_red_team.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Red-Teaming in Chat
2+
title: Red-Teaming in Chat 🔒
33
type: templates
44
category: Chat
55
cat: Chat

docs/source/templates/chat_rlhf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Evaluate Production Conversations for RLHF
2+
title: Evaluate Production Conversations for RLHF 🔒
33
type: templates
44
category: Chat
55
cat: Chat

docs/source/templates/chatbot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Chatbot Evaluation
2+
title: Chatbot Evaluation 🔒
33
type: templates
44
category: Chat
55
cat: Chat

0 commit comments

Comments
 (0)