Instructions to use slprl/slam with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use slprl/slam with Transformers:
# Load model directly from transformers import UnitLM model = UnitLM.from_pretrained("slprl/slam", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,7 @@ license: mit
|
|
| 4 |
datasets:
|
| 5 |
- openslr/librispeech_asr
|
| 6 |
- slprl/sTinyStories2
|
|
|
|
| 7 |
base_model:
|
| 8 |
- Qwen/Qwen2.5-0.5B
|
| 9 |
pipeline_tag: audio-to-audio
|
|
|
|
| 4 |
datasets:
|
| 5 |
- openslr/librispeech_asr
|
| 6 |
- slprl/sTinyStories2
|
| 7 |
+
- slprl/SpokenSwag
|
| 8 |
base_model:
|
| 9 |
- Qwen/Qwen2.5-0.5B
|
| 10 |
pipeline_tag: audio-to-audio
|