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

CK42
/
sentiment_analysis_sbcBI

Text Classification
Transformers
PyTorch
google-tensorflow TensorFlow
English
distilbert
exbert
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use CK42/sentiment_analysis_sbcBI with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="CK42/sentiment_analysis_sbcBI")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("CK42/sentiment_analysis_sbcBI")
    model = AutoModelForSequenceClassification.from_pretrained("CK42/sentiment_analysis_sbcBI")
  • Notebooks
  • Google Colab
  • Kaggle
sentiment_analysis_sbcBI
802 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
25874fd over 2 years ago
  • .gitattributes
    1.39 kB
    Adding `safetensors` variant of this model over 2 years ago
  • README.md
    2.34 kB
    Update README.md almost 4 years ago
  • config.json
    972 Bytes
    Upload config.json almost 4 years ago
  • model.safetensors
    268 MB
    xet
    Adding `safetensors` variant of this model over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    268 MB
    xet
    Upload pytorch_model.bin almost 4 years ago
  • special_tokens_map.json
    112 Bytes
    Upload special_tokens_map.json almost 4 years ago
  • tf_model.h5
    266 MB
    xet
    Upload tf_model.h5 almost 4 years ago
  • tokenizer.json
    711 kB
    Upload tokenizer.json almost 4 years ago
  • tokenizer_config.json
    333 Bytes
    Upload tokenizer_config.json almost 4 years ago
  • training_args.bin

    Detected Pickle imports (6)

    • "torch.device",
    • "transformers.training_args.OptimizerNames",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.HubStrategy"

    How to fix it?

    3.06 kB
    xet
    Upload training_args.bin almost 4 years ago
  • vocab.txt
    232 kB
    Upload vocab.txt almost 4 years ago