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

FutureMa
/
game-issue-review-detection

Text Classification
Transformers
Safetensors
English
roberta
task-classification
Model card Files Files and versions
xet
Community

Instructions to use FutureMa/game-issue-review-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use FutureMa/game-issue-review-detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="FutureMa/game-issue-review-detection")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("FutureMa/game-issue-review-detection")
    model = AutoModelForSequenceClassification.from_pretrained("FutureMa/game-issue-review-detection")
  • Notebooks
  • Google Colab
  • Kaggle
game-issue-review-detection
500 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
FutureMa's picture
FutureMa
Update README.md
ddec057 verified 12 months ago
  • .gitattributes
    1.52 kB
    initial commit 12 months ago
  • README.md
    1.94 kB
    Update README.md 12 months ago
  • config.json
    735 Bytes
    Upload 6 files 12 months ago
  • merges.txt
    456 kB
    Upload 6 files 12 months ago
  • model.safetensors
    499 MB
    xet
    Upload 6 files 12 months ago
  • special_tokens_map.json
    958 Bytes
    Upload 6 files 12 months ago
  • tokenizer_config.json
    1.19 kB
    Upload 6 files 12 months ago
  • vocab.json
    999 kB
    Upload 6 files 12 months ago