Alignment-Lab-AI's picture
Upload folder using huggingface_hub
d5bfab8 verified

Meta-Llama-3-8B-Instruct-Q6_K


ARC puzzle input 0 [[3,3,3],[0,2,2],[1,1,0]] output 0 [[3,3,3,3,3,3],[0,2,2,2,2,0],[1,1,0,0,1,1],[1,1,0,0,1,1],[0,2,2,2,2,0],[3,3,3,3,3,3]] input 1 [[3,3,1],[1,3,0],[0,2,2]] output 1 [[3,3,1,1,3,3],[1,3,0,0,3,1],[0,2,2,2,2,0],[0,2,2,2,2,0],[1,3,0,0,3,1],[3,3,1,1,3,3]] input 2 [[2,1,0],[0,2,3],[0,3,0]] output 2 [[2,1,0,0,1,2],[0,2,3,3,2,0],[0,3,0,0,3,0],[0,3,0,0,3,0],[0,2,3,3,2,0],[2,1,0,0,1,2]] input 3 [[1,1,0],[0,3,2],[3,3,0]] output 3


expected response text: [[1,1,0,0,1,1],[0,3,2,2,3,0],[3,3,0,0,3,3],[3,3,0,0,3,3],[0,3,2,2,3,0],[1,1,0,0,1,1]]

actual response text: [[1,1,0,0,1,1],[0,3,2,2,3,0],[3,3,0,0,3,3],[3,3,0,0,3,3],[0,3,2,2,3,0],[1,1,0,0,1,1]]

status: correct

response dict: {'id': 'cmpl-660858b1-5879-45dd-bdb9-c9f815ca1d99', 'object': 'text_completion', 'created': 1715892024, 'model': 'Meta-Llama-3-8B-Instruct-GGUF/Meta-Llama-3-8B-Instruct-Q6_K.gguf', 'choices': [{'text': '[[1,1,0,0,1,1],[0,3,2,2,3,0],[3,3,0,0,3,3],[3,3,0,0,3,3],[0,3,2,2,3,0],[1,1,0,0,1,1]]', 'index': 0, 'logprobs': None, 'finish_reason': 'stop'}], 'usage': {'prompt_tokens': 338, 'completion_tokens': 74, 'total_tokens': 412}}