--- license: cc-by-nc-4.0 datasets: - squarelike/OpenOrca-gugugo-ko - MarkrAI/KOpen-HQ-Hermes-2.5-60K language: - ko base_model: - meta-llama/Meta-Llama-3.1-8B-Instruct --- A Creative Commons NonCommercial license (CC NC, CC BY-NC or NC license) is a Creative Commons license which a copyright holder can apply to their media to give public permission for anyone to reuse that media only for noncommercial activities. Creative Commons is an organization which develops a variety of public copyright licenses, and the "noncommercial" licenses are a subset of these. Unlike the CC0, CC BY, and CC BY-SA licenses, the CC BY-NC license is considered non-free. v0.5.0 버전에서 MarkrAI/KOpen_HQ-Hermes-2.5-60k 데이터셋을 학습시켰습니다. how to use ```python from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("naps-llama-3.1-instruct-v0.5.1") model = AutoModelForCausalLM.from_pretrained("naps-llama-3.1-instruct-v0.5.1") ``` Contact : cgh@tnap.co.kr