Skip to content

Commit 79ba0d1

Browse files
authored
Merge pull request #178346 from ut-karsh/patch-1
CLM limits update
2 parents f7ebf48 + 7f3e235 commit 79ba0d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/Speech-Service/how-to-custom-speech-test-and-train.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This table lists accepted data types, when each data type should be used, and th
4747
| [Audio](#audio-data-for-testing) | Yes<br>Used for visual inspection | 5+ audio files | No | N/A |
4848
| [Audio + Human-labeled transcripts](#audio--human-labeled-transcript-data-for-trainingtesting) | Yes<br>Used to evaluate accuracy | 0.5-5 hours of audio | Yes | 1-20 hours of audio |
4949
| [Plain text](#plain-text-data-for-training) | No | N/a | Yes | 1-200 MB of related text |
50-
| [Structured text](#structured-text-data-for-training-public-preview) (Public Preview) | No | N/a | Yes | Up to 20 classes with up to 2000 items and up to 50,000 training sentences |
50+
| [Structured text](#structured-text-data-for-training-public-preview) (Public Preview) | No | N/a | Yes | Up to 10 classes with up to 4000 items and up to 50,000 training sentences |
5151
| [Pronunciation](#pronunciation-data-for-training) | No | N/a | Yes | 1 KB - 1 MB of pronunciation text |
5252

5353
Files should be grouped by type into a dataset and uploaded as a .zip file. Each dataset can only contain a single data type.
@@ -194,7 +194,7 @@ Here is an example of the markdown format:
194194
```markdown
195195
// This is a comment
196196

197-
// Here are three separate lists of items that can be referenced in an example sentence. You can have up to 20 of these
197+
// Here are three separate lists of items that can be referenced in an example sentence. You can have up to 10 of these
198198
@ list food =
199199
- pizza
200200
- burger

0 commit comments

Comments
 (0)