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

  • Log In
  • Sign Up

Nav772
/
results

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

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

  • Libraries
  • Transformers

    How to use Nav772/results with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Nav772/results")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Nav772/results")
    model = AutoModelForSequenceClassification.from_pretrained("Nav772/results")
  • Notebooks
  • Google Colab
  • Kaggle
results
268 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Nav772's picture
Nav772
Nav772/distilbert-rotten-tomatoes-sentiment
eee2f5a verified 4 months ago
  • runs
    Nav772/distilbert-rotten-tomatoes-sentiment 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    1.72 kB
    Nav772/distilbert-rotten-tomatoes-sentiment 4 months ago
  • config.json
    563 Bytes
    Nav772/distilbert-rotten-tomatoes-sentiment 4 months ago
  • model.safetensors
    268 MB
    xet
    Nav772/distilbert-rotten-tomatoes-sentiment 4 months ago
  • training_args.bin
    5.84 kB
    xet
    Nav772/distilbert-rotten-tomatoes-sentiment 4 months ago