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

  • Log In
  • Sign Up

suayptalha
/
MoE-Router-v2

Text Classification
Transformers
Safetensors
distilbert
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use suayptalha/MoE-Router-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use suayptalha/MoE-Router-v2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="suayptalha/MoE-Router-v2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("suayptalha/MoE-Router-v2")
    model = AutoModelForSequenceClassification.from_pretrained("suayptalha/MoE-Router-v2")
  • Notebooks
  • Google Colab
  • Kaggle
MoE-Router-v2
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
suayptalha's picture
suayptalha
Update README.md
28e96bf verified 12 months ago
  • .gitattributes
    1.52 kB
    initial commit 12 months ago
  • README.md
    97 Bytes
    Update README.md 12 months ago
  • config.json
    761 Bytes
    Upload DistilBertForSequenceClassification 12 months ago
  • model.safetensors
    268 MB
    xet
    Upload DistilBertForSequenceClassification 12 months ago
  • special_tokens_map.json
    125 Bytes
    Upload tokenizer 12 months ago
  • tokenizer.json
    712 kB
    Upload tokenizer 12 months ago
  • tokenizer_config.json
    1.23 kB
    Upload tokenizer 12 months ago
  • vocab.txt
    232 kB
    Upload tokenizer 12 months ago