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

gArthur98
/
Greg-Sentiment-classifier

Text Classification
Transformers
PyTorch
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
3

Instructions to use gArthur98/Greg-Sentiment-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use gArthur98/Greg-Sentiment-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="gArthur98/Greg-Sentiment-classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("gArthur98/Greg-Sentiment-classifier")
    model = AutoModelForSequenceClassification.from_pretrained("gArthur98/Greg-Sentiment-classifier", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Greg-Sentiment-classifier / runs /Jul16_19-49-06_aa002f9c73c9
67 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 13 commits
gArthur98's picture
gArthur98
End of training
7ca9732 about 3 years ago
  • events.out.tfevents.1689537010.aa002f9c73c9.4862.0
    67 kB
    xet
    End of training about 3 years ago