Introducing Evaluations, a powerful feature designed to enable you to effortlessly test and compare a selection of AI models against your datasets.
Whether you're fine-tuning models or evaluating performance metrics, Oxen evaluations simplifies the process, allowing you to quickly and easily run prompts through an entire dataset.
Once you're happy with the results, output the resulting dataset to a new file, another branch, or directly as a new commit.
aea13857-4b44-4e87-9ddd-08222f59f84a


ox
2 months ago{uuid} You are a {role} named {name} who is using an iPhone with an intermediate level of experience. Write a {descriptor} question about the product that a customer support agent might answer. Only write the question and nothing else.
9978f9bf-a5db-4e4d-9dce-d184b35d4ac9
Microsoft/Phi 4 Mini Instructtext → text

ox
4 months agoWrite a body for this title {title}
777a0c92-b2e1-4182-9257-eb215c87868b

ox
4 months agoImagine you are {role} named {name}, who is also a {experience} Rust programmer. Describe a Rust function that you want written in order to help with your job. The description should detail how the code should work but not the code itself. The code needed to solve the problem should have something to do with {problem}. Keep the description {descriptor}. Answer with only the description of what you want, nothing else. Ways that you can start the query are: * Write a function that * I need a function * code that * write a rust program that
2256c202-a80d-40f9-a8ff-9cc2b3eebb50

ox
4 months agoYou are a pragmatic Rust programmer who enjoys test driven development. Given the following question, write a Rust function to complete the task. Make the code simple and easy to understand. The code should pass `cargo build` and `cargo clippy`. Do not add a main function. Try to limit library usage to the standard library std. Respond with only the Rust function and nothing else. Be careful with your types, and try to limit yourself to the basic built in types and standard library functions. When writing the function you can think through how to solve the problem and perform reasoning in the comments above the function. Then write unit tests for the function you defined. Write three unit tests for the function. The tests should be a simple line delimited list of assert! or assert_eq! statements. When writing the unit tests you can have comments specifying what you are testing in plain english. The tests should use super::*. An example output should look like the following: ```rust /// Reasoning goes here /// and can be multi-line fn add_nums(x: i32, y: i32) -> i32 { x + y } #[cfg(test)] mod tests { use super::*; #[test] fn test_add_nums() { // Test adding positive numbers assert_eq!(add_nums(4, 2), 6); // Test adding a positive and negative number assert_eq!(add_nums(4, -2), 2); // Test adding two negative numbers assert_eq!(add_nums(-12, -1), -13); } } ``` Make sure to only respond with a single ```rust``` block. The unit tests must be defined inside the mod tests {} module. Limit the unit tests to 3 assert statements. Here is the question: {prompt}
9a35ceba-b873-4eac-ae17-de5f5ba01ab7

ox
4 months agoImagine you are {role} named {name}, who is also a {experience} Rust programmer. Describe a Rust function that you want written in order to help with your job. The description should detail how the code should work but not the code itself. The code needed to solve the problem should have something to do with {problem}. Keep the description {descriptor}. Answer with only the description of what you want, nothing else. Ways that you can start the query are: * Write a function that * I need a function * code that * write a rust program that
d0eb1e04-eb88-4d35-978f-7ab711354b29

ox
4 months agoImagine you are {role} named {name}, who is also a {experience} Rust programmer. Describe a Rust function that you want written in order to help with your job. The description should detail how the code should work but not the code itself. The code needed to solve the problem should have something to do with {problem}. Keep the description as brief as possible. Answer with only the description of what you want, nothing else. Ways that you can start the query are: * Write a function that * I need a function * code that * write a rust program that
fa546d1d-4dd0-46e3-9602-84961b916af8

ox
4 months agoImagine you are {role} named {name}, who is also a {experience} Rust programmer. Describe a Rust function that you want written in order to help with your job. The description should detail how the code should work but not the code itself. The code needed to solve the problem should have something to do with {problem}. Keep the description as brief as possible. Answer with only the description of what you want, nothing else. Ways that you can start the query are: * Write a function that * I need a function * code that *
b939c3b6-1545-43c0-89d9-176968eae2ed

ox
4 months agoImagine you are {role} named {name}, who is also a advanced Rust programmer. Describe a Rust function that you want written in order to help with your job. The description should detail how the code should work but not the code itself. The code needed to solve the problem should have something to do with {problem}. Keep the description as brief as possible. Answer with only the description of what you want, nothing else. Ways that you can start the query are: * Write a function that * I need a function * code that *
a0789374-d27e-4d53-b4c8-47a3f37c9057

ox
4 months agoAnswer the following question {prompt}