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],[1,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]]
output 0
[[0,0,0,0,0,0,0,0,0,0,0],[1,1,1,1,1,5,2,2,2,2,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]]
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,0,0,0,0,0,0,0],[3,0,0,0,0,0,0,0,0,0,7],[0,0,0,0,0,0,0,0,0,0,0]]
output 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],[3,3,3,3,3,5,7,7,7,7,7],[0,0,0,0,0,0,0,0,0,0,0]]
input 2
[[0,0,0,0,0,0,0,0,0,0,0],[4,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],[6,0,0,0,0,0,0,0,0,0,9]]
output 2
---
expected response text:
[[0,0,0,0,0,0,0,0,0,0,0],[4,4,4,4,4,5,8,8,8,8,8],[0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0],[6,6,6,6,6,5,9,9,9,9,9]]
actual response text:
[[0,0,0,0,0,0,0,0,0,0,0],[4,4,4,4,4,5,8,8,8,8,8],[0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0],[6,6,6,6,6,5,9,9,9,9,9]]
status: correct
response dict:
{'id': 'cmpl-845359dd-71e9-490c-b14d-1ac714eed89f', 'object': 'text_completion', 'created': 1715891675, 'model': 'Meta-Llama-3-8B-Instruct-GGUF/Meta-Llama-3-8B-Instruct-Q6_K.gguf', 'choices': [{'text': '[[0,0,0,0,0,0,0,0,0,0,0],[4,4,4,4,4,5,8,8,8,8,8],[0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0],[6,6,6,6,6,5,9,9,9,9,9]]', 'index': 0, 'logprobs': None, 'finish_reason': 'stop'}], 'usage': {'prompt_tokens': 588, 'completion_tokens': 111, 'total_tokens': 699}}