Views
No views yet
Storage cleanup note (2026-04-14): this repository currently preserves the directory layout and model card only. Checkpoint artifacts were removed from the Hub to reclaim storage and can be re-uploaded later if needed.
| Base Model | Rank Budget | Target Task/Domain | Download Link |
|---|---|---|---|
| [e.g., Llama-2-7b] | [e.g., R=32] | [e.g., Commonsense QA] | [Link] |
| [e.g., Mistral-7B] | [e.g., R=64] | [e.g., Math Reasoning] | [Link] |
1# [TODO: 提供一段你们官方代码库中加载 BASIS 权重的 Python 伪代码或真实代码]
2# Example:
3# from basis import BASISModel
4# model = BASISModel.from_pretrained("Zishan-Shao/BASIS", subfolder="llama-2-7b-r32")