Views
No views yet
from transformers import pipeline nlp=pipeline("universal-dependencies","KoichiYasuoka/gpt2-large-japanese-ud-causal",trust_remote_code=True) print(nlp("全学年にわたって小学校の国語の教科書に挿し絵が用いられている"))