ao9000 commited on
Commit
a875d86
·
verified ·
1 Parent(s): ea1d1fd

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Lora finetuning on Wikipedia-10, applying counter factual data augmentation (CDA)
2
+ - Dataset: Wikipedia-10
3
+ - Target modules = ["query", "value"]
4
+
5
+ ```
6
+ {
7
+ "epoch": 0.06122556358609606,
8
+ "total_flos": 3.3909236563968e+16,
9
+ "train_loss": 0.9592373611629009,
10
+ "train_runtime": 5840.6966,
11
+ "train_samples": 1045315,
12
+ "train_samples_per_second": 10.958,
13
+ "train_steps_per_second": 0.342
14
+ }
15
+ ```
16
+
17
+
18
+ # Training script: https://github.com/ao9000/bias-bench/blob/main/experiments/run_clm.py