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 767
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-set29",
|
| 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:24dc61c084ab86bb30893ecc31b73dd5a5ba6a40da98f064344c72c1834a3b18
|
| 3 |
size 966995080
|
runs/Jul02_01-17-52_node0/events.out.tfevents.1720018068.node0.356.90
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c78c88184346e5ba741c68f26ff3bd4c980fcc73058dff7ac86bca02b6d9d46b
|
| 3 |
+
size 12301
|