sumink commited on
Commit
01208c6
ยท
verified ยท
1 Parent(s): db03ac5

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Model: LLaMA (IFD Top 30% + High Instruction Entropy)
2
+
3
+ ## ๐Ÿ” Purpose
4
+
5
+ Fine-tune `meta-llama/Llama-3.2-1B` on instructions with **high entropy** among the high-IFD group.
6
+ These instructions are **more diverse and complex** in word usage.
7
+
8
+ ## ๐Ÿ“‚ Dataset
9
+
10
+ - `alpaca2000_entropy_high.csv`
11
+ - From `alpaca2000.csv` (IFD ์ƒ์œ„ 30%)
12
+ - instruction entropy ์ƒ์œ„ 30% ์ถ”์ถœ (์•ฝ 180๊ฐœ)
13
+
14
+ ## โš™๏ธ Training Config
15
+
16
+ - Model: `meta-llama/Llama-3.2-1B`
17
+ - Precision: `bf16` or `float32`
18
+ - Epochs: 3
19
+ - Max length: 2048
20
+ - Output: `output/llama_entropy_high`
21
+
22
+ ## ๐Ÿงช Goal
23
+
24
+ Evaluate whether **complex and diverse** instructions improve the fine-tuning performance on instruction-following tasks.