wwewtech commited on
Commit
169df06
·
verified ·
1 Parent(s): fb8d8b5

Upload academic_findings_summary.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. academic_findings_summary.json +40 -0
academic_findings_summary.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "root_cause": "PeftModel.from_pretrained wraps base model in-place; Base column measured adapter-active model",
3
+ "peft_same_model_object": true,
4
+ "adapter_has_effect": true,
5
+ "probe_max_logit_abs_diff": 4.504883,
6
+ "fresh_matrix": {
7
+ "humaneval_pass_at_1": {
8
+ "base": 0.0,
9
+ "rag": 12.5,
10
+ "lora": 12.5,
11
+ "hybrid": 0.0
12
+ },
13
+ "rummlu_accuracy": {
14
+ "base": 87.5,
15
+ "rag": 100.0,
16
+ "lora": 100.0,
17
+ "hybrid": 100.0
18
+ },
19
+ "perplexity": {
20
+ "base": 35.44,
21
+ "lora": 32.19
22
+ },
23
+ "rouge": {
24
+ "base": {
25
+ "rouge1": 0.4264705882352941,
26
+ "rouge2": 0.20952380952380956,
27
+ "rougeL": 0.3639705882352941,
28
+ "rougeLsum": 0.3639705882352941
29
+ },
30
+ "lora": {
31
+ "rouge1": 0.45416666666666666,
32
+ "rouge2": 0.29670329670329676,
33
+ "rougeL": 0.3875,
34
+ "rougeLsum": 0.3875
35
+ }
36
+ }
37
+ },
38
+ "fresh_ppl_delta_lora_minus_base": -3.25,
39
+ "fresh_ppl_verdict": "improvement"
40
+ }