--- license: llama3.2 language: - ko - en base_model: - meta-llama/Llama-3.2-3B-Instruct pipeline_tag: text-generation --- ![Pexels 이미지](https://images.pexels.com/photos/14541507/pexels-photo-14541507.jpeg) ## Merged below called "gx thinking Groove Feeling X-mas" - [Meta Llama](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct) - [Bllossom Korean Llama](https://huggingface.co/Bllossom/llama-3.2-Korean-Bllossom-3B) - [Carrot AI Rabbit Llama](https://huggingface.co/CarrotAI/Llama-3.2-Rabbit-Ko-3B-Instruct) There is no such thing as a flawless system. It's about using it appropriately and reasonably without pushing it to its limits. ## Test ``` Test GGUF : llama-3.2-koen-gx-3b-instruct-Q5_K_M.gguf (.venv) jaylee@lees-MacBook-Pro-2 hf_hub % ollama create asisansoul -f Modelfile_3b transferring model data 100% using existing layer sha256:c7e60df75175e0bfe4bad1c7715247f122a03893d8eb45f052613ffeca193af1 using existing layer sha256:966de95ca8a62200913e3f8bfbf84c8494536f1b94b49166851e76644e966396 using existing layer sha256:56bb8bd477a519ffa694fc449c2413c6f0e1d3b1c88fa7e3c9d88d3ae49d4dcb creating new layer sha256:8e696b7f0a7623172de768d864ce4586f0951ffc5411bd7ba7ed1f25f5917b57 writing manifest success (.venv) jaylee@lees-MacBook-Pro-2 hf_hub % ollama run asisansoul:latest >>> 대한민국 수도는 대한민국의 수도는 서울입니다. >>> 대한민국 현재 대통령은 한국 대통령은 윤석열입니다. 2022년 5월 10일부터 한국의 제35대 대통령으로 임명되었습니다. >>> 철수가 20개의 연필을 가지고 있었는데 영희가 절반을 가져가고 민수가 남은 5개를 가져갔으면 철수에게 남은 연필의 갯수는 몇개인가요? 영희가 절반의 연필을 가져간다면, 20 / 2 = 10개의 연필이 남았습니다. 이제 민수가 5개의 연필을 가져갔으니, 철수의 남은 연필은 10 - 5 = 5개입니다. >>> 영어로 If Yoon has 20 pens and half of them (10) are taken by Eun, then Yoon will have 10 pens left. Then, Min takes 5 pens away from him. So, Yoon is left with: 10 - 5 = 5 Yoon now has 5 pens remaining. ``` ``` @article{Llama3.2KoEnMerged3BInstruct, title={asiansoul/llama-3.2-koen-merged-3b-instruct-GGUF Card}, author={Asiansoul}, merged={Asiansoul}, year={2024}, url = {https://huggingface.co/asiansoul/llama-3.2-koen-merged-3b-instruct-GGUF} } ```