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

J1N2
/
kcbert-base-finetune-emotion-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 J1N2/kcbert-base-finetune-emotion-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use J1N2/kcbert-base-finetune-emotion-classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="J1N2/kcbert-base-finetune-emotion-classification")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("J1N2/kcbert-base-finetune-emotion-classification")
    model = AutoModelForSequenceClassification.from_pretrained("J1N2/kcbert-base-finetune-emotion-classification")
  • Notebooks
  • Google Colab
  • Kaggle
kcbert-base-finetune-emotion-classification
437 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
J1N2's picture
J1N2
Update README.md
e909707 verified almost 2 years ago
  • runs
    J1N2/kcbert-base-finetune-emotion-classification almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    1.2 kB
    Update README.md almost 2 years ago
  • config.json
    1.18 kB
    Update config.json almost 2 years ago
  • model.safetensors
    436 MB
    xet
    J1N2/kcbert-base-finetune-emotion-classification almost 2 years ago
  • special_tokens_map.json
    125 Bytes
    J1N2/kcbert-base-finetune-emotion-classification almost 2 years ago
  • tokenizer.json
    722 kB
    J1N2/kcbert-base-finetune-emotion-classification almost 2 years ago
  • tokenizer_config.json
    1.24 kB
    J1N2/kcbert-base-finetune-emotion-classification almost 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

    • "transformers.trainer_utils.HubStrategy",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_pt_utils.AcceleratorConfig",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.IntervalStrategy",
    • "accelerate.state.PartialState",
    • "transformers.trainer_utils.SchedulerType",
    • "torch.device"

    How to fix it?

    5.11 kB
    xet
    J1N2/kcbert-base-finetune-emotion-classification almost 2 years ago
  • vocab.txt
    250 kB
    J1N2/kcbert-base-finetune-emotion-classification almost 2 years ago