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

Hyeonseo
/
ko_fin_ner_roberta_small_model

Token Classification
Transformers
PyTorch
TensorBoard
Safetensors
Korean
roberta
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
2

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

  • Libraries
  • Transformers

    How to use Hyeonseo/ko_fin_ner_roberta_small_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Hyeonseo/ko_fin_ner_roberta_small_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Hyeonseo/ko_fin_ner_roberta_small_model")
    model = AutoModelForTokenClassification.from_pretrained("Hyeonseo/ko_fin_ner_roberta_small_model", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ko_fin_ner_roberta_small_model / runs
25 kB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 21 commits
Hyeonseo's picture
Hyeonseo
End of training
dc658d2 about 3 years ago
  • Jul16_04-44-54_f8c333bfa091
    End of training about 3 years ago