FIREWORKS_API_KEY
environment variable to your Fireworks API key:
uv
.
pyproject.toml
file and a uv.lock
file.
my_first_evaluator/main.py
:
my_first_evaluator/main.py
:
main.py
with the following code:
create_evaluation_job
. Create a new file called run_first_evaluator.py
at
the root of your project and add the following code:
Running evaluation job in the UI
Completed evaluation job in the UI
Results in the UI
textblob
library to our project:
pyproject.toml
or requirements.txt
files in your project. Alternatively you can specify a
list of strings as you would in a requirements.txt
file directly in the
@reward_function
decorator itself.
Now, let’s create a new evaluator under my_second_evaluator/main.py
:
my_second_evaluator/main.py
:
random_phrases.jsonl
file
should be at the root of your project like this:
run_second_evaluator.py
and add the following code:
Results of the second evaluator in the UI