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

lazyghost
/
bert-large-uncased-Adult-Text-Classifier

Text Classification
Transformers
TensorBoard
Safetensors
English
bert
adult text classification
adult
adult-content
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use lazyghost/bert-large-uncased-Adult-Text-Classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use lazyghost/bert-large-uncased-Adult-Text-Classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="lazyghost/bert-large-uncased-Adult-Text-Classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("lazyghost/bert-large-uncased-Adult-Text-Classifier")
    model = AutoModelForSequenceClassification.from_pretrained("lazyghost/bert-large-uncased-Adult-Text-Classifier")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
bert-large-uncased-Adult-Text-Classifier / runs
7.96 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
lazyghost's picture
lazyghost
End of training
ebc3700 verified over 2 years ago
  • Jan12_11-40-43_9e506425f8df
    End of training over 2 years ago