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

winninglife
/
klue_bert_layered

Text Classification
Transformers
Safetensors
bert
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use winninglife/klue_bert_layered with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="winninglife/klue_bert_layered")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("winninglife/klue_bert_layered")
    model = AutoModelForSequenceClassification.from_pretrained("winninglife/klue_bert_layered")
  • Notebooks
  • Google Colab
  • Kaggle
klue_bert_layered / __pycache__
19.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
winninglife's picture
winninglife
initial commit
c344d9f over 2 years ago
  • mymodel.cpython-311.pyc
    19.5 kB
    initial commit over 2 years ago