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

gokulsrinivasagan
/
bert_uncased_L-4_H-128_A-2_rte

Text Classification
Transformers
TensorBoard
Safetensors
English
bert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use gokulsrinivasagan/bert_uncased_L-4_H-128_A-2_rte with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use gokulsrinivasagan/bert_uncased_L-4_H-128_A-2_rte with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="gokulsrinivasagan/bert_uncased_L-4_H-128_A-2_rte")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("gokulsrinivasagan/bert_uncased_L-4_H-128_A-2_rte")
    model = AutoModelForSequenceClassification.from_pretrained("gokulsrinivasagan/bert_uncased_L-4_H-128_A-2_rte")
  • Notebooks
  • Google Colab
  • Kaggle
bert_uncased_L-4_H-128_A-2_rte / logs
12.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
gokulsrinivasagan's picture
gokulsrinivasagan
Training in progress, epoch 14
655520b verified over 1 year ago
  • events.out.tfevents.1733338448.ki-g0008.1764072.26
    12.5 kB
    xet
    Training in progress, epoch 14 over 1 year ago