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

BonySmoke
/
gec_uk_seq2tag

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

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

  • Libraries
  • Transformers

    How to use BonySmoke/gec_uk_seq2tag with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="BonySmoke/gec_uk_seq2tag")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("BonySmoke/gec_uk_seq2tag")
    model = AutoModelForTokenClassification.from_pretrained("BonySmoke/gec_uk_seq2tag")
  • Notebooks
  • Google Colab
  • Kaggle
gec_uk_seq2tag / runs
11.6 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 15 commits
BonySmoke's picture
BonySmoke
Add SPELLCHECKER
fbe32a8 verified over 2 years ago
  • Dec03_10-56-18_39d108ce5f0f
    Remove APPEND tags as they don't work over 2 years ago
  • Dec03_12-06-58_39d108ce5f0f
    Return APPEND tag for punctuation over 2 years ago
  • Dec03_14-12-29_37654aa359d0
    Small fixes in Tags Indexes over 2 years ago
  • Dec09_18-18-57_1ba1901118ce
    Correct Tokenization and Tagging over 2 years ago
  • Dec17_19-26-12_2489d9380d30
    New Tokenization Approach over 2 years ago
  • Dec31_10-50-22_c317a6f66c6a
    Fewer tags and more accurate tags over 2 years ago
  • Feb23_13-47-23_c24727d2718b
    Add SPELLCHECKER over 2 years ago
  • Feb23_13-52-15_c24727d2718b
    Add SPELLCHECKER over 2 years ago
  • Feb23_13-54-18_c24727d2718b
    Add SPELLCHECKER over 2 years ago
  • Nov04_09-36-11_73f05b1f3c65
    End of training over 2 years ago
  • Nov07_20-41-33_eb3279335133
    Add basic Support for Spelling mistakes over 2 years ago
  • Nov09_16-50-22_872f85fd420c
    Improve Spelling and Add Verb Voice over 2 years ago
  • Nov11_10-15-51_104410e5ad18
    Add handing of є and е in Spelling mistakes over 2 years ago
  • Nov18_09-15-57_5f19a8114dfd
    Add generalization for у<>в та г<>ґ over 2 years ago
  • Nov18_16-33-58_d4f9c5e8db5e
    Fix multi-line tokenization bug over 2 years ago
  • Nov19_12-22-20_e5e5e07855ce
    Add support for upper У and В. Also merge and split of не and на over 2 years ago