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

poooj
/
bert_test_model

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

Instructions to use poooj/bert_test_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use poooj/bert_test_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="poooj/bert_test_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("poooj/bert_test_model")
    model = AutoModelForSequenceClassification.from_pretrained("poooj/bert_test_model")
  • Notebooks
  • Google Colab
  • Kaggle
bert_test_model / runs
99.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
poooj's picture
poooj
Training in progress, epoch 1
fe3f030 verified over 1 year ago
  • Dec17_18-07-57_pooj
    Training in progress, epoch 1 over 1 year ago
  • Dec17_18-10-23_pooj
    Training in progress, epoch 1 over 1 year ago
  • Dec18_12-26-17_pooj
    Training in progress, epoch 1 over 1 year ago
  • Dec18_12-46-26_pooj
    Training in progress, epoch 1 over 1 year ago
  • Dec18_13-48-15_pooj
    Training in progress, epoch 1 over 1 year ago
  • Jan24_21-45-15_pooj
    Training in progress, epoch 2 over 1 year ago
  • Jan25_08-48-19_pooj
    Training in progress, epoch 1 over 1 year ago
  • Mar22_14-29-04_Poojilaptop
    Training in progress, epoch 1 over 1 year ago
  • Mar22_18-57-31_Poojilaptop
    Training in progress, epoch 1 over 1 year ago
  • Mar23_15-55-31_Poojilaptop
    Training in progress, epoch 1 over 1 year ago
  • Mar29_14-55-16_Poojilaptop
    Training in progress, epoch 1 over 1 year ago
  • Mar30_15-59-13_Poojilaptop
    Training in progress, epoch 1 over 1 year ago
  • Mar31_14-19-35_Poojilaptop
    Training in progress, epoch 1 over 1 year ago
  • Mar31_17-36-31_Poojilaptop
    Training in progress, epoch 1 over 1 year ago
  • May15_21-42-10_Poojilaptop
    Training in progress, epoch 1 over 1 year ago
  • May15_21-50-52_Poojilaptop
    Training in progress, epoch 1 over 1 year ago
  • May16_10-35-02_Poojilaptop
    Training in progress, epoch 1 over 1 year ago
  • May21_11-25-10_Poojilaptop
    Training in progress, epoch 1 over 1 year ago