| 1 | # In this scripts, you will laern how to do calibartion and zero-shot learning |
| 2 | # We use manual verbalizer and knowledgeable verbalizer as examples. |
| 3 | from tqdm import tqdm |
| 4 | from openprompt.data_utils.text_classification_dataset import AgnewsProcessor |
nothing calls this directly
no test coverage detected