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

  • Log In
  • Sign Up

rrroby
/
insensitive-language-bert

Text Classification
Transformers
Safetensors
English
bert
disability
inclusive-language
academic-writing
Model card Files Files and versions
xet
Community

Instructions to use rrroby/insensitive-language-bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use rrroby/insensitive-language-bert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="rrroby/insensitive-language-bert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("rrroby/insensitive-language-bert")
    model = AutoModelForSequenceClassification.from_pretrained("rrroby/insensitive-language-bert")
  • Notebooks
  • Google Colab
  • Kaggle
insensitive-language-bert
438 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
rrroby's picture
rrroby
Update README.md
132930a verified 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    2.44 kB
    Update README.md 10 months ago
  • config.json
    727 Bytes
    Uploaded all model files 10 months ago
  • model.safetensors
    438 MB
    xet
    Uploaded all model files 10 months ago
  • special_tokens_map.json
    125 Bytes
    Uploaded all model files 10 months ago
  • tokenizer_config.json
    1.27 kB
    Uploaded all model files 10 months ago
  • vocab.txt
    232 kB
    Uploaded all model files 10 months ago