Sameera Horawalavithana
Sameera Horawalavithana
Hi @anton-l, does the next release contain example training scripts for text-to-image and image-to-text similar to unconditional image generation one?
@EricHallahan you are right, `lm_dataformat>=0.0.20` has the `jsonl_key` as an argument in the `_stream_data`. But we have to modify the `stream_data` and `_stream_data_threaded` functions to accept the` jsonl_key` since the...
@StellaAthena For example, we have multiple sections (e.g., abstract, full texts) extracted from scientific articles that we stored within the same jsonl, and plan to train them in parallel.
This fix is required for the examples to run with networkx 2.1.
Assume to have a private data collection (vectorized) that we would like expand with the rest of AgentSearch data. How we can plug AgentSearch setup to support search over the...