Safetensors
Korean
llama
GyuHyeonWkdWkdMan's picture
Update README.md
d25c71d verified
metadata
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

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