MahmoudAshraf commited on
Commit
85707c9
1 Parent(s): 4b84049

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -162,6 +162,11 @@ license: cc-by-nc-4.0
162
  tags:
163
  - mms
164
  - wav2vec2
 
 
 
 
 
165
  ---
166
 
167
  # Forced Alignment with Hugging Face CTC Models
@@ -226,4 +231,4 @@ segments, scores, blank_id = get_alignments(
226
  spans = get_spans(tokens_starred, segments, alignment_tokenizer.decode(blank_id))
227
 
228
  word_timestamps = postprocess_results(text_starred, spans, stride, scores)
229
- ```
 
162
  tags:
163
  - mms
164
  - wav2vec2
165
+ - audio
166
+ - voice
167
+ - speech
168
+ - forced-alignment
169
+ pipeline_tag: automatic-speech-recognition
170
  ---
171
 
172
  # Forced Alignment with Hugging Face CTC Models
 
231
  spans = get_spans(tokens_starred, segments, alignment_tokenizer.decode(blank_id))
232
 
233
  word_timestamps = postprocess_results(text_starred, spans, stride, scores)
234
+ ```