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

  • Log In
  • Sign Up

Santarabantoosoo
/
path_bert_undersampling

Text Classification
Transformers
PyTorch
bert
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use Santarabantoosoo/path_bert_undersampling with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Santarabantoosoo/path_bert_undersampling")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Santarabantoosoo/path_bert_undersampling")
    model = AutoModelForSequenceClassification.from_pretrained("Santarabantoosoo/path_bert_undersampling")
  • Notebooks
  • Google Colab
  • Kaggle
path_bert_undersampling
768 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
096dc86 almost 3 years ago
  • .gitattributes
    1.39 kB
    Adding `safetensors` variant of this model almost 3 years ago
  • config.json
    765 Bytes
    add model over 3 years ago
  • model.safetensors
    384 MB
    xet
    Adding `safetensors` variant of this model almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    384 MB
    xet
    add model over 3 years ago