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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

LilithHu
/
mbert-manipulative-detector

Text Classification
Transformers
Safetensors
English
Chinese
deberta-v2
manipulative-language
social-psychology
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use LilithHu/mbert-manipulative-detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use LilithHu/mbert-manipulative-detector with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="LilithHu/mbert-manipulative-detector")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("LilithHu/mbert-manipulative-detector")
    model = AutoModelForSequenceClassification.from_pretrained("LilithHu/mbert-manipulative-detector", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
mbert-manipulative-detector / Archived
1.14 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
LilithHu's picture
LilithHu
Rename .gitattributes to Archived/.gitattributes
826986e verified about 1 year ago
  • .gitattributes
    1.69 kB
    Rename .gitattributes to Archived/.gitattributes about 1 year ago
  • added_tokens.json
    23 Bytes
    Rename added_tokens.json to Archived/added_tokens.json about 1 year ago
  • config.json
    850 Bytes
    Rename config.json to Archived/config.json about 1 year ago
  • model.safetensors
    1.12 GB
    xet
    Rename model.safetensors to Archived/model.safetensors about 1 year ago
  • placeholder.txt
    12 Bytes
    Create Archived/placeholder.txt about 1 year ago
  • scheduler.pt
    1.06 kB
    xet
    Rename scheduler.pt to Archived/scheduler.pt about 1 year ago
  • special_tokens_map.json
    286 Bytes
    Rename special_tokens_map.json to Archived/special_tokens_map.json about 1 year ago
  • spm.model
    4.31 MB
    xet
    Rename spm.model to Archived/spm.model about 1 year ago
  • tokenizer.json
    16.4 MB
    xet
    Rename tokenizer.json to Archived/tokenizer.json about 1 year ago
  • tokenizer_config.json
    19.7 kB
    Rename tokenizer_config.json to Archived/tokenizer_config.json about 1 year ago
  • trainer_state.json
    1.28 kB
    Rename trainer_state.json to Archived/trainer_state.json about 1 year ago
  • training_args.bin
    5.3 kB
    xet
    Rename training_args.bin to Archived/training_args.bin about 1 year ago