(self)
| 182 | """ |
| 183 | |
| 184 | def __init__(self): |
| 185 | super().__init__() |
| 186 | self.labels = ["Society & Culture", "Science & Mathematics", "Health", "Education & Reference", "Computers & Internet", "Sports", "Business & Finance", "Entertainment & Music" |
| 187 | ,"Family & Relationships", "Politics & Government"] |
| 188 | |
| 189 | def get_examples(self, data_dir, split): |
| 190 | path = os.path.join(data_dir, "{}.csv".format(split)) |