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

  • Log In
  • Sign Up

noobiebuilder
/
bert-fintuned-classification

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

Instructions to use noobiebuilder/bert-fintuned-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use noobiebuilder/bert-fintuned-classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="noobiebuilder/bert-fintuned-classification")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("noobiebuilder/bert-fintuned-classification")
    model = AutoModelForSequenceClassification.from_pretrained("noobiebuilder/bert-fintuned-classification")
  • Notebooks
  • Google Colab
  • Kaggle
bert-fintuned-classification
434 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
noobiebuilder's picture
noobiebuilder
bert-finetuned-classification-hatespeech
72c74c4 verified almost 2 years ago
  • runs
    bert-finetuned-classification-hatespeech almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    1.5 kB
    bert-finetuned-classification-hatespeech almost 2 years ago
  • config.json
    887 Bytes
    bert-finetuned-classification-hatespeech almost 2 years ago
  • model.safetensors
    433 MB
    xet
    bert-finetuned-classification-hatespeech almost 2 years ago
  • special_tokens_map.json
    125 Bytes
    bert-finetuned-classification-hatespeech almost 2 years ago
  • tokenizer.json
    669 kB
    bert-finetuned-classification-hatespeech almost 2 years ago
  • tokenizer_config.json
    1.19 kB
    bert-finetuned-classification-hatespeech almost 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

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

    How to fix it?

    5.18 kB
    xet
    bert-finetuned-classification-hatespeech almost 2 years ago
  • vocab.txt
    213 kB
    bert-finetuned-classification-hatespeech almost 2 years ago