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

mkzero
/
FastDecider-149M

Text Classification
Transformers
Safetensors
English
Chinese
modernbert
reranker
cross-encoder
agent
decision-making
zero-shot-classification
fast-decider
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use mkzero/FastDecider-149M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mkzero/FastDecider-149M with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="mkzero/FastDecider-149M")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("mkzero/FastDecider-149M")
    model = AutoModelForSequenceClassification.from_pretrained("mkzero/FastDecider-149M", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
FastDecider-149M
304 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
mkzero's picture
mkzero
docs: sync README with official GitHub repo https://github.com/mkeco/fast-decider-149m
d194699 verified 2 days ago
  • .gitattributes
    1.58 kB
    internal: sync bundle 2 days ago
  • README.md
    6.11 kB
    docs: sync README with official GitHub repo https://github.com/mkeco/fast-decider-149m 2 days ago
  • config.json
    2 kB
    Release v1.3.0: FastDecider-149M weights, tokenizer, and model card 2 days ago
  • fast_decider.bundle
    1.62 MB
    xet
    internal: sync bundle 2 days ago
  • model.safetensors
    299 MB
    xet
    Release v1.3.0: FastDecider-149M weights, tokenizer, and model card 2 days ago
  • model_card.json
    2.17 kB
    Release v1.3.0: FastDecider-149M weights, tokenizer, and model card 2 days ago
  • tokenizer.json
    3.58 MB
    Release v1.3.0: FastDecider-149M weights, tokenizer, and model card 2 days ago
  • tokenizer_config.json
    570 Bytes
    Release v1.3.0: FastDecider-149M weights, tokenizer, and model card 2 days ago