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