Views
No views yet
goeswith for subwords), derived from roberta-base-japanese-aozora and UD_Japanese-GSDLUW.1from transformers import pipeline
2nlp=pipeline("universal-dependencies","KoichiYasuoka/roberta-base-japanese-aozora-ud-goeswith",trust_remote_code=True,aggregation_strategy="simple")
3print(nlp("全学年にわたって小学校の国語の教科書に挿し絵が用いられている"))