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

responsibility-framing
/
predict-perception-xlmr-cause-human

Text Classification
Transformers
PyTorch
TensorBoard
xlm-roberta
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
2

Instructions to use responsibility-framing/predict-perception-xlmr-cause-human with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use responsibility-framing/predict-perception-xlmr-cause-human with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="responsibility-framing/predict-perception-xlmr-cause-human")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("responsibility-framing/predict-perception-xlmr-cause-human")
    model = AutoModelForSequenceClassification.from_pretrained("responsibility-framing/predict-perception-xlmr-cause-human")
  • Notebooks
  • Google Colab
  • Kaggle
predict-perception-xlmr-cause-human
1.13 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
librarian-bot's picture
librarian-bot
Librarian Bot: Add base_model information to model
086c352 over 2 years ago
  • runs
    End of training about 4 years ago
  • .gitattributes
    1.23 kB
    End of training about 4 years ago
  • .gitignore
    13 Bytes
    End of training about 4 years ago
  • README.md
    9.33 kB
    Librarian Bot: Add base_model information to model over 2 years ago
  • config.json
    831 Bytes
    End of training about 4 years ago
  • pytorch_model.bin
    1.11 GB
    xet
    End of training about 4 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    End of training about 4 years ago
  • special_tokens_map.json
    239 Bytes
    End of training about 4 years ago
  • tokenizer.json
    17.1 MB
    xet
    End of training about 4 years ago
  • tokenizer_config.json
    398 Bytes
    End of training about 4 years ago
  • training_args.bin
    3.12 kB
    xet
    End of training about 4 years ago