Instructions to use Gigworks/ASR_id with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Gigworks/ASR_id with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Gigworks/ASR_id")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("Gigworks/ASR_id") model = AutoModelForCTC.from_pretrained("Gigworks/ASR_id", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload flax_model.msgpack with git-lfs
Browse files- flax_model.msgpack +3 -0
flax_model.msgpack
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46a5f28dc921d23559b268be8708b451ac8206e65a2de60f12a1813c8595a22e
|
| 3 |
+
size 1261885072
|