Sin2pi commited on
Commit
49a2143
·
verified ·
1 Parent(s): 82a04b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -3
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.