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

  • Log In
  • Sign Up

gianma
/
classifierDomAugmented

Text Classification
Transformers
PyTorch
Safetensors
bert
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use gianma/classifierDomAugmented with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="gianma/classifierDomAugmented")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("gianma/classifierDomAugmented")
    model = AutoModelForSequenceClassification.from_pretrained("gianma/classifierDomAugmented")
  • Notebooks
  • Google Colab
  • Kaggle
classifierDomAugmented
887 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
gianma's picture
gianma
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
1277188 verified over 1 year ago
  • .gitattributes
    1.48 kB
    initial commit almost 3 years ago
  • added_tokens.json
    23 Bytes
    Upload tokenizer almost 3 years ago
  • config.json
    1.72 kB
    Upload BertForSequenceClassification almost 3 years ago
  • model.safetensors
    443 MB
    xet
    Adding `safetensors` variant of this model (#1) over 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    443 MB
    xet
    Upload BertForSequenceClassification almost 3 years ago
  • special_tokens_map.json
    125 Bytes
    Upload tokenizer almost 3 years ago
  • tokenizer.json
    732 kB
    Upload tokenizer almost 3 years ago
  • tokenizer_config.json
    384 Bytes
    Upload tokenizer almost 3 years ago
  • vocab.txt
    243 kB
    Upload tokenizer almost 3 years ago