Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

bowipawan
/
bert-sentimental

Text Classification
Transformers
PyTorch
TensorBoard
distilbert
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use bowipawan/bert-sentimental with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use bowipawan/bert-sentimental with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="bowipawan/bert-sentimental")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("bowipawan/bert-sentimental")
    model = AutoModelForSequenceClassification.from_pretrained("bowipawan/bert-sentimental")
  • Notebooks
  • Google Colab
  • Kaggle
bert-sentimental / logs
13.2 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
Wipawan T
first commit
332014f over 4 years ago
  • 1636287738.1135693
    first commit over 4 years ago
  • events.out.tfevents.1636287738.d51aaaa59f4e.4859.0
    8.32 kB
    xet
    first commit over 4 years ago
  • events.out.tfevents.1636288395.d51aaaa59f4e.4859.2
    311 Bytes
    xet
    first commit over 4 years ago