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
As I've worked on several NeMo Curator functionalities, I've been a bit annoyed that our parameter names aren't consistent across different modules.
For example, text_field, input_text_field, text_column, text_column_name, input_json_text_field, dataset_text_field, input_field, input_json_field, etc. all mean the same thing semantically lol. Let's standardize it to just text_field.
Same with id_field and possibly others.
The text was updated successfully, but these errors were encountered:
As I've worked on several NeMo Curator functionalities, I've been a bit annoyed that our parameter names aren't consistent across different modules.
For example,
text_field
,input_text_field
,text_column
,text_column_name
,input_json_text_field
,dataset_text_field
,input_field
,input_json_field
, etc. all mean the same thing semantically lol. Let's standardize it to justtext_field
.Same with
id_field
and possibly others.The text was updated successfully, but these errors were encountered: