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

ckiplab
/
albert-tiny-chinese-ner

Token Classification
Transformers
PyTorch
Chinese
albert
Model card Files Files and versions
xet
Community
1

Instructions to use ckiplab/albert-tiny-chinese-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ckiplab/albert-tiny-chinese-ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="ckiplab/albert-tiny-chinese-ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ckiplab/albert-tiny-chinese-ner")
    model = AutoModelForTokenClassification.from_pretrained("ckiplab/albert-tiny-chinese-ner")
  • Notebooks
  • Google Colab
  • Kaggle
albert-tiny-chinese-ner
16.2 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
emfomy's picture
emfomy
Update model card.
bcb5198 about 4 years ago
  • .gitattributes
    345 Bytes
    initial commit over 5 years ago
  • README.md
    1.27 kB
    Update model card. about 4 years ago
  • config.json
    3.74 kB
    Specify tokenizer in config. over 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch.LongStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    16 MB
    xet
    Upload model files. over 5 years ago
  • special_tokens_map.json
    112 Bytes
    Upload model files. over 5 years ago
  • tokenizer_config.json
    301 Bytes
    Upload model files. over 5 years ago
  • vocab.txt
    110 kB
    Upload model files. over 5 years ago