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

BenjaminOcampo
/
hatebert_ihc_3_finetuned

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

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

  • Libraries
  • Transformers

    How to use BenjaminOcampo/hatebert_ihc_3_finetuned with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="BenjaminOcampo/hatebert_ihc_3_finetuned")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("BenjaminOcampo/hatebert_ihc_3_finetuned")
    model = AutoModelForSequenceClassification.from_pretrained("BenjaminOcampo/hatebert_ihc_3_finetuned")
  • Notebooks
  • Google Colab
  • Kaggle
hatebert_ihc_3_finetuned
438 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
BenjaminOcampo's picture
BenjaminOcampo
Upload history.json with huggingface_hub
98e409e verified 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    5.17 kB
    Upload BertForSequenceClassification 5 months ago
  • config.json
    684 Bytes
    Upload BertForSequenceClassification 5 months ago
  • history.json
    832 Bytes
    Upload history.json with huggingface_hub 5 months ago
  • model.safetensors
    438 MB
    xet
    Upload BertForSequenceClassification 5 months ago