Open raywgs opened 1 year ago
Yes, you should include your key in the bash script
The keys get pulled in here, when the Manifest objects are being constructed: https://github.com/HazyResearch/evaporate/blob/83204a54dd97fb0f51a01643b4fc16c97fc5e472/evaporate/utils.py#L138
Hey simran, how do I run evaporate on my own dataset where I don't have a ground truth? I just want to test the performance on my own data that is a list of txt files.
Hi! the gold extractions are used to provide feedback in a couple places in the pipeline.
Hope that helps!
So, I can use an empty json file in place for the gold extractions and still have evaporate run normally?
Hey,
Do I just replace the KEYS with my OpenAI API key for the run.sh to run using gpt-4? Or where do I configure that?
Thanks