-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Making labelstudio-export.json
filename configurable
#36
Comments
Interesting, and reasonable. Currently, we have two different "relocation" features:
So thinking out loud, how would a dynamically named export file best fit in... You say you have two different sets of labels, but just for clarity when you say labels there, you are talking about two different set of "applied labels" (annotations / reviewed charts) yeah? And you're still using the same label setup for both. An option in the config for this would slot into the existing |
Correct. Being more specific
Right now I provide the I can work with that on my end, but from a UX perspective I'm clarifying that when I saw "oh I can specify a directory altogether if I'm running this command globally or something, and oh I can specify the config file as needed", that I thought "surely I can do the same for the labelstudio-export.json file?" Also just thinking out-loud. |
Hmm. I'm sympathetic to the idea that "magic" filename locations is not great - so I might prefer a config file field (like BUT... for your case, it does sound like there's little enough overlap between everything and you really are more of a "two different --project-dir flags" kind of setup, with whole separate folders. |
I agree 😄
I think that sounds reasonable! It is a config-file after all, it makes sense that more granular configuration would live there. I'm not too opinionated on naming, so whatever makes the most sense to you! Thanks Mike 👍 |
Motivation
In the llm-symptom-study experiments I'm running (and I imagine many experimental setups) I have two sets of relevant labels for our experiment – those used in tuning, and those used in testing our final models. My solution for easily switching between those two chart-review evaluation steps is to have two export files –
labelstudio-export.json.tuning
andlabelstudio-export.json.test
– and manually copy over the relevant file intolabelstudio-export.json
before running chart-review in the project directory.It's not the end of the world, but it would be nice to be able to specify – either as a runtime command or as an option in the config – the name of the relevent labelstudio-export file, defaulting to
labelstudio-export.json
. Happy to discuss more, but wanted to write this struggle down as I was having it 😄chart-review/chart_review/cohort.py
Line 28 in 41fcc7d
The text was updated successfully, but these errors were encountered: