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

HyukII
/
text-emotion-model

Text Classification
Transformers
Safetensors
Korean
roberta
emotion
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use HyukII/text-emotion-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use HyukII/text-emotion-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="HyukII/text-emotion-model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("HyukII/text-emotion-model")
    model = AutoModelForSequenceClassification.from_pretrained("HyukII/text-emotion-model")
  • Notebooks
  • Google Colab
  • Kaggle
text-emotion-model
444 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
HyukII's picture
HyukII
Update README.md
7345eaa verified 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    507 Bytes
    Update README.md 9 months ago
  • config.json
    1.1 kB
    ๊ฐ์ • ๋ถ„์„ ๋ชจ๋ธ ์—…๋กœ๋“œ 9 months ago
  • label_map.json
    258 Bytes
    ๊ฐ์ • ๋ถ„์„ ๋ชจ๋ธ ์—…๋กœ๋“œ 9 months ago
  • model.safetensors
    443 MB
    xet
    ๊ฐ์ • ๋ถ„์„ ๋ชจ๋ธ ์—…๋กœ๋“œ 9 months ago
  • special_tokens_map.json
    971 Bytes
    ๊ฐ์ • ๋ถ„์„ ๋ชจ๋ธ ์—…๋กœ๋“œ 9 months ago
  • tokenizer.json
    752 kB
    ๊ฐ์ • ๋ถ„์„ ๋ชจ๋ธ ์—…๋กœ๋“œ 9 months ago
  • tokenizer_config.json
    1.31 kB
    ๊ฐ์ • ๋ถ„์„ ๋ชจ๋ธ ์—…๋กœ๋“œ 9 months ago
  • training_args.bin
    5.34 kB
    xet
    ๊ฐ์ • ๋ถ„์„ ๋ชจ๋ธ ์—…๋กœ๋“œ 9 months ago
  • vocab.txt
    248 kB
    ๊ฐ์ • ๋ถ„์„ ๋ชจ๋ธ ์—…๋กœ๋“œ 9 months ago