### Checklist - [x] 1. If the issue you raised is not a feature but a question, please raise a discussion at https://github.com/sgl-project/sglang/discussions/new/choose Otherwise, it will be closed. - [x] 2. Please use English, otherwise it will be closed. ### Motivation 1. also need to support Bert rerank model with BertForSequenceClassification architectures in this feature. 2. score api design: - input paramter "text_1": "What is the capital of France?" "text_2": [ "The capital of Brazil is Brasilia.", "The capital of France is Paris." ] - api result "data": [ { "index": 0, "score": xxxxxxxx }, { "index": 1, "score": xxxxxxxx } ] ### Related resources _No response_