Instructions to use smcproject/Malwhisper-v1-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use smcproject/Malwhisper-v1-small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="smcproject/Malwhisper-v1-small")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("smcproject/Malwhisper-v1-small") model = AutoModelForSpeechSeq2Seq.from_pretrained("smcproject/Malwhisper-v1-small") - Notebooks
- Google Colab
- Kaggle
Commit ·
22f61bb
1
Parent(s): 246a6bf
Training in progress, step 3500
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 967102729
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:864a4a2eb1493a177f0bfa13aea37dfec70f338435b452479219a6d0f47bc9b8
|
| 3 |
size 967102729
|