Instructions to use Waynehillsdev/Waynehills-STT-doogie-server with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Waynehillsdev/Waynehills-STT-doogie-server with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Waynehillsdev/Waynehills-STT-doogie-server")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("Waynehillsdev/Waynehills-STT-doogie-server") model = AutoModelForCTC.from_pretrained("Waynehillsdev/Waynehills-STT-doogie-server") - Notebooks
- Google Colab
- Kaggle
add model
Browse files
pytorch_model.bin
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:e546cee85149ed26e90db05b482902bd84a18d09abca588b824dd1080086a8fa
|
| 3 |
+
size 1265521649
|
runs/Jan04_10-49-01_1eba5f1014fe/events.out.tfevents.1641261383.1eba5f1014fe.1474582.0
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:8b864ae1d4e41b1f1cf9ebe32293b2054408cff1768cfaa7b8bb29749b021d40
|
| 3 |
+
size 20512
|