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

jinny1001
/
bert_model

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

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

  • Libraries
  • Transformers

    How to use jinny1001/bert_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="jinny1001/bert_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("jinny1001/bert_model")
    model = AutoModelForSequenceClassification.from_pretrained("jinny1001/bert_model")
  • Notebooks
  • Google Colab
  • Kaggle
bert_model / runs
31.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
jinny1001's picture
jinny1001
jinny1001
57d6277 verified over 1 year ago
  • Feb17_06-10-55_f95ad4e5c7a0
    jinny1001 over 1 year ago
  • Feb17_07-06-33_f95ad4e5c7a0
    jinny1001 over 1 year ago