Alignment-Lab-AI's picture
Upload folder using huggingface_hub
d5bfab8 verified
Meta-Llama-3-8B-Instruct-Q6_K
---
ARC puzzle
input 0
[[1,1,3,2,1,1,3,2],[1,1,3,3,1,1,3,3],[3,3,1,1,3,3,1,1],[2,3,1,1,2,3,1,1]]
output 0
[[1,1,3,2],[1,1,3,3],[3,3,1,1],[2,3,1,1]]
input 1
[[4,4,4,4,4,4],[6,4,8,6,4,8],[6,6,8,6,6,8]]
output 1
[[4,4,4],[6,4,8],[6,6,8]]
input 2
[[2,3],[3,2],[4,4],[2,3],[3,2],[4,4]]
output 2
[[2,3],[3,2],[4,4]]
input 3
[[5,4,5],[4,5,4],[6,6,4],[2,6,2],[5,4,5],[4,5,4],[6,6,4],[2,6,2]]
output 3
---
expected response text:
[[5,4,5],[4,5,4],[6,6,4],[2,6,2]]
actual response text:
[[5,4,5],[4,5,4],[6,6,4],[2,6,2]]
status: correct
response dict:
{'id': 'cmpl-888b4a7b-abb1-4b3d-8a71-9543b8e7fe8e', 'object': 'text_completion', 'created': 1715892214, 'model': 'Meta-Llama-3-8B-Instruct-GGUF/Meta-Llama-3-8B-Instruct-Q6_K.gguf', 'choices': [{'text': '[[5,4,5],[4,5,4],[6,6,4],[2,6,2]]', 'index': 0, 'logprobs': None, 'finish_reason': 'stop'}], 'usage': {'prompt_tokens': 284, 'completion_tokens': 25, 'total_tokens': 309}}