Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
base_model:
|
5 |
+
- meta-llama/Llama-3.1-8B-Instruct
|
6 |
+
---
|
7 |
+
- unsloth를 이용해 ipc pdf를 전처리/파싱한 raw data로 pretraining한 모델
|
8 |
+
- max_seq_length = 2000
|
9 |
+
-lora_rank=64, lora_alpha=64, lora_dropout=0
|
10 |
+
|
11 |
+
- target_modules = ["q_proj", "k_proj", "v_proj", "o_proj",
|
12 |
+
- "gate_proj", "up_proj", "down_proj",
|
13 |
+
- "lm_head", "embed_tokens",]
|