llama3-diverce-v4.5 / README.md
sel303's picture
Update README.md
c4a6e2a verified
|
raw
history blame
No virus
408 Bytes
---
license: llama3
---
모델 : llama3 8B instruct
데이터 : AIhub 데이터셋, 자체 제작 데이터셋
모델 학습 파라미터 : 모델의 파라미터 중 10%정도를 trainable한 parameter로 설정
generate config :
max_new_tokens = 1024,
repetition_penalty = 1.1, #1.1~1.2
temperature = 0.75,
do_sample= True
top_k = 5
주의 : 민감 데이터가 들어가 있을 수 있습니다.