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

mtyrrell
/
CPU_Mitigation_Classifier

Text Classification
Transformers
PyTorch
TensorBoard
mpnet
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
3

Instructions to use mtyrrell/CPU_Mitigation_Classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mtyrrell/CPU_Mitigation_Classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="mtyrrell/CPU_Mitigation_Classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("mtyrrell/CPU_Mitigation_Classifier")
    model = AutoModelForSequenceClassification.from_pretrained("mtyrrell/CPU_Mitigation_Classifier")
  • Notebooks
  • Google Colab
  • Kaggle
CPU_Mitigation_Classifier
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 17 commits
mtyrrell's picture
mtyrrell
Update README.md
7acf6d2 almost 3 years ago
  • 1_Pooling
    Add SetFit model almost 3 years ago
  • runs
    End of training almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • .gitignore
    13 Bytes
    End of training almost 3 years ago
  • README.md
    13.3 kB
    Update README.md almost 3 years ago
  • config.json
    1.78 kB
    Update config.json almost 3 years ago
  • config_sentence_transformers.json
    116 Bytes
    Add SetFit model almost 3 years ago
  • model_head.pkl
    50.7 kB
    xet
    Add SetFit model almost 3 years ago
  • modules.json
    349 Bytes
    Add SetFit model almost 3 years ago
  • pytorch_model.bin
    438 MB
    xet
    End of training almost 3 years ago
  • sentence_bert_config.json
    53 Bytes
    Add SetFit model almost 3 years ago
  • special_tokens_map.json
    280 Bytes
    Add SetFit model almost 3 years ago
  • tokenizer.json
    711 kB
    End of training almost 3 years ago
  • tokenizer_config.json
    405 Bytes
    End of training almost 3 years ago
  • training_args.bin
    4.03 kB
    xet
    End of training almost 3 years ago
  • vocab.txt
    232 kB
    Add SetFit model almost 3 years ago