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

  • Log In
  • Sign Up

Jhonatan51998
/
bias_model

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

Instructions to use Jhonatan51998/bias_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Jhonatan51998/bias_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Jhonatan51998/bias_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Jhonatan51998/bias_model")
    model = AutoModelForSequenceClassification.from_pretrained("Jhonatan51998/bias_model")
  • Notebooks
  • Google Colab
  • Kaggle
bias_model
879 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
Jhonatan51998's picture
Jhonatan51998
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
5ddcc52 almost 3 years ago
  • .gitattributes
    1.44 kB
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • config.json
    832 Bytes
    Update config.json over 3 years ago
  • model.safetensors
    439 MB
    xet
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • pytorch_model.bin
    439 MB
    xet
    Upload BertForSequenceClassification over 3 years ago
  • special_tokens_map.json
    134 Bytes
    Upload 3 files over 3 years ago
  • tokenizer.json
    480 kB
    Upload 3 files over 3 years ago
  • tokenizer_config.json
    364 Bytes
    Upload 3 files over 3 years ago