datasets.py [131:140]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    )
                    for y in x['relations']
                ]

                tokens = x['tokens']

                example = InputExample(
                    id=f'{split}-{i}',
                    tokens=tokens,
                    entities=entities,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



datasets.py [1415:1424]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    )
                    for y in x['relations']
                ]
                
                tokens = x['tokens']
                
                example = InputExample(
                    id=f'{split}-{i}',
                    tokens=tokens,
                    entities=entities,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



