bytedance / lightseq

LightSeq: A High Performance Library for Sequence Processing and Generation
Other
3.22k stars 329 forks source link

i want to inference this model by lightseq #343

Closed ImmortalZ closed 2 years ago

ImmortalZ commented 2 years ago

hi, i want to inference this model(https://huggingface.co/bert-base-chinese) by lightseq.

Which example should I refer to ? (bert or bart)

Taka152 commented 2 years ago

Bert's example is all your need.

ImmortalZ commented 2 years ago

Bert's example is all your need.

tks