Instructions to use Mohsen21/ASR_MODEL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Mohsen21/ASR_MODEL with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="Mohsen21/ASR_MODEL")# Load model directly from transformers import AutoProcessor, AutoModelForTextToSpectrogram processor = AutoProcessor.from_pretrained("Mohsen21/ASR_MODEL") model = AutoModelForTextToSpectrogram.from_pretrained("Mohsen21/ASR_MODEL", device_map="auto") - 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 577789320
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2b355bb614f34daf5279d4cd8ec1fdeeb39af81cf9b7fe70267de289b683d471
|
| 3 |
size 577789320
|
runs/Sep25_09-12-36_c727ba271b02/events.out.tfevents.1727255559.c727ba271b02.8667.1
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:22e9196b8aafda216964835351fc4fd28a20e019c6ff7f1414a8816a2e8a5f10
|
| 3 |
+
size 18021
|