This is a Gemma3 model for POS-tagging and dependency-parsing, derived from next-270m.
How to Use
py
1from transformers import pipeline
2nlp=pipeline("universal-dependencies","KoichiYasuoka/next-270m-turkish-ud-embeds",trust_remote_code=True)3print(nlp("Ay dağın diğer tarafında yükseldi"))