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

TobennaUdeze
/
text_classification_hw6

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

Instructions to use TobennaUdeze/text_classification_hw6 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use TobennaUdeze/text_classification_hw6 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="TobennaUdeze/text_classification_hw6")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("TobennaUdeze/text_classification_hw6")
    model = AutoModelForSequenceClassification.from_pretrained("TobennaUdeze/text_classification_hw6")
  • Notebooks
  • Google Colab
  • Kaggle
text_classification_hw6 / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
TobennaUdeze's picture
TobennaUdeze
Training in progress, epoch 2
b9b7836 verified about 1 year ago
  • Apr09_15-36-18_f9313ef06390
    Training in progress, epoch 1 about 1 year ago
  • Apr11_20-26-40_ac48dabf77be
    Training in progress, epoch 2 about 1 year ago
  • Apr18_06-02-11_ed6e60b20100
    Training in progress, epoch 1 about 1 year ago
  • Apr18_16-34-48_660c2148a1e3
    Training in progress, epoch 1 about 1 year ago
  • Apr19_18-17-05_21bfbfe78dfe
    Training in progress, epoch 1 about 1 year ago
  • Apr20_23-58-48_706aa1f7d666
    Training in progress, epoch 2 about 1 year ago