Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

tjkeay
/
Distilbert_Steam_Sentiment_Small

Text Classification
Transformers
Safetensors
English
distilbert
steam
video games
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use tjkeay/Distilbert_Steam_Sentiment_Small with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="tjkeay/Distilbert_Steam_Sentiment_Small")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("tjkeay/Distilbert_Steam_Sentiment_Small")
    model = AutoModelForSequenceClassification.from_pretrained("tjkeay/Distilbert_Steam_Sentiment_Small")
  • Notebooks
  • Google Colab
  • Kaggle
Distilbert_Steam_Sentiment_Small
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
tjkeay's picture
tjkeay
Update README.md
30ed6ca verified 2 days ago
  • .gitattributes
    1.52 kB
    initial commit 2 days ago
  • README.md
    4.27 kB
    Update README.md 2 days ago
  • config.json
    663 Bytes
    Upload DistilBertForSequenceClassification 2 days ago
  • model.safetensors
    268 MB
    xet
    Upload DistilBertForSequenceClassification 2 days ago
  • tokenizer.json
    711 kB
    Upload tokenizer 2 days ago
  • tokenizer_config.json
    351 Bytes
    Upload tokenizer 2 days ago