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

  • Log In
  • Sign Up

coping-emotions
/
bert-coping-full

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

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="coping-emotions/bert-coping-full")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("coping-emotions/bert-coping-full")
    model = AutoModelForSequenceClassification.from_pretrained("coping-emotions/bert-coping-full")
  • Notebooks
  • Google Colab
  • Kaggle
bert-coping-full
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
marco-stranisci's picture
marco-stranisci
Update README.md
0c11c99 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    551 Bytes
    Update README.md about 1 year ago
  • config.json
    928 Bytes
    Upload BertForSequenceClassification almost 2 years ago
  • model.safetensors
    438 MB
    xet
    Upload BertForSequenceClassification almost 2 years ago
  • tokenizer.json
    466 kB
    Upload 3 files almost 2 years ago
  • tokenizer_config.json
    48 Bytes
    Upload 3 files almost 2 years ago
  • vocab.txt
    232 kB
    Upload 3 files almost 2 years ago