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

ChrisZeng
/
twitter-roberta-base-efl-hateval

Text Classification
Transformers
PyTorch
roberta
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use ChrisZeng/twitter-roberta-base-efl-hateval with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ChrisZeng/twitter-roberta-base-efl-hateval with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ChrisZeng/twitter-roberta-base-efl-hateval")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ChrisZeng/twitter-roberta-base-efl-hateval")
    model = AutoModelForSequenceClassification.from_pretrained("ChrisZeng/twitter-roberta-base-efl-hateval")
  • Notebooks
  • Google Colab
  • Kaggle
twitter-roberta-base-efl-hateval / checkpoint-211
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
ChrisZeng's picture
ChrisZeng
Training in progress, epoch 1
8167ca9 about 4 years ago
  • config.json
    952 Bytes
    Training in progress, epoch 1 about 4 years ago
  • merges.txt
    456 kB
    Training in progress, epoch 1 about 4 years ago
  • optimizer.pt
    997 MB
    xet
    Training in progress, epoch 1 about 4 years ago
  • pytorch_model.bin
    499 MB
    xet
    Training in progress, epoch 1 about 4 years ago
  • rng_state.pth
    14.5 kB
    xet
    Training in progress, epoch 1 about 4 years ago
  • scaler.pt
    559 Bytes
    xet
    Training in progress, epoch 1 about 4 years ago
  • scheduler.pt
    623 Bytes
    xet
    Training in progress, epoch 1 about 4 years ago
  • special_tokens_map.json
    239 Bytes
    Training in progress, epoch 1 about 4 years ago
  • tokenizer.json
    2.11 MB
    Training in progress, epoch 1 about 4 years ago
  • tokenizer_config.json
    401 Bytes
    Training in progress, epoch 1 about 4 years ago
  • trainer_state.json
    780 Bytes
    Training in progress, epoch 1 about 4 years ago
  • training_args.bin
    3.12 kB
    xet
    Training in progress, epoch 1 about 4 years ago
  • vocab.json
    798 kB
    Training in progress, epoch 1 about 4 years ago