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

  • Log In
  • Sign Up

mtyrrell
/
CPU_Economywide_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_Economywide_Classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mtyrrell/CPU_Economywide_Classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="mtyrrell/CPU_Economywide_Classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("mtyrrell/CPU_Economywide_Classifier")
    model = AutoModelForSequenceClassification.from_pretrained("mtyrrell/CPU_Economywide_Classifier")
  • Notebooks
  • Google Colab
  • Kaggle
CPU_Economywide_Classifier
877 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
c5b4af9 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
    3.62 kB
    Update README.md almost 3 years ago
  • config.json
    810 Bytes
    End of training almost 3 years ago
  • emissions.csv
    756 Bytes
    End of training almost 3 years ago
  • model.safetensors
    438 MB
    xet
    Adding `safetensors` variant of this model almost 3 years ago
  • pytorch_model.bin
    438 MB
    xet
    End of training almost 3 years ago
  • special_tokens_map.json
    280 Bytes
    End of training almost 3 years ago
  • tokenizer.json
    711 kB
    End of training almost 3 years ago
  • tokenizer_config.json
    406 Bytes
    End of training almost 3 years ago
  • training_args.bin
    3.96 kB
    xet
    End of training almost 3 years ago
  • vocab.txt
    232 kB
    End of training almost 3 years ago