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: 2 commits
mtyrrell's picture
mtyrrell
Add SetFit model
98407d2 almost 3 years ago
  • 1_Pooling
    Add SetFit model almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    1.57 kB
    Add SetFit model almost 3 years ago
  • config.json
    655 Bytes
    Add SetFit model almost 3 years ago
  • config_sentence_transformers.json
    116 Bytes
    Add SetFit model almost 3 years ago
  • model_head.pkl

    Detected Pickle imports (7)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.device",
    • "torch._utils._rebuild_parameter",
    • "collections.OrderedDict",
    • "torch.storage._load_from_bytes",
    • "setfit.modeling.SetFitHead",
    • "torch.nn.modules.linear.Linear"

    How to fix it?

    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

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    438 MB
    xet
    Add SetFit model 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
    Add SetFit model almost 3 years ago
  • tokenizer_config.json
    357 Bytes
    Add SetFit model almost 3 years ago
  • vocab.txt
    232 kB
    Add SetFit model almost 3 years ago