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

Tokyosaurus
/
gaslighting-detector-binary-bert-base-multilingual-uncased

Text Classification
Transformers
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Tokyosaurus/gaslighting-detector-binary-bert-base-multilingual-uncased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Tokyosaurus/gaslighting-detector-binary-bert-base-multilingual-uncased with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Tokyosaurus/gaslighting-detector-binary-bert-base-multilingual-uncased")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Tokyosaurus/gaslighting-detector-binary-bert-base-multilingual-uncased")
    model = AutoModelForSequenceClassification.from_pretrained("Tokyosaurus/gaslighting-detector-binary-bert-base-multilingual-uncased", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
gaslighting-detector-binary-bert-base-multilingual-uncased
673 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
Tokyosaurus's picture
Tokyosaurus
Training completed - OOD F1: 0.8750
b648d9a verified 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    2.02 kB
    Training completed - OOD F1: 0.8750 7 months ago
  • config.json
    1.1 kB
    Training in progress, epoch 1 7 months ago
  • model.safetensors
    669 MB
    xet
    Training in progress, epoch 5 7 months ago
  • ood_test_results.txt
    97 Bytes
    Training completed - OOD F1: 0.8750 7 months ago
  • special_tokens_map.json
    132 Bytes
    Training in progress, epoch 1 7 months ago
  • tokenizer.json
    2.56 MB
    Training in progress, epoch 1 7 months ago
  • tokenizer_config.json
    336 Bytes
    Model save 7 months ago
  • training_args.bin
    5.46 kB
    xet
    Training in progress, epoch 1 7 months ago
  • vocab.txt
    872 kB
    Training in progress, epoch 1 7 months ago