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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

kakao1513
/
unsmile_classifier_v2

Text Classification
Transformers
Safetensors
Korean
electra
Generated from Trainer
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use kakao1513/unsmile_classifier_v2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="kakao1513/unsmile_classifier_v2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("kakao1513/unsmile_classifier_v2")
    model = AutoModelForSequenceClassification.from_pretrained("kakao1513/unsmile_classifier_v2", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
unsmile_classifier_v2
513 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
kakao1513's picture
kakao1513
Upload KoELECTRA UNSMILE multi-label classifier
f1c781e verified 13 days ago
  • .gitattributes
    1.52 kB
    initial commit 13 days ago
  • README.md
    4.11 kB
    Upload KoELECTRA UNSMILE multi-label classifier 13 days ago
  • config.json
    1.52 kB
    Model save 13 days ago
  • filter_config.json
    3.62 kB
    Upload KoELECTRA UNSMILE multi-label classifier 13 days ago
  • model.safetensors
    511 MB
    xet
    Model save 13 days ago
  • special_tokens_map.json
    125 Bytes
    Model save 13 days ago
  • tokenizer.json
    1.31 MB
    Model save 13 days ago
  • tokenizer_config.json
    1.27 kB
    Model save 13 days ago
  • training_args.bin
    5.84 kB
    xet
    Model save 13 days ago
  • vocab.txt
    450 kB
    Model save 13 days ago