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

  • Log In
  • Sign Up

crcb
/
hateval_re

Text Classification
Transformers
PyTorch
English
bert
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use crcb/hateval_re with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="crcb/hateval_re")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("crcb/hateval_re")
    model = AutoModelForSequenceClassification.from_pretrained("crcb/hateval_re")
  • Notebooks
  • Google Colab
  • Kaggle
hateval_re
439 MB
Ctrl+K
Ctrl+K
History: 2 commits
system's picture
system HF Staff
Commit From AutoTrain
83fbdc2 about 4 years ago
  • .gitattributes
    1.3 kB
    Commit From AutoTrain about 4 years ago
  • README.md
    1.17 kB
    Commit From AutoTrain about 4 years ago
  • config.json
    878 Bytes
    Commit From AutoTrain about 4 years ago
  • pytorch_model.bin
    438 MB
    xet
    Commit From AutoTrain about 4 years ago
  • sample_input.pkl

    Detected Pickle imports (3)

    • "torch.storage._load_from_bytes",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    How to fix it?

    3.62 kB
    xet
    Commit From AutoTrain about 4 years ago
  • special_tokens_map.json
    112 Bytes
    Commit From AutoTrain about 4 years ago
  • tokenizer.json
    466 kB
    Commit From AutoTrain about 4 years ago
  • tokenizer_config.json
    313 Bytes
    Commit From AutoTrain about 4 years ago
  • vocab.txt
    232 kB
    Commit From AutoTrain about 4 years ago