aiola commited on
Commit
7ed1e49
1 Parent(s): 03fb7a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -9,7 +9,6 @@ tags:
9
  - asr
10
  - Automatic Speech Recognition
11
  - Whisper
12
- - Ner
13
  - Named entity recognition
14
  ---
15
 
@@ -79,4 +78,4 @@ transcription = processor.batch_decode(
79
  predicted_ids[:, prompt_ids.shape[0]:], skip_special_tokens=True
80
  )[0]
81
  print(transcription)
82
- ```
 
9
  - asr
10
  - Automatic Speech Recognition
11
  - Whisper
 
12
  - Named entity recognition
13
  ---
14
 
 
78
  predicted_ids[:, prompt_ids.shape[0]:], skip_special_tokens=True
79
  )[0]
80
  print(transcription)
81
+ ```