Chayenne
Chayenne
Is it related to this PR: https://github.com/neulab/prompt2model/pull/315
Will do!
Also, here is something related: https://github.com/stanfordnlp/dspy Vijay and I actually thought about using LLM to automatically select columns and datasets, but just by prompting a row LLM, it is somehow...
Could you describe it in detail? Give the context/prompt here?
Cool! Thanks for the suggestion!
I don't find an easy and clear way to ban `MPS` usage. 🤔 The following code failed. ```python training_args = Seq2SeqTrainingArguments( output_dir=hyperparameter_choices.get("output_dir", "./result"), logging_steps=hyperparameter_choices.get("logging_steps", 1), save_strategy=hyperparameter_choices.get("save_strategy", "no"), num_train_epochs=hyperparameter_choices.get("num_train_epochs", 10), per_device_train_batch_size=hyperparameter_choices.get(...
Emmm. I gonna mention it later.
@viswavi I think that the dataset retriever only retrieves datasets, which are not that huge.
Thanks for your bug report! ``` ValueError: Column name input_col not in the dataset. Current columns in the dataset: [] ``` This means your dataset is an empty dataset, right?...