forked from eric11eca/disco
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathovergeneration.sh
executable file
·77 lines (67 loc) · 5.83 KB
/
overgeneration.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# python run.py --start 14000 --end 16000 --type c2e --prompt_search --num_neighbors 8
# python run.py --start 16000 --end 18000 --type c2e --prompt_search --num_neighbors 8
# python run.py --start 18000 --end 20000 --type c2e --prompt_search --num_neighbors 8
# python run.py --start 20000 --end 22000 --type c2e --prompt_search --num_neighbors 8
# python run.py --start 22000 --end 24000 --type c2e --prompt_search --num_neighbors 8
# python run.py --start 24000 --end 26000 --type c2e --prompt_search --num_neighbors 8
# python run.py --start 26000 --end 28000 --type c2e --prompt_search --num_neighbors 8
# python run.py --start 28000 --end 30000 --type c2e --prompt_search --num_neighbors 8
# python run.py --start 14000 --end 16000 --type n2c --gen_type insertion
# python run.py --start 16000 --end 18000 --type n2c --gen_type insertion
# python run.py --start 18000 --end 20000 --type n2c --gen_type insertion
# python run.py --start 20000 --end 22000 --type n2c --gen_type insertion
# python run.py --start 22000 --end 24000 --type n2c --gen_type insertion
# python run.py --start 24000 --end 26000 --type n2c --gen_type insertion
# python run.py --start 26000 --end 28000 --type n2e --gen_type insertion
python run.py --start 28000 --end 30000 --type n2c --gen_type insertion
# python run.py --start 14000 --end 16000 --type e2c --prompt_search --num_neighbors 8
# python run.py --start 16000 --end 18000 --type e2c --prompt_search --num_neighbors 8
# python run.py --start 18000 --end 20000 --type e2c --prompt_search --num_neighbors 8
# python run.py --start 20000 --end 22000 --type e2c --prompt_search --num_neighbors 8
# python run.py --start 22000 --end 24000 --type e2c --prompt_search --num_neighbors 8
# python run.py --start 24000 --end 26000 --type e2c --prompt_search --num_neighbors 8
# python run.py --start 26000 --end 28000 --type e2c --prompt_search --num_neighbors 8
# python run.py --start 28000 --end 30000 --type e2c --prompt_search --num_neighbors 8
# python run.py --start 10000 --end 12000 --type e2n --prompt_search --num_neighbors 4
# python run.py --start 12000 --end 14000 --type e2n --prompt_search --num_neighbors 4
# python run.py --start 14000 --end 16000 --type e2n --prompt_search --num_neighbors 4
# python run.py --start 16000 --end 18000 --type e2n --prompt_search --num_neighbors 4
# python run.py --start 18000 --end 20000 --type e2n --prompt_search --num_neighbors 4
# python run.py --start 20000 --end 22000 --type e2n --prompt_search --num_neighbors 4
# python run.py --start 22000 --end 24000 --type e2n --prompt_search --num_neighbors 4
# python run.py --start 24000 --end 26000 --type e2n --prompt_search --num_neighbors 4
# python run.py --start 26000 --end 28000 --type e2n --prompt_search --num_neighbors 4
# python run.py --start 28000 --end 30000 --type e2n --prompt_search --num_neighbors 4
# python run.py --start 30000 --end 32000 --type e2n --prompt_search --num_neighbors 4
# python run.py --start 32000 --end 34000 --type e2n --prompt_search --num_neighbors 4
# python run.py --start 34000 --end 36000 --type e2n --prompt_search --num_neighbors 4
# python run.py --start 10000 --end 12000 --type c2n --prompt_search --num_neighbors 4
# python run.py --start 12000 --end 14000 --type c2n --prompt_search --num_neighbors 4
# python run.py --start 14000 --end 16000 --type c2n --prompt_search --num_neighbors 4
# python run.py --start 16000 --end 18000 --type c2n --prompt_search --num_neighbors 4
# python run.py --start 18000 --end 20000 --type c2n --prompt_search --num_neighbors 4
# python run.py --start 20000 --end 22000 --type c2n --prompt_search --num_neighbors 4
# python run.py --start 22000 --end 24000 --type c2n --prompt_search --num_neighbors 4
# python run.py --start 24000 --end 26000 --type c2n --prompt_search --num_neighbors 4
# python run.py --start 26000 --end 28000 --type c2n --prompt_search --num_neighbors 4
# python run.py --start 28000 --end 30000 --type c2n --prompt_search --num_neighbors 4
# python run.py --start 30000 --end 32000 --type c2n --prompt_search --num_neighbors 4
# python run.py --start 32000 --end 34000 --type c2n --prompt_search --num_neighbors 4
# python run.py --start 34000 --end 36000 --type c2n --prompt_search --num_neighbors 4
# python run.py --start 36000 --end 38000 --type c2n --prompt_search --num_neighbors 4
# python run.py --start 20000 --end 21000 --type c2e --prompt_search --num_neighbors 4 --dataset anli
# python run.py --start 21000 --end 22000 --type c2e --prompt_search --num_neighbors 4 --dataset anli
# python run.py --start 22000 --end 23000 --type c2e --prompt_search --num_neighbors 4 --dataset anli
# python run.py --start 23000 --end 24000 --type c2e --prompt_search --num_neighbors 4 --dataset anli
# python run.py --start 24000 --end 25000 --type c2e --prompt_search --num_neighbors 4 --dataset anli
# python run.py --start 25000 --end 26000 --type c2e --prompt_search --num_neighbors 4 --dataset anli
# python run.py --start 26000 --end 27000 --type c2e --prompt_search --num_neighbors 4 --dataset anli
# python run.py --start 27000 --end 28000 --type c2e --prompt_search --num_neighbors 4 --dataset anli
# python run.py --start 28000 --end 29000 --type c2e --prompt_search --num_neighbors 4 --dataset anli
# python run.py --start 29000 --end 30000 --type c2e --prompt_search --num_neighbors 4 --dataset anli
# python run.py --start 30000 --end 31000 --type c2e --prompt_search --num_neighbors 4 --dataset anli
# python run.py --start 31000 --end 32000 --type c2e --prompt_search --num_neighbors 4 --dataset anli
# python run.py --start 32000 --end 33000 --type c2e --prompt_search --num_neighbors 4 --dataset anli
# python run.py --start 33000 --end 34000 --type c2e --prompt_search --num_neighbors 4 --dataset anli
# python run.py --start 34000 --end 35000 --type c2e --prompt_search --num_neighbors 4 --dataset anli
# python run.py --start 35000 --end 36000 --type c2e --prompt_search --num_neighbors 4 --dataset anli