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

  • Log In
  • Sign Up

vishalk4u
/
liar_binaryclassifier_distilbert_cased

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

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

  • Libraries
  • Transformers

    How to use vishalk4u/liar_binaryclassifier_distilbert_cased with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="vishalk4u/liar_binaryclassifier_distilbert_cased")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("vishalk4u/liar_binaryclassifier_distilbert_cased")
    model = AutoModelForSequenceClassification.from_pretrained("vishalk4u/liar_binaryclassifier_distilbert_cased")
  • Notebooks
  • Google Colab
  • Kaggle
liar_binaryclassifier_distilbert_cased
264 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 58 commits
vishalk4u's picture
vishalk4u
End of training
2e039f5 verified about 2 years ago
  • runs
    Training in progress, epoch 5 about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    1.66 kB
    End of training about 2 years ago
  • config.json
    742 Bytes
    Training in progress, epoch 1 about 2 years ago
  • model.safetensors
    263 MB
    xet
    End of training about 2 years ago
  • special_tokens_map.json
    125 Bytes
    Training in progress, epoch 1 about 2 years ago
  • tokenizer.json
    669 kB
    Training in progress, epoch 1 about 2 years ago
  • tokenizer_config.json
    1.23 kB
    Training in progress, epoch 1 about 2 years ago
  • training_args.bin
    5.05 kB
    xet
    Training in progress, epoch 1 about 2 years ago
  • vocab.txt
    213 kB
    Training in progress, epoch 1 about 2 years ago