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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
c2f2510
1
Parent(s): a214c67
Training in progress, step 900
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:eaac613b34a116e86d07eade3b0edb0460c5c231619453e634b47cff7b2d6ca8
|
| 3 |
size 3055754969
|