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

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


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


expected response text: [[2,2,2,2,2,2,2,2,2,2],[2,0,0,0,0,0,0,0,0,2],[2,2,2,2,2,2,2,2,2,2],[2,0,0,0,0,0,0,0,0,2],[2,0,0,0,0,0,0,0,0,2],[8,0,0,0,0,0,0,0,0,8],[8,0,0,0,0,0,0,0,0,8],[8,8,8,8,8,8,8,8,8,8],[8,0,0,0,0,0,0,0,0,8],[8,8,8,8,8,8,8,8,8,8]]

actual response text: [[2,2,2,2,2,2,2,2,2,2],[2,0,0,0,0,0,0,0,0,2],[2,2,2,2,2,2,2,2,2,2],[2,0,0,0,0,0,0,0,0,2],[2,0,0,0,0,0,0,0,0,2],[8,0,0,0,0,0,0,0,0,8],[8,0,0,0,0,0,0,0,0,8],[8,8,8,8,8,8,8,8,8,8],[8,0,0,0,0,0,0,0,0,8],[8,8,8,8,8,8,8,8,8,8]]

status: correct

response dict: {'id': 'cmpl-04611bdf-3d5a-4276-b18b-99bde5f3176a', 'object': 'text_completion', 'created': 1715891485, 'model': 'Meta-Llama-3-8B-Instruct-GGUF/Meta-Llama-3-8B-Instruct-Q6_K.gguf', 'choices': [{'text': '[[2,2,2,2,2,2,2,2,2,2],[2,0,0,0,0,0,0,0,0,2],[2,2,2,2,2,2,2,2,2,2],[2,0,0,0,0,0,0,0,0,2],[2,0,0,0,0,0,0,0,0,2],[8,0,0,0,0,0,0,0,0,8],[8,0,0,0,0,0,0,0,0,8],[8,8,8,8,8,8,8,8,8,8],[8,0,0,0,0,0,0,0,0,8],[8,8,8,8,8,8,8,8,8,8]]', 'index': 0, 'logprobs': None, 'finish_reason': 'stop'}], 'usage': {'prompt_tokens': 1038, 'completion_tokens': 201, 'total_tokens': 1239}}