(self)
| 129 | """ |
| 130 | |
| 131 | def __init__(self): |
| 132 | super().__init__() |
| 133 | self.labels = ["company", "school", "artist", "athlete", "politics", "transportation", "building", "river", "village", "animal", "plant", "album", "film", "book",] |
| 134 | |
| 135 | def get_examples(self, data_dir, split): |
| 136 | examples = [] |