Views
No views yet
1from transformers import pipeline
2
3pipe = pipeline(
4 "token-classification",
5 model="toanle5124055/vzdt-droroberta-pos",
6 tokenizer="toanle5124055/vzdt-droroberta-pos",
7 aggregation_strategy="simple"
8)
9
10pipe("toi di hoc o truong dai hoc")