guillaume-be / rust-bert

Rust native ready-to-use NLP pipelines and transformer-based models (BERT, DistilBERT, GPT2,...)
https://docs.rs/crate/rust-bert
Apache License 2.0
2.6k stars 215 forks source link

Zeroshot with DeBerta v2 vs BART - is it worth it? #417

Closed jondot closed 11 months ago

jondot commented 1 year ago

Hi, Currently zeroshot classification is not implemented for DeBerta, but I'm wondering, given that BART has builtin support, is it even worth adding that support for DeBerta?

jondot commented 1 year ago

Meanwhile: https://github.com/guillaume-be/rust-bert/pull/418

guillaume-be commented 11 months ago

Implemented in https://github.com/guillaume-be/rust-bert/pull/418