Instructions to use maxseats/tmp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use maxseats/tmp with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="maxseats/tmp")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("maxseats/tmp") model = AutoModelForSpeechSeq2Seq.from_pretrained("maxseats/tmp") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 6
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:a477584e2a8b0564c66de653df80e49ee19d0777eab1e7b0f2a8249f120169dc
|
| 3 |
size 966995080
|
runs/Jul01_14-06-21_node0/events.out.tfevents.1719810654.node0.32402.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:900f96792a4b525a84f5d7a8b2a976af0595f3c55fb14d86f9a34c5e2e840fdd
|
| 3 |
+
size 5984
|