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 724
Browse files
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "maxseats/SungBeom-whisper-small-ko-
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"activation_function": "gelu",
|
| 5 |
"apply_spec_augment": false,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "maxseats/SungBeom-whisper-small-ko-set22",
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"activation_function": "gelu",
|
| 5 |
"apply_spec_augment": false,
|
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:e43368f35d7820c926836437a1dcb58b10e4c7ad6b2660c3775f4717f06535aa
|
| 3 |
size 966995080
|
runs/Jul02_01-17-52_node0/events.out.tfevents.1719965398.node0.356.76
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1644732320924c3cd750dfc0852d6c9c49ea0dc6fc740b2e481fea878ccdd37f
|
| 3 |
+
size 11879
|