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

barca-boy
/
sent_analysis_bert_simple

Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use barca-boy/sent_analysis_bert_simple with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use barca-boy/sent_analysis_bert_simple with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="barca-boy/sent_analysis_bert_simple")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("barca-boy/sent_analysis_bert_simple")
    model = AutoModelForSequenceClassification.from_pretrained("barca-boy/sent_analysis_bert_simple")
  • Notebooks
  • Google Colab
  • Kaggle
sent_analysis_bert_simple / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
barca-boy's picture
barca-boy
End of training
72ae22f verified almost 2 years ago
  • Jul28_12-35-13_jupitor
    End of training almost 2 years ago
  • Jul28_12-43-18_jupitor
    End of training almost 2 years ago
  • Jul28_12-45-44_jupitor
    End of training almost 2 years ago
  • Jul28_13-10-58_jupitor
    End of training almost 2 years ago