[id: '', title: '', description: '', QA_pairs: [ {question: '', answer: ''}, {question: '', answer: ''}, ]]
(self, batch)
| 357 | return len(self.data) |
| 358 | |
| 359 | def collate_fn(self, batch): |
| 360 | # print(batch); exit() |
| 361 | ''' |
| 362 | [id: '', title: '', description: '', QA_pairs: [ |
| 363 | {question: '', answer: ''}, |
| 364 | {question: '', answer: ''}, |
| 365 | ]] |
| 366 | ''' |
| 367 | return batch |
| 368 | |
| 369 |
nothing calls this directly
no outgoing calls
no test coverage detected