Oufattole / meds-torch

MIT License
11 stars 1 forks source link

EventStream Model Support #7

Open Oufattole opened 2 months ago

Oufattole commented 2 months ago

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.