ckiplab / bert-base-han-chinese-pos

huggingface.co
Total runs: 7
24-hour runs: 0
7-day runs: -3
30-day runs: -12
Model's Last Updated: July 04 2022
token-classification

Introduction of bert-base-han-chinese-pos

Model Details of bert-base-han-chinese-pos

CKIP BERT Base Han Chinese POS

This model provides part-of-speech (POS) tagging for the ancient Chinese language. Our training dataset covers four eras of the Chinese language.

Homepage
Training Datasets

The copyright of the datasets belongs to the Institute of Linguistics, Academia Sinica.

Contributors
Usage
  • Using our model in your script

    from transformers import (
      AutoTokenizer,
      AutoModel,
    )
    
    tokenizer = AutoTokenizer.from_pretrained("ckiplab/bert-base-han-chinese-pos")
    model = AutoModel.from_pretrained("ckiplab/bert-base-han-chinese-pos")
    
  • Using our model for inference

    >>> from transformers import pipeline
    >>> classifier = pipeline("token-classification", model="ckiplab/bert-base-han-chinese-pos")
    >>> classifier("帝堯曰放勳")
    
    [{'entity': 'NB1',
      'score': 0.99410427,
      'index': 1,
      'word': '帝',
      'start': 0,
      'end': 1},
     {'entity': 'NB1',
      'score': 0.98874336,
      'index': 2,
      'word': '堯',
      'start': 1,
      'end': 2},
     {'entity': 'VG',
      'score': 0.97059363,
      'index': 3,
      'word': '曰',
      'start': 2,
      'end': 3},
     {'entity': 'NB1',
      'score': 0.9864504,
      'index': 4,
      'word': '放',
      'start': 3,
      'end': 4},
     {'entity': 'NB1',
      'score': 0.9543974,
      'index': 5,
      'word': '勳',
      'start': 4,
      'end': 5}]
    

Runs of ckiplab bert-base-han-chinese-pos on huggingface.co

7
Total runs
0
24-hour runs
-1
3-day runs
-3
7-day runs
-12
30-day runs

More Information About bert-base-han-chinese-pos huggingface.co Model

More bert-base-han-chinese-pos license Visit here:

https://choosealicense.com/licenses/gpl-3.0

bert-base-han-chinese-pos huggingface.co

bert-base-han-chinese-pos huggingface.co is an AI model on huggingface.co that provides bert-base-han-chinese-pos's model effect (), which can be used instantly with this ckiplab bert-base-han-chinese-pos model. huggingface.co supports a free trial of the bert-base-han-chinese-pos model, and also provides paid use of the bert-base-han-chinese-pos. Support call bert-base-han-chinese-pos model through api, including Node.js, Python, http.

bert-base-han-chinese-pos huggingface.co Url

https://huggingface.co/ckiplab/bert-base-han-chinese-pos

ckiplab bert-base-han-chinese-pos online free

bert-base-han-chinese-pos huggingface.co is an online trial and call api platform, which integrates bert-base-han-chinese-pos's modeling effects, including api services, and provides a free online trial of bert-base-han-chinese-pos, you can try bert-base-han-chinese-pos online for free by clicking the link below.

ckiplab bert-base-han-chinese-pos online free url in huggingface.co:

https://huggingface.co/ckiplab/bert-base-han-chinese-pos

bert-base-han-chinese-pos install

bert-base-han-chinese-pos is an open source model from GitHub that offers a free installation service, and any user can find bert-base-han-chinese-pos on GitHub to install. At the same time, huggingface.co provides the effect of bert-base-han-chinese-pos install, users can directly use bert-base-han-chinese-pos installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

bert-base-han-chinese-pos install url in huggingface.co:

https://huggingface.co/ckiplab/bert-base-han-chinese-pos

Url of bert-base-han-chinese-pos

bert-base-han-chinese-pos huggingface.co Url

Provider of bert-base-han-chinese-pos huggingface.co

ckiplab
ORGANIZATIONS

Other API from ckiplab