Instructions to use Waynehillsdev/waynehills-STT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Waynehillsdev/waynehills-STT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Waynehillsdev/waynehills-STT")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("Waynehillsdev/waynehills-STT") model = AutoModelForCTC.from_pretrained("Waynehillsdev/waynehills-STT", device_map="auto") - Notebooks
- Google Colab
- Kaggle
add model
Browse files
runs/Sep13_13-05-59_35128fd5e801/events.out.tfevents.1663103499.35128fd5e801.52962.2
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:e85e47ce1c97ee1bab2faad3513727ebbca305c68bb2dc05fba59df50532a957
|
| 3 |
+
size 13748
|