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

Jackett
/
subject_classifier

Text Classification
Transformers
PyTorch
roberta
text-embeddings-inference
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use Jackett/subject_classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Jackett/subject_classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Jackett/subject_classifier")
    model = AutoModelForSequenceClassification.from_pretrained("Jackett/subject_classifier")
  • Notebooks
  • Google Colab
  • Kaggle
subject_classifier
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
adit94's picture
adit94
Create README.md
e84d02b about 4 years ago
  • .gitattributes
    1.18 kB
    initial commit about 4 years ago
  • README.md
    75 Bytes
    Create README.md about 4 years ago
  • config.json
    927 Bytes
    Uploading files about 4 years ago
  • model_args.json
    2.6 kB
    Uploading files about 4 years ago
  • optimizer.pt

    Detected Pickle imports (3)

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

    What is a pickle import?

    997 MB
    xet
    Uploading files about 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    499 MB
    xet
    Uploading files about 4 years ago
  • scheduler.pt

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    623 Bytes
    xet
    Uploading files about 4 years ago
  • special_tokens_map.json
    239 Bytes
    Uploading files about 4 years ago
  • tokenizer.json
    2.11 MB
    Uploading files about 4 years ago
  • tokenizer_config.json
    373 Bytes
    Uploading files about 4 years ago
  • training_args.bin

    Detected Pickle imports (1)

    • "simpletransformers.config.model_args.ClassificationArgs"

    How to fix it?

    3.12 kB
    xet
    Uploading files about 4 years ago
  • vocab.json
    798 kB
    Uploading files about 4 years ago