You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but GPT-3.5 is worse at this task and it still has a token limit. In addition, performance seems to degrade if there are a lot of plates.
See examples/MultiPlateMetadata.xlsx for an example of a file (with 13 96-well plates) where we would like to be able to call something like the following:
res = parse_plates(df, num_plates=13, num_rows=8, num_cols=12)
Problem
If there are many plates in a single file, we struggle. We do fall back to a longer context model:
but GPT-3.5 is worse at this task and it still has a token limit. In addition, performance seems to degrade if there are a lot of plates.
See
examples/MultiPlateMetadata.xlsx
for an example of a file (with 13 96-well plates) where we would like to be able to call something like the following:Suggested avenues of exploration
The text was updated successfully, but these errors were encountered: