Delete audio2text/init_model.py
Browse files- audio2text/init_model.py +0 -8
audio2text/init_model.py
DELETED
@@ -1,8 +0,0 @@
|
|
1 |
-
from transformers import WhisperProcessor, WhisperForConditionalGeneration
|
2 |
-
|
3 |
-
# ArticMonkey:19.03.24:1700 example of version name in plaintext will be convert into hex using this site -> https://magictool.ai/tool/text-to-hex-converter/
|
4 |
-
# Here ArticMonkey is name of version and rest of all is data and time
|
5 |
-
|
6 |
-
checkpoint = "openai/whisper-base"
|
7 |
-
processor = WhisperProcessor.from_pretrained(checkpoint)
|
8 |
-
model = WhisperForConditionalGeneration.from_pretrained(checkpoint)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|