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
Thank you for your work! I'd like to build on your scripts to do something similar for a different language. Could you please describe the workflow that one needs to follow to reproduce your work? I.e., which scripts to work in which order, where to store downloaded flan, trufulqa, ... datasets, etc. It is unclear to me now how to continue.
Thanks!
Bram
The text was updated successfully, but these errors were encountered:
BramVanroy
changed the title
Code usage desc ription
Code usage description
Nov 9, 2023
To use this code to annotate data, you may prepare your data under . /completion_data, with each line in the JSON file containing at least one key: {"instruction": INSTRUCTION}. Then, run sample.py to sample four models for each instruction.
Once you have specified the model path in main.py or main_vllm.py, you can generate completions for each instruction using the models sampled before. These two files have the same outcome, but we recommend using vllm for accelerated generation.
Finally, you can run annotate_preference.py for fine-grained annotations or annotate_critique.py for critique and overall scores.
Hello
Thank you for your work! I'd like to build on your scripts to do something similar for a different language. Could you please describe the workflow that one needs to follow to reproduce your work? I.e., which scripts to work in which order, where to store downloaded flan, trufulqa, ... datasets, etc. It is unclear to me now how to continue.
Thanks!
Bram
The text was updated successfully, but these errors were encountered: