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

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")
  • Notebooks
  • Google Colab
  • Kaggle
ko_fin_ner_roberta_small_model
541 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 33 commits
Hyeonseo's picture
Hyeonseo
librarian-bot's picture
librarian-bot
Librarian Bot: Add base_model information to model (#2)
cd618cc almost 3 years ago
  • runs
    End of training almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 1 almost 3 years ago
  • README.md
    4.51 kB
    Librarian Bot: Add base_model information to model (#2) almost 3 years ago
  • config.json
    1.15 kB
    Training in progress, epoch 1 almost 3 years ago
  • model.safetensors
    270 MB
    xet
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • pytorch_model.bin
    270 MB
    xet
    End of training almost 3 years ago
  • special_tokens_map.json
    173 Bytes
    Training in progress, epoch 1 almost 3 years ago
  • tokenizer.json
    752 kB
    Training in progress, epoch 1 almost 3 years ago
  • tokenizer_config.json
    415 Bytes
    Training in progress, epoch 1 almost 3 years ago
  • training_args.bin
    3.64 kB
    xet
    Training in progress, epoch 1 almost 3 years ago
  • vocab.txt
    248 kB
    Training in progress, epoch 1 almost 3 years ago