Open Oufattole opened 4 months ago
Create event_stream_input_encoder.py
:
Implement ESGPT custom hierarchical architecture:
Supervised Model:
model.input_encoder
and model.backbone
with new ESGPT componentsAdd Integration Tests:
Lemme know what else I can clarify @mmcdermott
We should add support for EventStream models. The tokenization is already supported in the pytorch dataset class, just set the collate type to event_stream in your hyda config. I think we just need to copy some code from ESGPT github to run this.