Instructions to use pandalla/ChatLaw2-MoE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pandalla/ChatLaw2-MoE with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="pandalla/ChatLaw2-MoE", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("pandalla/ChatLaw2-MoE", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
关于MOE模型下载
#1
by FrozenShy13 - opened
您好,很抱歉打扰到您。我想请问一下关于MOE的模型文件去哪里下载呢?我看plain模型是四个模型文件,MOE里面是10个文件的编号组成,对于此我有些疑惑