Questions tagged [data]

3 questions
1
vote
0 answers

Finding the benchmarking data for o1 Pro Mode that is verifiable

I am finding the benchmarking (AIME and codeforces) data for o1 Pro Mode that is verifiable and replicable. According to https://openai.com/index/introducing-chatgpt-pro/, the AIME benchmark for o1 is 76 and for o1pro is 86; the codeforces benchmark…
High GPA
  • 173
  • 6
0
votes
0 answers

How to sort data of a table according multiple criterias

I'm looking to sort a table of data (150 lines) according multiples criterias. In my case, lines contain students names, and their characteristics (sex, school they came from, students name they must be separated from) I want to share out them in 6…
pat27
  • 101
0
votes
1 answer

Training LLaMA to Predict Binary Outputs (and maybe Generate Synthetic Data)

I’m new to AI models and exploring how to use LLaMA for a specific task. I have a dataset with two columns, A and B, each containing 8-bit binary numbers (around 5,000 rows). My goal is to train a model that can: Predict B when given A as…