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

aisingapore
/
LSR

Token Classification
Transformers
PyTorch
English
lsr
Eval Results (legacy)
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use aisingapore/LSR with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="aisingapore/LSR")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("aisingapore/LSR", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
LSR / files_from_azure_storage
3.66 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 1 commit
kellywong
upload other files for preprocessor & postprocessor
19ca457 over 3 years ago
  • ner2id.json
    74 Bytes
    upload other files for preprocessor & postprocessor over 3 years ago
  • rel2id.json
    1.14 kB
    upload other files for preprocessor & postprocessor over 3 years ago
  • rel_info.json
    2.45 kB
    upload other files for preprocessor & postprocessor over 3 years ago
  • word2id.json
    3.65 MB
    upload other files for preprocessor & postprocessor over 3 years ago