Audio-Text-to-Text
Transformers
Safetensors
English
Korean
fastslm
feature-extraction
audio
text-generation
custom_code
Eval Results
Instructions to use okestro-ai-lab/FastSLM-ASR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use okestro-ai-lab/FastSLM-ASR with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("okestro-ai-lab/FastSLM-ASR", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -98,7 +98,7 @@
|
|
| 98 |
"low_resource": false,
|
| 99 |
"model_type": "fastslm",
|
| 100 |
"auto_map": {
|
| 101 |
-
"AutoConfig": "configuration_fastslm.
|
| 102 |
"AutoModel": "modeling_fastslm.FastSLMForConditionalGeneration",
|
| 103 |
"AutoModelForCausalLM": "modeling_fastslm.FastSLMForConditionalGeneration"
|
| 104 |
},
|
|
|
|
| 98 |
"low_resource": false,
|
| 99 |
"model_type": "fastslm",
|
| 100 |
"auto_map": {
|
| 101 |
+
"AutoConfig": "configuration_fastslm.FastSLMConfig",
|
| 102 |
"AutoModel": "modeling_fastslm.FastSLMForConditionalGeneration",
|
| 103 |
"AutoModelForCausalLM": "modeling_fastslm.FastSLMForConditionalGeneration"
|
| 104 |
},
|