Views
No views yet
goeswith for subwords), derived from deberta-base-thai.1from transformers import pipeline
2nlp=pipeline("universal-dependencies","KoichiYasuoka/deberta-base-thai-ud-goeswith",trust_remote_code=True,aggregation_strategy="simple")
3print(nlp("หลายหัวดีกว่าหัวเดียว"))