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

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


ARC puzzle input 0 [[9,1,4],[9,1,4],[2,1,1]] output 0 [[9,1,4],[9,1,4],[2,1,1],[2,1,1],[9,1,4],[9,1,4]] input 1 [[4,8,4],[7,6,7],[8,7,8]] output 1 [[4,8,4],[7,6,7],[8,7,8],[8,7,8],[7,6,7],[4,8,4]] input 2 [[7,7,7],[9,5,5],[5,1,7]] output 2 [[7,7,7],[9,5,5],[5,1,7],[5,1,7],[9,5,5],[7,7,7]] input 3 [[2,6,9],[2,6,9],[2,9,2]] output 3 [[2,6,9],[2,6,9],[2,9,2],[2,9,2],[2,6,9],[2,6,9]] input 4 [[2,9,2],[8,5,2],[2,2,8]] output 4


expected response text: [[2,9,2],[8,5,2],[2,2,8],[2,2,8],[8,5,2],[2,9,2]]

actual response text: [[2,9,2],[8,5,2],[2,2,8],[2,2,8],[8,5,2],[2,9,2]]

status: correct

response dict: {'id': 'cmpl-a3df71a6-fabf-4a4b-91ae-54c2537f0eb8', 'object': 'text_completion', 'created': 1715892177, 'model': 'Meta-Llama-3-8B-Instruct-GGUF/Meta-Llama-3-8B-Instruct-Q6_K.gguf', 'choices': [{'text': '[[2,9,2],[8,5,2],[2,2,8],[2,2,8],[8,5,2],[2,9,2]]', 'index': 0, 'logprobs': None, 'finish_reason': 'stop'}], 'usage': {'prompt_tokens': 296, 'completion_tokens': 37, 'total_tokens': 333}}