Global Pointer实体抽取模型

模型介绍

使用方法

pip install litie
from pprint import pprint
from litie.pipelines import NerPipeline

pipline = NerPipeline("global-pointer", model_name_or_path="xusenlin/cmeee-global-pointer")
text = "可伴发血肿或脑梗死而出现局灶性神经体征,如肢体瘫痪及颅神经异常等。"
pprint(pipline(text))

更多模型的训练和推理详见 lit-ie

Downloads last month
39
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and HF Inference API was unable to determine this model’s pipeline type.