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

ashhadahsan
/
amazon-theme-bert-base-finetuned

Text Classification
Transformers
google-tensorflow TensorFlow
TensorBoard
bert
generated_from_keras_callback
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use ashhadahsan/amazon-theme-bert-base-finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ashhadahsan/amazon-theme-bert-base-finetuned with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ashhadahsan/amazon-theme-bert-base-finetuned")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ashhadahsan/amazon-theme-bert-base-finetuned")
    model = AutoModelForSequenceClassification.from_pretrained("ashhadahsan/amazon-theme-bert-base-finetuned")
  • Notebooks
  • Google Colab
  • Kaggle
amazon-theme-bert-base-finetuned / logs /validation
16.1 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 50 commits
ashhadahsan's picture
ashhadahsan
Training in progress epoch 49
debbfe1 almost 3 years ago
  • events.out.tfevents.1692297011.470540468b49.1002.1.v2
    16.1 kB
    xet
    Training in progress epoch 49 almost 3 years ago