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

  • Log In
  • Sign Up

Torchborg
/
luke-base-classifier

Text Classification
Transformers
PyTorch
TensorBoard
luke
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use Torchborg/luke-base-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Torchborg/luke-base-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Torchborg/luke-base-classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Torchborg/luke-base-classifier")
    model = AutoModelForSequenceClassification.from_pretrained("Torchborg/luke-base-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
luke-base-classifier / runs
30.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Torchborg's picture
Torchborg
Training in progress, epoch 1
b39da00 over 3 years ago
  • Feb06_00-34-13_DESKTOP-52C975H
    Training in progress, epoch 1 over 3 years ago
  • Feb06_00-38-07_DESKTOP-52C975H
    Training in progress, epoch 1 over 3 years ago
  • Feb06_02-06-20_DESKTOP-52C975H
    Training in progress, epoch 1 over 3 years ago