Update README.md
Browse files
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 |
+
```
|