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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

boronbrown48
/
sentiment_neutral_from_other_v2

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

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

  • Libraries
  • Transformers

    How to use boronbrown48/sentiment_neutral_from_other_v2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="boronbrown48/sentiment_neutral_from_other_v2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("boronbrown48/sentiment_neutral_from_other_v2")
    model = AutoModelForSequenceClassification.from_pretrained("boronbrown48/sentiment_neutral_from_other_v2", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
sentiment_neutral_from_other_v2
423 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
boronbrown48's picture
boronbrown48
First version of the topic-classification model and tokenizer.
99f5b5f over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • config.json
    835 Bytes
    First version of the topic-classification model and tokenizer. over 4 years ago
  • eval.txt
    297 Bytes
    Create eval.txt over 4 years ago
  • pytorch_model.bin
    421 MB
    xet
    First version of the topic-classification model and tokenizer. over 4 years ago
  • sentencepiece.bpe.model
    905 kB
    xet
    First version of the topic-classification model and tokenizer. over 4 years ago
  • special_tokens_map.json
    305 Bytes
    First version of the topic-classification model and tokenizer. over 4 years ago
  • tokenizer.json
    1.38 MB
    First version of the topic-classification model and tokenizer. over 4 years ago
  • tokenizer_config.json
    536 Bytes
    First version of the topic-classification model and tokenizer. over 4 years ago
  • training_args.bin
    2.8 kB
    xet
    First version of the topic-classification model and tokenizer. over 4 years ago