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

  • Log In
  • Sign Up

jin05102518
/
Hate_classification

Text Classification
Transformers
Safetensors
gpt_neox
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use jin05102518/Hate_classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="jin05102518/Hate_classification")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("jin05102518/Hate_classification")
    model = AutoModelForSequenceClassification.from_pretrained("jin05102518/Hate_classification")
  • Notebooks
  • Google Colab
  • Kaggle
Hate_classification
2.54 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
jin05102518's picture
jin05102518
Upload folder using huggingface_hub
528c558 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • config.json
    716 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • model.safetensors
    2.54 GB
    xet
    Upload folder using huggingface_hub over 2 years ago
  • special_tokens_map.json
    185 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • tokenizer.json
    1.65 MB
    Upload folder using huggingface_hub over 2 years ago
  • tokenizer_config.json
    1.56 kB
    Upload folder using huggingface_hub over 2 years ago