eugenehp commited on
Commit
717480c
·
verified ·
1 Parent(s): 69db56e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +17 -10
README.md CHANGED
@@ -13,21 +13,28 @@ tags:
13
 
14
  Maya1 speech LM GGUF + tokenizer for RLX (needs SNAC separately).
15
 
16
- **Kind:** Staging redistrib of an upstream checkpoint for RLX runners.
 
 
 
 
 
17
 
18
- **Suggested Hub repo:** `eugenehp/maya1`
19
 
20
- **Upstream:** https://huggingface.co/mradermacher/maya1-GGUF
21
-
22
- **RLX crate:** [`rlx-maya1`](https://github.com/MIT-RLX/rlx-models/tree/main/crates/rlx-maya1)
 
23
 
24
- ## Contents
25
 
26
- Weight tensors and configs in this directory (see file listing on the Hub).
 
27
 
28
  ## Run with RLX
29
 
30
- From [rlx-models](https://github.com/MIT-RLX/rlx-models) with this directory as the model path:
31
 
32
  ```bash
33
  cargo run -p rlx-maya1 --release -- --weights maya1.Q4_K_M.gguf
@@ -39,6 +46,6 @@ Apache License 2.0 — see `LICENSE`. Inherit upstream terms when redistributing
39
 
40
  Original weights and authorship: https://huggingface.co/mradermacher/maya1-GGUF
41
 
42
- ## Staging note
43
 
44
- Prepared from the local `weights/` tree in [rlx-models](https://github.com/MIT-RLX/rlx-models) for a future standalone Hub upload. Prefer fetching upstream when this is only a redistrib.
 
13
 
14
  Maya1 speech LM GGUF + tokenizer for RLX (needs SNAC separately).
15
 
16
+ | Field | Value |
17
+ |---|---|
18
+ | **Hub id** | [`eugenehp/maya1`](https://huggingface.co/eugenehp/maya1) |
19
+ | **Kind** | Staging redistrib of an upstream checkpoint for RLX runners. |
20
+ | **RLX crate** | [`rlx-maya1`](https://github.com/MIT-RLX/rlx-models/tree/main/crates/rlx-maya1) |
21
+ | **Upstream** | https://huggingface.co/mradermacher/maya1-GGUF |
22
 
23
+ ## Quick start
24
 
25
+ ```bash
26
+ hf download eugenehp/maya1 --local-dir .
27
+ cargo run -p rlx-maya1 --release -- --weights maya1.Q4_K_M.gguf
28
+ ```
29
 
30
+ ## File highlights
31
 
32
+ - `maya1.Q4_K_M.gguf` (1.9 GiB)
33
+ - `tokenizer.json` (21.8 MiB)
34
 
35
  ## Run with RLX
36
 
37
+ Clone [rlx-models](https://github.com/MIT-RLX/rlx-models), place this repo under `weights/tts/maya1` (or pass the path explicitly), then:
38
 
39
  ```bash
40
  cargo run -p rlx-maya1 --release -- --weights maya1.Q4_K_M.gguf
 
46
 
47
  Original weights and authorship: https://huggingface.co/mradermacher/maya1-GGUF
48
 
49
+ ## Redistrib note
50
 
51
+ This Hub repo exists so RLX recipes have a stable fetch target. When you only need the upstream checkpoint, prefer the Upstream link above.