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

clincolnoz
/
LessSexistBERT-edos

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

Instructions to use clincolnoz/LessSexistBERT-edos with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use clincolnoz/LessSexistBERT-edos with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="clincolnoz/LessSexistBERT-edos")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("clincolnoz/LessSexistBERT-edos")
    model = AutoModelForSequenceClassification.from_pretrained("clincolnoz/LessSexistBERT-edos")
  • Notebooks
  • Google Colab
  • Kaggle
LessSexistBERT-edos
440 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
clincolnoz's picture
clincolnoz
Update README.md
0191be9 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    4.47 kB
    Update README.md over 2 years ago
  • added_tokens.json
    2.35 kB
    first commit almost 3 years ago
  • all_results.json
    1.04 kB
    correct weights over 2 years ago
  • config.json
    860 Bytes
    first commit almost 3 years ago
  • eval_results.json
    865 Bytes
    correct weights over 2 years ago
  • predict_results_None.txt
    109 kB
    correct weights over 2 years ago
  • pytorch_model.bin
    438 MB
    xet
    first commit almost 3 years ago
  • special_tokens_map.json
    125 Bytes
    first commit almost 3 years ago
  • tokenizer.json
    1.05 MB
    first commit almost 3 years ago
  • tokenizer_config.json
    309 Bytes
    first commit almost 3 years ago
  • train_results.json
    196 Bytes
    correct weights over 2 years ago
  • trainer_state.json
    3.96 kB
    correct weights over 2 years ago
  • training_args.bin

    Detected Pickle imports (6)

    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.HubStrategy",
    • "torch.device",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.training_args.OptimizerNames",
    • "transformers.training_args.TrainingArguments"

    How to fix it?

    3.64 kB
    xet
    correct weights over 2 years ago
  • vocab.txt
    232 kB
    first commit almost 3 years ago