Instructions to use tensorops/whisper-tiny-th with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorops/whisper-tiny-th with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="tensorops/whisper-tiny-th")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("tensorops/whisper-tiny-th") model = AutoModelForSpeechSeq2Seq.from_pretrained("tensorops/whisper-tiny-th") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 2000
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 151097331
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b817dcfc7ed3d3290ba6c09bf45dd56c8da569c91d30356c161bd14a5304733
|
| 3 |
size 151097331
|
runs/Nov16_13-49-10_8eaa9fb94c95/events.out.tfevents.1668606561.8eaa9fb94c95.106.6
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:64c3150f2ce6c809420845fd91627ce36304ae7f27a37c525f478bcd729283d1
|
| 3 |
+
size 17395
|