kimi-k2.75-code / README.md
freakyskittle's picture
Add README.md with Modified MIT license details
f6ce165 verified
|
Raw
History Blame Contribute Delete
1.84 kB
---
license: other
base_model:
- moonshotai/Kimi-K2.7-Code
- moonshotai/Kimi-K2.6
tags:
- merge
- kimi
- deepseek-v3
- moe
- safetensors
- experimental
library_name: transformers
pipeline_tag: text-generation
---
# Kimi K2.75 Code — experimental merge
This repository contains an **experimental merged checkpoint** derived from:
- `moonshotai/Kimi-K2.7-Code`
- `moonshotai/Kimi-K2.6`
The merge used a custom shard-wise SLERP blend after `mergekit` could not handle the Kimi expert shape tensors.
## Merge recipe
- Attention tensors: `t = 0.3`
- MLP / expert tensors: `t = 0.5`
- Other tensors: `t = 0.4`
- Initial merged checkpoint size before pruning: about `555G`
## Pruning / compaction
The uploaded safetensors are the compacted pruned checkpoint:
- SnapPrune deep / REAP-style expert pruning
- Prune ratio: `0.3`
- Routed experts compacted from sparse original expert ids to dense expert ids
- Final routed experts per MoE layer: `268`
- Safetensors checkpoint size: about `394G`
## License
This checkpoint follows the Modified MIT License from Moonshot AI. See [`LICENSE`](./LICENSE).
Commercial attribution requirement: if the Software or derivative works are used for commercial products or services with more than 100 million monthly active users, or more than 20 million US dollars (or equivalent in other currencies) in monthly revenue, you must prominently display `Kimi K2.7 Code` on the user interface of such product or service.
## Status
This model is **not fully evaluated yet**. Treat it as a research artifact.
At upload time:
- Merge completed successfully.
- Pruning completed successfully.
- Safetensors compaction completed successfully.
- GGUF conversion / quantization / smoke testing may still be in progress.
Use at your own risk and validate quality before production use.