ao9000 commited on
Commit
3bd94eb
1 Parent(s): b661709

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -3
README.md CHANGED
@@ -1,3 +1,23 @@
1
- ---
2
- license: llama2
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama2
3
+ ---
4
+
5
+ # Lora finetuning on Wikipedia-10, applying counter factual data augmentation (CDA)
6
+ - Dataset: Wikipedia-10
7
+ - Target modules = ["q_proj", "k_proj", "v_proj", "o_proj", "gate_proj", "up_proj", "down_proj"]
8
+
9
+ ```
10
+ {
11
+ "epoch": 2.566261678495529,
12
+ "total_flos": 2.605973017460736e+18,
13
+ "train_loss": 0.7921548962593079,
14
+ "train_runtime": 150925.8962,
15
+ "train_samples": 24939,
16
+ "train_samples_per_second": 0.424,
17
+ "train_steps_per_second": 0.013
18
+ }
19
+ ```
20
+
21
+
22
+ # Training script: https://github.com/ao9000/bias-bench/blob/main/experiments/run_clm.py
23
+