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

SharonTudi
/
DIALOGUE_four_model

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

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

  • Libraries
  • Transformers

    How to use SharonTudi/DIALOGUE_four_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="SharonTudi/DIALOGUE_four_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("SharonTudi/DIALOGUE_four_model")
    model = AutoModelForSequenceClassification.from_pretrained("SharonTudi/DIALOGUE_four_model")
  • Notebooks
  • Google Colab
  • Kaggle
DIALOGUE_four_model / runs
53.9 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
SharonTudi's picture
SharonTudi
End of training
a87ae4a verified over 2 years ago
  • Jan13_12-38-34_d96e8237dc3d
    End of training over 2 years ago
  • Jan13_12-39-18_d96e8237dc3d
    End of training over 2 years ago
  • Jan13_12-39-56_d96e8237dc3d
    End of training over 2 years ago
  • Jan13_12-43-26_d96e8237dc3d
    End of training over 2 years ago
  • Jan13_12-49-39_d96e8237dc3d
    End of training over 2 years ago
  • Jan16_10-40-30_745092e66db7
    End of training over 2 years ago