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

watiforall
/
bert-base-uncased

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

Instructions to use watiforall/bert-base-uncased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use watiforall/bert-base-uncased with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="watiforall/bert-base-uncased")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("watiforall/bert-base-uncased")
    model = AutoModelForSequenceClassification.from_pretrained("watiforall/bert-base-uncased", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
bert-base-uncased / runs
51.9 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 27 commits
watiforall's picture
watiforall
Training in progress, epoch 4
2190aca verified over 2 years ago
  • Apr08_17-43-02_6cda56a97497
    Training in progress, epoch 4 over 2 years ago
  • Apr09_10-58-09_8917fdf81cca
    Training in progress, epoch 1 over 2 years ago
  • Apr09_11-07-49_8917fdf81cca
    Training in progress, epoch 1 over 2 years ago
  • Apr09_11-11-27_8917fdf81cca
    Training in progress, epoch 1 over 2 years ago
  • Apr09_11-14-42_8917fdf81cca
    Training in progress, epoch 1 over 2 years ago
  • Apr09_11-42-22_8917fdf81cca
    Training in progress, epoch 1 over 2 years ago
  • Apr09_11-46-00_8917fdf81cca
    Training in progress, epoch 3 over 2 years ago
  • Apr09_11-46-30_8917fdf81cca
    Training in progress, epoch 4 over 2 years ago