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

cbrew475
/
mpnet-metric

Text Classification
Transformers
PyTorch
mpnet
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use cbrew475/mpnet-metric with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use cbrew475/mpnet-metric with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="cbrew475/mpnet-metric")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("cbrew475/mpnet-metric")
    model = AutoModelForSequenceClassification.from_pretrained("cbrew475/mpnet-metric", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
mpnet-metric
18.1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 333 commits
cbrew475's picture
cbrew475
Training in progress, step 1600
adc3913 over 4 years ago
  • checkpoint-1000
    Training in progress, step 1600 over 4 years ago
  • checkpoint-1200
    Training in progress, step 1600 over 4 years ago
  • checkpoint-1400
    Training in progress, step 1600 over 4 years ago
  • checkpoint-1600
    Training in progress, step 1600 over 4 years ago
  • checkpoint-200
    Training in progress, step 200 over 4 years ago
  • checkpoint-400
    Training in progress, step 800 over 4 years ago
  • checkpoint-600
    Training in progress, step 800 over 4 years ago
  • checkpoint-800
    Training in progress, step 800 over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • config.json
    3.92 kB
    Training in progress, step 200 over 4 years ago
  • pytorch_model.bin
    441 MB
    xet
    Training in progress, step 1600 over 4 years ago
  • special_tokens_map.json
    239 Bytes
    Training in progress, step 200 over 4 years ago
  • tokenizer.json
    466 kB
    Training in progress, step 200 over 4 years ago
  • tokenizer_config.json
    382 Bytes
    Training in progress, step 200 over 4 years ago
  • training_args.bin
    2.93 kB
    xet
    Training in progress, step 200 over 4 years ago
  • vocab.txt
    232 kB
    Training in progress, step 200 over 4 years ago