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

  • 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
J-SUPHA's picture
J-SUPHA
Add id2label and label2id to config file; remove reference_compile (#8)
edb1e8b verified about 1 year ago
  • examples
    README about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    6.47 kB
    Add id2label and label2id to config file; remove reference_compile (#8) about 1 year ago
  • config.json
    1.42 kB
    Add id2label and label2id to config file; remove reference_compile (#8) 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