Customize mlx-community model card
Browse files
README.md
CHANGED
|
@@ -17,11 +17,14 @@ tags:
|
|
| 17 |
- 4bit
|
| 18 |
---
|
| 19 |
|
| 20 |
-
#
|
| 21 |
|
| 22 |
-
This repository contains an MLX-native 4-bit conversion of
|
| 23 |
|
| 24 |
-
|
|
|
|
|
|
|
|
|
|
| 25 |
|
| 26 |
## Variants
|
| 27 |
|
|
@@ -32,7 +35,8 @@ It is intended for local environmental audio and sound-effect generation with [`
|
|
| 32 |
## Model Details
|
| 33 |
|
| 34 |
- Developed by: AppAutomaton
|
| 35 |
-
- Shared by:
|
|
|
|
| 36 |
- Upstream model: [`OpenMOSS-Team/MOSS-SoundEffect`](https://huggingface.co/OpenMOSS-Team/MOSS-SoundEffect)
|
| 37 |
- Task: text-to-audio and sound-effect generation
|
| 38 |
- Runtime: MLX on Apple Silicon
|
|
@@ -59,12 +63,14 @@ model = MossSoundEffectModel.from_path("mlx-4bit")
|
|
| 59 |
## Notes
|
| 60 |
|
| 61 |
- This repo contains the quantized MLX runtime artifact only.
|
| 62 |
-
- The conversion keeps the original
|
| 63 |
- This is the 4-bit variant, and the published folder layout reflects that in `mlx-4bit/`.
|
|
|
|
| 64 |
|
| 65 |
## Links
|
| 66 |
|
| 67 |
-
-
|
|
|
|
| 68 |
- More examples: [AppAutomaton](https://github.com/appautomaton)
|
| 69 |
|
| 70 |
## License
|
|
|
|
| 17 |
- 4bit
|
| 18 |
---
|
| 19 |
|
| 20 |
+
# MOSS SoundEffect — MLX 4-bit
|
| 21 |
|
| 22 |
+
This repository contains an MLX-native 4-bit conversion of MOSS SoundEffect for local text-to-audio generation on Apple Silicon.
|
| 23 |
|
| 24 |
+
> Note
|
| 25 |
+
> This repo is a community mirror of the canonical MLX conversion maintained by
|
| 26 |
+
> [AppAutomaton](https://github.com/appautomaton) at
|
| 27 |
+
> [`appautomaton/openmoss-sound-effect-mlx`](https://huggingface.co/appautomaton/openmoss-sound-effect-mlx).
|
| 28 |
|
| 29 |
## Variants
|
| 30 |
|
|
|
|
| 35 |
## Model Details
|
| 36 |
|
| 37 |
- Developed by: AppAutomaton
|
| 38 |
+
- Shared by: `mlx-community`
|
| 39 |
+
- Original MLX repo: [`appautomaton/openmoss-sound-effect-mlx`](https://huggingface.co/appautomaton/openmoss-sound-effect-mlx)
|
| 40 |
- Upstream model: [`OpenMOSS-Team/MOSS-SoundEffect`](https://huggingface.co/OpenMOSS-Team/MOSS-SoundEffect)
|
| 41 |
- Task: text-to-audio and sound-effect generation
|
| 42 |
- Runtime: MLX on Apple Silicon
|
|
|
|
| 63 |
## Notes
|
| 64 |
|
| 65 |
- This repo contains the quantized MLX runtime artifact only.
|
| 66 |
+
- The conversion keeps the original SoundEffect architecture and remaps weights explicitly for MLX inference.
|
| 67 |
- This is the 4-bit variant, and the published folder layout reflects that in `mlx-4bit/`.
|
| 68 |
+
- This mirror is a duplicated repo, not an automatically synchronized namespace mirror.
|
| 69 |
|
| 70 |
## Links
|
| 71 |
|
| 72 |
+
- Canonical MLX repo: [`appautomaton/openmoss-sound-effect-mlx`](https://huggingface.co/appautomaton/openmoss-sound-effect-mlx)
|
| 73 |
+
- Source code: [`mlx-speech`](https://github.com/appautomaton/mlx-speech)
|
| 74 |
- More examples: [AppAutomaton](https://github.com/appautomaton)
|
| 75 |
|
| 76 |
## License
|