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

amedvedev
/
bert-tiny-cognitive-bias

Text Classification
Transformers
PyTorch
Safetensors
English
bert
psychology
cognitive distortions
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use amedvedev/bert-tiny-cognitive-bias with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use amedvedev/bert-tiny-cognitive-bias with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="amedvedev/bert-tiny-cognitive-bias")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("amedvedev/bert-tiny-cognitive-bias")
    model = AutoModelForSequenceClassification.from_pretrained("amedvedev/bert-tiny-cognitive-bias", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
bert-tiny-cognitive-bias
71.2 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
amedvedev's picture
amedvedev
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
4ef05fa about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 1 over 3 years ago
  • README.md
    4.84 kB
    Update README.md over 3 years ago
  • config.json
    1.16 kB
    Upload model version 2 about 3 years ago
  • model.safetensors
    17.6 MB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • optimizer.pt
    35.1 MB
    xet
    Upload model version 2 about 3 years ago
  • pytorch_model.bin
    17.6 MB
    xet
    Upload model version 2 about 3 years ago
  • rng_state.pth
    13.6 kB
    xet
    Upload model version 2 about 3 years ago
  • scheduler.pt
    627 Bytes
    xet
    Upload model version 2 about 3 years ago
  • special_tokens_map.json
    125 Bytes
    Training in progress, epoch 1 over 3 years ago
  • tokenizer.json
    712 kB
    Upload model version 2 about 3 years ago
  • tokenizer_config.json
    375 Bytes
    Upload model version 2 about 3 years ago
  • training_args.bin
    3.39 kB
    xet
    Upload model version 2 about 3 years ago
  • vocab.txt
    232 kB
    Training in progress, epoch 1 over 3 years ago