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

  • Log In
  • Sign Up

STGI
/
results

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

  • Libraries
  • Transformers

    How to use STGI/results with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="STGI/results")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("STGI/results")
    model = AutoModelForSequenceClassification.from_pretrained("STGI/results")
  • Notebooks
  • Google Colab
  • Kaggle
results / runs
9.66 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
STGI's picture
STGI
soheil.hosseini78@gmail.com/sentiment-analysis-imdb-finetuned
668d2f8 verified about 1 year ago
  • Apr23_18-04-05_0aa0bbe99bc8
    soheil.hosseini78@gmail.com/sentiment-analysis-imdb-finetuned about 1 year ago
  • Apr23_18-16-28_0aa0bbe99bc8
    soheil.hosseini78@gmail.com/sentiment-analysis-imdb-finetuned about 1 year ago