Automatic Speech Recognition
Transformers
Safetensors
English
asr_model
feature-extraction
asr
speech-recognition
audio
qwen
glm-asr
custom_code
Instructions to use mazesmazes/tiny-audio-next-multiasr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mazesmazes/tiny-audio-next-multiasr with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="mazesmazes/tiny-audio-next-multiasr", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mazesmazes/tiny-audio-next-multiasr", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress - step 2000
Browse files- .gitattributes +1 -0
- config.json +1 -1
- model.safetensors +1 -1
.gitattributes
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 2 |
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 3 |
tokenizer_config.json -filter -diff -merge text
|
|
|
|
|
|
| 1 |
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 2 |
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 3 |
tokenizer_config.json -filter -diff -merge text
|
| 4 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
config.json
CHANGED
|
@@ -237,7 +237,7 @@
|
|
| 237 |
"eos_token_id": 151645,
|
| 238 |
"freeze_language_model": false,
|
| 239 |
"freeze_projector": false,
|
| 240 |
-
"freeze_text_embed_tokens":
|
| 241 |
"label_smoothing": 0.1,
|
| 242 |
"length_penalty": 1.0,
|
| 243 |
"llm_dim": 1024,
|
|
|
|
| 237 |
"eos_token_id": 151645,
|
| 238 |
"freeze_language_model": false,
|
| 239 |
"freeze_projector": false,
|
| 240 |
+
"freeze_text_embed_tokens": true,
|
| 241 |
"label_smoothing": 0.1,
|
| 242 |
"length_penalty": 1.0,
|
| 243 |
"llm_dim": 1024,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2408324496
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1fca90e83fe3a9b0df211dae20ae404ab99d7a32f0f320a9493c0b7b1734264c
|
| 3 |
size 2408324496
|