Exporting to CSV
Want to just use the contents of your dataset in another context? Simply click on the export to CSV button on the dataset page and you are good to go!Exporting for Fine-Tuning
Fine-tuning lets you get more out of the models available by providing:- Higher quality results than prompting
- Ability to train on more examples than can fit in a prompt
- Token savings due to shorter prompts
- Lower latency requests
Exporting OpenAI Evals
Evals provide a framework for evaluating large language models (LLMs) or systems built using LLMs. OpenAI Evals offer an existing registry of evals to test different dimensions of OpenAI models and the ability to write your own custom evals for use cases you care about. You can also use your data to build private evals. Phoenix can natively export the OpenAI Evals format as JSONL so you can use it with OpenAI Evals. See https://github.com/openai/evals for details.Exporting via CLI
The Phoenix CLI (@arizeai/phoenix-cli) provides command-line access to datasets and experiments:

