snaykey commited on
Commit
27f71d2
·
verified ·
1 Parent(s): c580b2f

partial cacheattack

Browse files
Files changed (1) hide show
  1. cacheattack_partial.json +62 -0
cacheattack_partial.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "cacheattack",
3
+ "partial": true,
4
+ "elapsed_s": 123.2,
5
+ "paper_ref": {
6
+ "c1": {
7
+ "HR": 86.9,
8
+ "ISR": 81.1
9
+ },
10
+ "c2": {
11
+ "HR": 83.1,
12
+ "ISR": 77.1
13
+ },
14
+ "c4": {
15
+ "diag_min": 92.0,
16
+ "off_min": 49.8,
17
+ "off_max": 86.9,
18
+ "abs_max": 94.0
19
+ },
20
+ "c5": {
21
+ "best_dHR": 21.0,
22
+ "best_dISR": 25.4
23
+ }
24
+ },
25
+ "environment": {
26
+ "python": "3.12.12",
27
+ "platform": "Linux-6.12.94-123.190.amzn2023.x86_64-x86_64-with-glibc2.36",
28
+ "torch": "2.13.0+cu130",
29
+ "cuda": true,
30
+ "device": "cuda",
31
+ "gpu": "Tesla T4",
32
+ "seed": 20260127,
33
+ "tau": 0.8,
34
+ "smoke": false,
35
+ "emb_models": {
36
+ "MiniLM": "sentence-transformers/all-MiniLM-L6-v2",
37
+ "MPNet": "sentence-transformers/all-mpnet-base-v2",
38
+ "BGE": "BAAI/bge-small-en-v1.5",
39
+ "E5": "intfloat/e5-small-v2",
40
+ "GTE": "thenlper/gte-small"
41
+ },
42
+ "llm_id": "Qwen/Qwen2.5-3B-Instruct",
43
+ "n_victims": 50,
44
+ "steps": 130,
45
+ "cands": 48,
46
+ "suffix_len": 32,
47
+ "c4_steps": 70,
48
+ "c4_cands": 32,
49
+ "n_c4_victims": 30,
50
+ "n_pairs_c3": 400,
51
+ "max_new_tokens": 48,
52
+ "wall_s": 2700.0,
53
+ "data_source": "nyu-mll/glue/qqp:validation",
54
+ "llm_loaded": "Qwen/Qwen2.5-3B-Instruct"
55
+ },
56
+ "claim_1": null,
57
+ "claim_2": null,
58
+ "claim_3": null,
59
+ "claim_4": null,
60
+ "claim_5": null,
61
+ "injection_model": "Qwen/Qwen2.5-3B-Instruct"
62
+ }