Instructions to use GleamEyeBeast/ascend with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use GleamEyeBeast/ascend with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="GleamEyeBeast/ascend")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("GleamEyeBeast/ascend") model = AutoModelForCTC.from_pretrained("GleamEyeBeast/ascend") - Notebooks
- Google Colab
- Kaggle
Commit ·
83fa864
1
Parent(s): 8d2e59e
End of training
Browse files- pytorch_model.bin +1 -1
- training_args.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 1276751921
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09ea2469ee2e5fcb56b860c8209240cafd3c1514f181cb61efb67b7ea8498a4f
|
| 3 |
size 1276751921
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2991
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f51fb3944c9593ca8c53802c79a1944e745b166c9648214d1410913553d64fc4
|
| 3 |
size 2991
|