Instructions to use pius-code/asha_twi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pius-code/asha_twi with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="pius-code/asha_twi")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("pius-code/asha_twi") model = AutoModelForSpeechSeq2Seq.from_pretrained("pius-code/asha_twi", 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 966995080
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2867b4ff4bf9c1c88488ee7f564c72f5eee6ab91f710904a5c4ecc2c31d0dcbe
|
| 3 |
size 966995080
|
runs/Jun14_19-47-51_b85db6b63762/events.out.tfevents.1781466471.b85db6b63762.9004.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab19d89a0271cbf8dc63b899a4f1a6eb49a6d76bd21e4b804f4be53dbbb02a0f
|
| 3 |
+
size 13861
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5329
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f2232c150cfb9fb709569a32276f5f0a5d9cfb839023b460fda37e67f7aa0e0c
|
| 3 |
size 5329
|