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

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


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


expected response text: [[0,0,5],[0,5,0],[5,0,0]]

actual response text: [[0,0,5],[0,5,0],[5,0,0]]

status: correct

response dict: {'id': 'cmpl-54c26556-5524-4de9-9f54-67d68e213e89', 'object': 'text_completion', 'created': 1715892144, 'model': 'Meta-Llama-3-8B-Instruct-GGUF/Meta-Llama-3-8B-Instruct-Q6_K.gguf', 'choices': [{'text': '[[0,0,5],[0,5,0],[5,0,0]]', 'index': 0, 'logprobs': None, 'finish_reason': 'stop'}], 'usage': {'prompt_tokens': 272, 'completion_tokens': 19, 'total_tokens': 291}}