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

  • Log In
  • Sign Up

Yousefmd
/
feedback-classification

Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
3

Instructions to use Yousefmd/feedback-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Yousefmd/feedback-classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Yousefmd/feedback-classification")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Yousefmd/feedback-classification")
    model = AutoModelForSequenceClassification.from_pretrained("Yousefmd/feedback-classification")
  • Notebooks
  • Google Colab
  • Kaggle
feedback-classification / runs
22.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
Yousefmd's picture
Yousefmd
End of training
14098df almost 3 years ago
  • Jun11_09-18-28_c5400f7c9fdc
    Training in progress, epoch 1 almost 3 years ago
  • Jun11_09-22-26_c5400f7c9fdc
    Model save almost 3 years ago
  • Jun11_17-41-21_35ea9e197b6c
    End of training almost 3 years ago
  • Jun11_17-56-53_35ea9e197b6c
    End of training almost 3 years ago