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

pa-shk
/
postcard_multilabel_classifier

Text Classification
Transformers
PyTorch
TensorBoard
Safetensors
Russian
distilbert
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use pa-shk/postcard_multilabel_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use pa-shk/postcard_multilabel_classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="pa-shk/postcard_multilabel_classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("pa-shk/postcard_multilabel_classifier")
    model = AutoModelForSequenceClassification.from_pretrained("pa-shk/postcard_multilabel_classifier")
  • Notebooks
  • Google Colab
  • Kaggle
postcard_multilabel_classifier
84.5 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 116 commits
pa-shk's picture
pa-shk
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
11d23fc almost 3 years ago
  • runs
    Training in progress, epoch 50 almost 3 years ago
  • .gitattributes
    1.52 kB
    Training in progress, epoch 1 about 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 1 about 3 years ago
  • README.md
    2.06 kB
    Update README.md about 3 years ago
  • config.json
    3.06 kB
    Training in progress, epoch 1 almost 3 years ago
  • model.safetensors
    41.5 MB
    xet
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • pytorch_model.bin
    41.5 MB
    xet
    Training in progress, epoch 50 almost 3 years ago
  • special_tokens_map.json
    125 Bytes
    Training in progress, epoch 1 about 3 years ago
  • tokenizer.json
    882 kB
    Training in progress, epoch 1 about 3 years ago
  • tokenizer_config.json
    401 Bytes
    Training in progress, epoch 1 about 3 years ago
  • training_args.bin
    3.64 kB
    xet
    Training in progress, epoch 1 almost 3 years ago
  • vocab.txt
    382 kB
    xet
    Training in progress, epoch 1 about 3 years ago