Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

eulogik
/
fugusashi-router

Text Classification
Transformers
Safetensors
modernbert
fugusashi
model-router
eulogik
llm-routing
classifier
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use eulogik/fugusashi-router with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use eulogik/fugusashi-router with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="eulogik/fugusashi-router")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("eulogik/fugusashi-router")
    model = AutoModelForSequenceClassification.from_pretrained("eulogik/fugusashi-router", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
fugusashi-router
602 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
GautamKishore's picture
GautamKishore
v1.3.0: update model card with training results
46fe1d7 verified 17 days ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    760 Bytes
    v1.3.0: update model card with training results 17 days ago
  • cmaes_weights.json
    19.5 kB
    CMAES weights (gen=30, fitness=0.240) about 1 month ago
  • config.json
    1.43 kB
    v1.3.0: ModernBERT router trained on 224 seed examples (80% accuracy) 17 days ago
  • model.safetensors
    598 MB
    xet
    v1.3.0: ModernBERT router trained on 224 seed examples (80% accuracy) 17 days ago
  • model_names.json
    98 Bytes
    v1.3.0: ModernBERT router trained on 224 seed examples (80% accuracy) 17 days ago
  • special_tokens_map.json
    694 Bytes
    v1.3.0: ModernBERT router trained on 224 seed examples (80% accuracy) 17 days ago
  • tokenizer.json
    3.58 MB
    v1.3.0: ModernBERT router trained on 224 seed examples (80% accuracy) 17 days ago
  • tokenizer_config.json
    20.8 kB
    v1.3.0: ModernBERT router trained on 224 seed examples (80% accuracy) 17 days ago