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

  • Log In
  • Sign Up

coping-emotions
/
roberta-coping-full

Text Classification
Transformers
Safetensors
English
roberta
coping
microaggressions
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use coping-emotions/roberta-coping-full with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use coping-emotions/roberta-coping-full with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="coping-emotions/roberta-coping-full")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("coping-emotions/roberta-coping-full")
    model = AutoModelForSequenceClassification.from_pretrained("coping-emotions/roberta-coping-full")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-coping-full
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
marco-stranisci's picture
marco-stranisci
Update README.md
2458e03 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    534 Bytes
    Update README.md about 1 year ago
  • config.json
    945 Bytes
    Upload RobertaForSequenceClassification almost 2 years ago
  • model.safetensors
    499 MB
    xet
    Upload RobertaForSequenceClassification almost 2 years ago
  • tokenizer.json
    1.36 MB
    Upload 3 files almost 2 years ago
  • tokenizer_config.json
    25 Bytes
    Upload 3 files almost 2 years ago
  • vocab.json
    899 kB
    Upload 3 files almost 2 years ago