Instructions to use Hakureirm/rwkv7-sglang-w4gptq-1.5b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- RWKV
How to use Hakureirm/rwkv7-sglang-w4gptq-1.5b with RWKV:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
| { | |
| "architectures": [ | |
| "RWKV7ForCausalLM" | |
| ], | |
| "model_type": "rwkv7", | |
| "hidden_size": 2048, | |
| "num_hidden_layers": 24, | |
| "head_dim": 64, | |
| "num_heads": 32, | |
| "decay_low_rank_dim": 96, | |
| "a_low_rank_dim": 96, | |
| "v_low_rank_dim": 64, | |
| "gate_low_rank_dim": 256, | |
| "intermediate_size": 8192, | |
| "hidden_ratio": 4.0, | |
| "hidden_act": "sqrelu", | |
| "norm_eps": 1e-05, | |
| "norm_bias": true, | |
| "norm_first": true, | |
| "vocab_size": 65536, | |
| "tie_word_embeddings": false, | |
| "attn": null, | |
| "attn_mode": "chunk", | |
| "bos_token_id": 0, | |
| "eos_token_id": 0, | |
| "use_cache": true, | |
| "torch_dtype": "float32", | |
| "rwkv7_w4_info": { | |
| "quant_method": "rwkv_w4_gptq", | |
| "group_size": 64, | |
| "bits": 4, | |
| "sym": true | |
| } | |
| } |