Instructions to use thisiskeithkwan/cantomed11 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use thisiskeithkwan/cantomed11 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="thisiskeithkwan/cantomed11")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("thisiskeithkwan/cantomed11") model = AutoModelForSpeechSeq2Seq.from_pretrained("thisiskeithkwan/cantomed11") - Notebooks
- Google Colab
- Kaggle
Commit ·
123edb6
1
Parent(s): c2f2510
Training in progress, step 1000
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 3055754969
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:398f09b12278684172438a0d9bd14c76eecca880695c42779c37e6bd99f151f9
|
| 3 |
size 3055754969
|