Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,18 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model:
|
4 |
+
- openai/whisper-large-v3-turbo
|
5 |
+
pipeline_tag: automatic-speech-recognition
|
6 |
+
library_name: transformers
|
7 |
+
tags:
|
8 |
+
- asr
|
9 |
+
- experimental
|
10 |
+
- openai
|
11 |
+
- sin2pi
|
12 |
+
- attention
|
13 |
+
- givens
|
14 |
+
- rope
|
15 |
+
---
|
16 |
+
Openais original implimentation of their Whisper model integrated with HF trainer and datasets. Experiment with openais original version without the need for openai to HF conversion. Ready to go script just install dependencies.
|
17 |
+
|
18 |
+
The second notebook is my asr model. For anyone interested in experimenting with attention embeddings and self-tuning.
|