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

Definite
/
klue-bert-cult-classification

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

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

  • Libraries
  • Transformers

    How to use Definite/klue-bert-cult-classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Definite/klue-bert-cult-classification")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Definite/klue-bert-cult-classification")
    model = AutoModelForSequenceClassification.from_pretrained("Definite/klue-bert-cult-classification")
  • Notebooks
  • Google Colab
  • Kaggle
klue-bert-cult-classification / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 25 commits
Definite's picture
Definite
Training in progress, epoch 6
0701669 over 2 years ago
  • Nov16_15-38-57_aed49ac9787e
    Training in progress, epoch 2 over 2 years ago
  • Nov18_12-35-19_b8a68e1ca2b1
    Training in progress, epoch 2 over 2 years ago
  • Nov18_14-08-58_83f30dbdda0e
    Training in progress, epoch 2 over 2 years ago
  • Nov20_09-42-02_acf00f81e628
    Training in progress, epoch 2 over 2 years ago
  • Nov20_10-56-15_559fd05e3354
    Training in progress, epoch 2 over 2 years ago
  • Nov21_10-07-36_60a3e0249c97
    Training in progress, epoch 9 over 2 years ago
  • Nov21_10-32-55_60a3e0249c97
    Training in progress, epoch 6 over 2 years ago