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

  • Log In
  • Sign Up

boapps
/
kmdb_classification_model

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

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

  • Libraries
  • Transformers

    How to use boapps/kmdb_classification_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="boapps/kmdb_classification_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("boapps/kmdb_classification_model")
    model = AutoModelForSequenceClassification.from_pretrained("boapps/kmdb_classification_model")
  • Notebooks
  • Google Colab
  • Kaggle
kmdb_classification_model
443 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
boapps's picture
boapps
Update README.md
bb912d1 verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.14 kB
    Update README.md over 2 years ago
  • config.json
    740 Bytes
    Upload BertForSequenceClassification over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    443 MB
    xet
    Upload BertForSequenceClassification over 2 years ago