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

  • Log In
  • Sign Up

JimminDev
/
distilbert-small-offensive-classification-test

Text Classification
Transformers
TensorBoard
Safetensors
deberta-v2
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use JimminDev/distilbert-small-offensive-classification-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use JimminDev/distilbert-small-offensive-classification-test with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="JimminDev/distilbert-small-offensive-classification-test")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("JimminDev/distilbert-small-offensive-classification-test")
    model = AutoModelForSequenceClassification.from_pretrained("JimminDev/distilbert-small-offensive-classification-test")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert-small-offensive-classification-test
1.14 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
JimminDev's picture
JimminDev
End of training
12dee12 verified almost 2 years ago
  • runs
    Training in progress, epoch 1 almost 2 years ago
  • .gitattributes
    1.57 kB
    Training in progress, epoch 1 almost 2 years ago
  • README.md
    1.48 kB
    End of training almost 2 years ago
  • added_tokens.json
    23 Bytes
    Training in progress, epoch 1 almost 2 years ago
  • config.json
    1.1 kB
    Training in progress, epoch 1 almost 2 years ago
  • model.safetensors
    1.12 GB
    xet
    Training in progress, epoch 1 almost 2 years ago
  • special_tokens_map.json
    971 Bytes
    Training in progress, epoch 1 almost 2 years ago
  • spm.model
    4.31 MB
    xet
    Training in progress, epoch 1 almost 2 years ago
  • tokenizer.json
    16.3 MB
    xet
    Training in progress, epoch 1 almost 2 years ago
  • tokenizer_config.json
    1.37 kB
    Training in progress, epoch 1 almost 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.training_args.OptimizerNames",
    • "accelerate.utils.dataclasses.DistributedType",
    • "torch.device",
    • "transformers.trainer_pt_utils.AcceleratorConfig",
    • "transformers.trainer_utils.SchedulerType",
    • "accelerate.state.PartialState",
    • "transformers.training_args.TrainingArguments"

    How to fix it?

    5.18 kB
    xet
    Training in progress, epoch 1 almost 2 years ago