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

  • Log In
  • Sign Up

Intradiction
/
text_classification_NoLORA

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

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

  • Libraries
  • Transformers

    How to use Intradiction/text_classification_NoLORA with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Intradiction/text_classification_NoLORA")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Intradiction/text_classification_NoLORA")
    model = AutoModelForSequenceClassification.from_pretrained("Intradiction/text_classification_NoLORA")
  • Notebooks
  • Google Colab
  • Kaggle
text_classification_NoLORA / runs
6.19 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Intradiction's picture
Intradiction
Training in progress, epoch 2
00d2461 over 2 years ago
  • Nov28_21-52-51_81dc5cd53c46
    Training in progress, epoch 2 over 2 years ago