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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

NousResearch
/
Minos-v1

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

Instructions to use NousResearch/Minos-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use NousResearch/Minos-v1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="NousResearch/Minos-v1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("NousResearch/Minos-v1")
    model = AutoModelForSequenceClassification.from_pretrained("NousResearch/Minos-v1")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
Minos-v1
1.59 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 14 commits
PITTI's picture
PITTI
add id2label and label2id to config file
03cc273 verified about 1 year ago
  • examples
    README about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    6.61 kB
    add library tag (#1) about 1 year ago
  • config.json
    1.45 kB
    add id2label and label2id to config file about 1 year ago
  • model.safetensors
    1.58 GB
    xet
    Fix corrupted model.safetensors file about 1 year ago
  • special_tokens_map.json
    694 Bytes
    Upload 5 files about 1 year ago
  • tokenizer.json
    3.58 MB
    Upload 5 files about 1 year ago
  • tokenizer_config.json
    20.8 kB
    Upload 5 files about 1 year ago