ao9000 commited on
Commit
dab4aa6
·
verified ·
1 Parent(s): b651d16

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -3
README.md CHANGED
@@ -1,3 +1,22 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+ # Lora finetuning on Wikipedia-10, applying counter factual data augmentation (CDA)
5
+ - Dataset: Wikipedia-10
6
+ - Target modules = ["q_proj", "k_proj", "v_proj", "dense", "fc1", "fc2"]
7
+
8
+ ```
9
+ {
10
+ "epoch": 2.8503986104306773,
11
+ "total_flos": 1.0451807295707516e+18,
12
+ "train_loss": 0.7933661967515946,
13
+ "train_runtime": 65423.383,
14
+ "train_samples": 22453,
15
+ "train_samples_per_second": 0.978,
16
+ "train_steps_per_second": 0.031
17
+ }
18
+ ```
19
+
20
+
21
+ # Training script: https://github.com/ao9000/bias-bench/blob/main/experiments/run_clm.py
22
+