Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

ktw010207
/
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 ktw010207/bert_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ktw010207/bert_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ktw010207/bert_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ktw010207/bert_model")
    model = AutoModelForSequenceClassification.from_pretrained("ktw010207/bert_model")
  • Notebooks
  • Google Colab
  • Kaggle
bert_model / runs
25.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
ktw010207's picture
ktw010207
ktw010207
1778d9b verified about 1 year ago
  • Feb17_06-11-44_f5bd72adcd83
    ktw010207 about 1 year ago
  • Feb17_07-07-34_f5bd72adcd83
    ktw010207 about 1 year ago
  • Feb17_07-09-38_f5bd72adcd83
    ktw010207 about 1 year ago