Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

alexchen4ai
/
moe_expert

Feature Extraction
Transformers
Safetensors
qwen3_moe
Model card Files Files and versions
xet
Community

Instructions to use alexchen4ai/moe_expert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use alexchen4ai/moe_expert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="alexchen4ai/moe_expert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("alexchen4ai/moe_expert")
    model = AutoModel.from_pretrained("alexchen4ai/moe_expert")
  • Notebooks
  • Google Colab
  • Kaggle
moe_expert
2.42 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
alexchen4ai's picture
alexchen4ai
Upload model
cfcdc21 verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    5.17 kB
    Upload model 4 months ago
  • config.json
    270 Bytes
    Upload model 4 months ago
  • model.safetensors
    2.42 GB
    xet
    Upload model 4 months ago