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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Cameron
/
BERT-jigsaw-identityhate

Text Classification
Transformers
PyTorch
JAX
bert
Model card Files Files and versions
xet
Community
1

Instructions to use Cameron/BERT-jigsaw-identityhate with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Cameron/BERT-jigsaw-identityhate with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Cameron/BERT-jigsaw-identityhate")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Cameron/BERT-jigsaw-identityhate")
    model = AutoModelForSequenceClassification.from_pretrained("Cameron/BERT-jigsaw-identityhate", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
BERT-jigsaw-identityhate
1.73 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
patrickvonplaten's picture
patrickvonplaten
upload flax model
f4e3415 about 5 years ago
  • .gitattributes
    736 Bytes
    allow flax about 5 years ago
  • config.json
    617 Bytes
    add trained model files over 5 years ago
  • flax_model.msgpack
    433 MB
    xet
    upload flax model about 5 years ago
  • optimizer.pt
    867 MB
    xet
    add trained model files over 5 years ago
  • pytorch_model.bin
    433 MB
    xet
    add trained model files over 5 years ago
  • scheduler.pt
    623 Bytes
    xet
    add trained model files over 5 years ago
  • special_tokens_map.json
    112 Bytes
    add trained model files over 5 years ago
  • tokenizer_config.json
    284 Bytes
    add trained model files over 5 years ago
  • trainer_state.json
    30.2 kB
    add trained model files over 5 years ago
  • training_args.bin
    2.35 kB
    xet
    add trained model files over 5 years ago
  • vocab.txt
    213 kB
    add trained model files over 5 years ago