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-ws

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

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="ckiplab/albert-tiny-chinese-ws")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ckiplab/albert-tiny-chinese-ws")
    model = AutoModelForTokenClassification.from_pretrained("ckiplab/albert-tiny-chinese-ws")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
albert-tiny-chinese-ws
16.1 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
emfomy's picture
emfomy
Update model card.
097a391 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
    832 Bytes
    Specify tokenizer in config. over 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    15.9 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