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

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")
  • Notebooks
  • Google Colab
  • Kaggle
Greg-Sentiment-classifier / runs
367 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 121 commits
gArthur98's picture
gArthur98
End of training
811cf9b almost 3 years ago
  • Jul16_13-26-53_484444fb5cf2
    Training in progress, step 16 almost 3 years ago
  • Jul16_13-36-18_484444fb5cf2
    Training in progress, step 16 almost 3 years ago
  • Jul16_13-41-23_484444fb5cf2
    Training in progress, step 16 almost 3 years ago
  • Jul16_13-47-26_484444fb5cf2
    Training in progress, step 16 almost 3 years ago
  • Jul16_13-49-40_484444fb5cf2
    Training in progress, epoch 1 almost 3 years ago
  • Jul16_14-17-00_484444fb5cf2
    End of training almost 3 years ago
  • Jul16_14-27-19_484444fb5cf2
    Training in progress, epoch 6 almost 3 years ago
  • Jul16_14-42-21_484444fb5cf2
    Training in progress, epoch 12 almost 3 years ago
  • Jul16_19-49-06_aa002f9c73c9
    End of training almost 3 years ago
  • Jul16_20-38-29_aa002f9c73c9
    Training in progress, step 16 almost 3 years ago
  • Jul16_20-59-11_aa002f9c73c9
    Training in progress, step 432 almost 3 years ago
  • Jul16_21-11-57_aa002f9c73c9
    End of training almost 3 years ago