fix: change the folder id of llama 7b for consistancy

This commit is contained in:
hahuyhoang411 2024-03-25 17:04:56 +07:00 committed by Van Pham
parent 316db44a56
commit faa991331f

View File

@ -5,11 +5,11 @@
"url": "https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF/resolve/main/llama-2-7b-chat.Q4_K_M.gguf" "url": "https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF/resolve/main/llama-2-7b-chat.Q4_K_M.gguf"
} }
], ],
"id": "llama2-chat-7b-q4", "id": "llama2-chat-7b",
"object": "model", "object": "model",
"name": "Llama 2 Chat 7B Q4", "name": "Llama 2 Chat 7B Q4",
"version": "1.0", "version": "1.0",
"description": "Llama 2 Chat 7b model, specifically designed for a comprehensive understanding through training on extensive internet data.", "description": "Llama 2 specifically designed for a comprehensive understanding the world.",
"format": "gguf", "format": "gguf",
"settings": { "settings": {
"ctx_len": 4096, "ctx_len": 4096,
@ -26,7 +26,7 @@
"presence_penalty": 0 "presence_penalty": 0
}, },
"metadata": { "metadata": {
"author": "MetaAI, The Bloke", "author": "MetaAI",
"tags": ["7B", "Foundational Model"], "tags": ["7B", "Foundational Model"],
"size": 4080000000 "size": 4080000000
}, },