lelechallc

Results 6 issues of lelechallc

请问可以不分词直接进行词性标注嘛,比如我现在已经有一个词典,需要进行词性标注

请问可以对分词好的样本进行词性标注嘛

请问可以不分词直接进行词性标注嘛,比如我现在已经有一个词典,需要进行词性标注

请问tplinker对于无标注数据怎么处理呢?

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior 在使用调用api时候 from transformers import AutoTokenizer, AutoModel # tokenizer = AutoTokenizer.from_pretrained("THUDM/chatglm-6b", trust_remote_code=True,revision="main")...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior 更改web_demo.py为: tokenizer = AutoTokenizer.from_pretrained("chatglm-6b_pre", trust_remote_code=True,from_tf=True) model = AutoModel.from_pretrained("chatglm-6b_pre", trust_remote_code=True,from_tf=True).half().cuda() 运行web_demo.py时候出现Traceback (most...