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

nizarh1999
/
final_classifications

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

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

  • Libraries
  • Transformers

    How to use nizarh1999/final_classifications with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="nizarh1999/final_classifications")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("nizarh1999/final_classifications")
    model = AutoModelForSequenceClassification.from_pretrained("nizarh1999/final_classifications")
  • Notebooks
  • Google Colab
  • Kaggle
final_classifications / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
nizarh1999's picture
nizarh1999
Training in progress, epoch 6
125e774 verified about 2 years ago
  • Apr30_23-08-53_c5e21be8c20b
    Training in progress, epoch 6 about 2 years ago