| Meta-Llama-3-8B-Instruct-Q6_K | |
| --- | |
| ARC puzzle | |
| input 0 | |
| [[0,5,0],[5,5,2],[0,0,0]] | |
| output 0 | |
| [[0,5,0,0,5,0],[5,5,2,5,5,2],[0,0,0,0,0,0]] | |
| input 1 | |
| [[3,0,0],[2,3,0],[2,1,8],[0,1,0]] | |
| output 1 | |
| [[3,0,0,3,0,0],[2,3,0,2,3,0],[2,1,8,2,1,8],[0,1,0,0,1,0]] | |
| input 2 | |
| [[5,2,3,0],[2,5,3,0],[5,2,8,8],[0,0,6,0]] | |
| output 2 | |
| [[5,2,3,0,5,2,3,0],[2,5,3,0,2,5,3,0],[5,2,8,8,5,2,8,8],[0,0,6,0,0,0,6,0]] | |
| input 3 | |
| [[4,0,0,0],[4,5,0,0],[0,5,6,0],[6,6,1,0],[0,0,0,1]] | |
| output 3 | |
| --- | |
| expected response text: | |
| [[4,0,0,0,4,0,0,0],[4,5,0,0,4,5,0,0],[0,5,6,0,0,5,6,0],[6,6,1,0,6,6,1,0],[0,0,0,1,0,0,0,1]] | |
| actual response text: | |
| [[4,0,0,0,4,0,0,0],[4,5,0,0,4,5,0,0],[0,5,6,0,0,5,6,0],[6,6,1,0,6,6,1,0],[0,0,0,1,0,0,0,1]] | |
| status: correct | |
| response dict: | |
| {'id': 'cmpl-31ed45a5-6f34-48ba-9d29-a17b36d1d118', 'object': 'text_completion', 'created': 1715892477, 'model': 'Meta-Llama-3-8B-Instruct-GGUF/Meta-Llama-3-8B-Instruct-Q6_K.gguf', 'choices': [{'text': '[[4,0,0,0,4,0,0,0],[4,5,0,0,4,5,0,0],[0,5,6,0,0,5,6,0],[6,6,1,0,6,6,1,0],[0,0,0,1,0,0,0,1]]', 'index': 0, 'logprobs': None, 'finish_reason': 'stop'}], 'usage': {'prompt_tokens': 312, 'completion_tokens': 82, 'total_tokens': 394}} | |