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

rudalson
/
klue-bert-classification-petitions

Text Classification
Transformers
Safetensors
Korean
bert
nlp
korean
klue
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use rudalson/klue-bert-classification-petitions with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use rudalson/klue-bert-classification-petitions with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="rudalson/klue-bert-classification-petitions")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("rudalson/klue-bert-classification-petitions")
    model = AutoModelForSequenceClassification.from_pretrained("rudalson/klue-bert-classification-petitions")
  • Notebooks
  • Google Colab
  • Kaggle
klue-bert-classification-petitions
444 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
rudalson's picture
rudalson
Update README.md
26a3268 verified 19 days ago
  • .gitattributes
    1.52 kB
    initial commit 19 days ago
  • README.md
    2.76 kB
    Update README.md 19 days ago
  • config.json
    1.32 kB
    Upload folder using huggingface_hub 19 days ago
  • model.safetensors
    443 MB
    xet
    Upload folder using huggingface_hub 19 days ago
  • special_tokens_map.json
    695 Bytes
    Upload folder using huggingface_hub 19 days ago
  • tokenizer.json
    752 kB
    Upload folder using huggingface_hub 19 days ago
  • tokenizer_config.json
    1.27 kB
    Upload folder using huggingface_hub 19 days ago
  • vocab.txt
    248 kB
    Upload folder using huggingface_hub 19 days ago