5. The unit of performance data is QPS. How to calculate QPS: fixed batch size of 32, test running time total_time, calculated QPS = total_samples / total_time.
6. Metrics:Accuracy for sequence classification,F1-Score for token classification, EM (Exact Match) for question answering.