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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • 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 / runs
74.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
noobiebuilder's picture
noobiebuilder
bert-finetuned-classification-hatespeech
72c74c4 verified almost 2 years ago
  • Jul16_10-34-22_ip-10-192-12-104
    bert-finetuned-classification-hatespeech almost 2 years ago
  • Jul16_10-41-11_ip-10-192-12-104
    bert-finetuned-classification-hatespeech almost 2 years ago
  • Jul16_10-43-51_ip-10-192-12-104
    bert-finetuned-classification-hatespeech almost 2 years ago
  • Jul16_10-45-39_ip-10-192-12-104
    bert-finetuned-classification-hatespeech almost 2 years ago
  • Jul16_11-01-21_ip-10-192-12-104
    bert-finetuned-classification-hatespeech almost 2 years ago
  • Jul16_11-03-07_ip-10-192-12-104
    bert-finetuned-classification-hatespeech almost 2 years ago
  • Jul16_18-51-37_ip-10-192-12-10
    bert-finetuned-classification-hatespeech almost 2 years ago