Instructions to use Kofi24/ASR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Kofi24/ASR with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Kofi24/ASR")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("Kofi24/ASR") model = AutoModelForCTC.from_pretrained("Kofi24/ASR") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 1000
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 377611120
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e383a3b7fbbb51a1ece3db2c325aca634dd35763fd2ee0657581f7dd375d79f9
|
| 3 |
size 377611120
|
runs/Feb19_12-17-11_c1c322259c2d/events.out.tfevents.1708345036.c1c322259c2d.588.0
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:a6597eb9ef820d854f304b6d4319c945a9ba5c6602edb3472fed0291516b0a0a
|
| 3 |
+
size 15454
|