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

thaidv96
/
lead-reliability-scoring

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 thaidv96/lead-reliability-scoring with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use thaidv96/lead-reliability-scoring with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="thaidv96/lead-reliability-scoring")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("thaidv96/lead-reliability-scoring")
    model = AutoModelForSequenceClassification.from_pretrained("thaidv96/lead-reliability-scoring")
  • Notebooks
  • Google Colab
  • Kaggle
lead-reliability-scoring / runs
23.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
thaidv96's picture
thaidv96
End of training
3eed066 almost 4 years ago
  • Jun19_15-44-08_3939e6b4f908
    Training in progress, epoch 1 almost 4 years ago
  • Jun19_15-47-14_3939e6b4f908
    End of training almost 4 years ago