Instructions to use kiritan/iteboshi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kiritan/iteboshi with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="kiritan/iteboshi")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("kiritan/iteboshi") model = AutoModelForSpeechSeq2Seq.from_pretrained("kiritan/iteboshi", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 1000
Browse files- model.safetensors +1 -1
- training_args.bin +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 223144592
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c860a83fb5b9f69118a6d8d4b59a20a11f110515ffcdbc5cd3807e7b1b14b397
|
| 3 |
size 223144592
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5560
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f8fe144e7bbecfefafbc5f7ba6e25af714f15b9643283e39c2a95c6ef7dcd775
|
| 3 |
size 5560
|