megaaziib commited on
Commit
0918b3c
·
1 Parent(s): 12e985b

fix model settings

Browse files
Files changed (1) hide show
  1. weights/model_info.json +34 -25
weights/model_info.json CHANGED
@@ -1,47 +1,56 @@
1
  {
2
- "ayaka-jp": {
3
  "enable": true,
4
- "name": "ayaka-jp",
5
- "title": "Genshin Impact - Kamisato Ayaka",
6
  "cover": "cover.png",
7
- "feature_retrieval_library": "added_IVF415_Flat_nprobe_6.index",
8
  "feature_file": "total_fea.npy",
9
- "author":"Ardha"
10
  },
11
- "nahida-jp": {
12
  "enable": true,
13
- "name": "nahida-jp",
14
- "title": "Genshin Impact - Nahida",
15
  "cover": "cover.png",
16
- "feature_retrieval_library": "added_IVF265_Flat_nprobe_5.index",
17
  "feature_file": "total_fea.npy",
18
- "author":"Ardha"
19
  },
20
- "hutao-jp": {
21
  "enable": true,
22
- "name": "hutao-jp",
23
- "title": "Genshin Impact - Hutao",
24
  "cover": "cover.png",
25
- "feature_retrieval_library": "added_IVF265_Flat_nprobe_5.index",
26
  "feature_file": "total_fea.npy",
27
- "author":"Ardha"
28
  },
29
- "wanderer-jp": {
30
  "enable": true,
31
- "name": "wanderer-jp",
32
- "title": "Genshin Impact - Wanderer",
33
  "cover": "cover.png",
34
- "feature_retrieval_library": "added_IVF128_Flat_nprobe_4.index",
35
  "feature_file": "total_fea.npy",
36
- "author":"Ardha"
37
  },
38
- "xiao-jp": {
39
  "enable": true,
40
- "name": "xiao-jp",
41
- "title": "Genshin Impact - Xiao",
42
  "cover": "cover.png",
43
- "feature_retrieval_library": "added_IVF233_Flat_nprobe_5.index",
44
  "feature_file": "total_fea.npy",
45
- "author":"Ardha"
 
 
 
 
 
 
 
 
 
46
  }
47
  }
 
1
  {
2
+ "zeta": {
3
  "enable": true,
4
+ "name": "zeta",
5
+ "title": "Vestia Zeta",
6
  "cover": "cover.png",
7
+ "feature_retrieval_library": "added_IVF409_Flat_nprobe_1.index",
8
  "feature_file": "total_fea.npy",
9
+ "author":"megaaziib"
10
  },
11
+ "kobo": {
12
  "enable": true,
13
+ "name": "kobo",
14
+ "title": "Kobo Kanaeru",
15
  "cover": "cover.png",
16
+ "feature_retrieval_library": "added_IVF353_Flat_nprobe_1.index",
17
  "feature_file": "total_fea.npy",
18
+ "author":"megaaziib"
19
  },
20
+ "kaela": {
21
  "enable": true,
22
+ "name": "kaela",
23
+ "title": "Kaela Kovalskia",
24
  "cover": "cover.png",
25
+ "feature_retrieval_library": "added_IVF250_Flat_nprobe_1.index",
26
  "feature_file": "total_fea.npy",
27
+ "author":"megaaziib"
28
  },
29
+ "pekora": {
30
  "enable": true,
31
+ "name": "pekora",
32
+ "title": "Usada Pekora",
33
  "cover": "cover.png",
34
+ "feature_retrieval_library": "added_IVF801_Flat_nprobe_1.index",
35
  "feature_file": "total_fea.npy",
36
+ "author":"megaaziib"
37
  },
38
+ "anya": {
39
  "enable": true,
40
+ "name": "anya",
41
+ "title": "Anya Melfissa",
42
  "cover": "cover.png",
43
+ "feature_retrieval_library": "added_IVF787_Flat_nprobe_1.index",
44
  "feature_file": "total_fea.npy",
45
+ "author":"megaaziib"
46
+ },
47
+ "reine": {
48
+ "enable": true,
49
+ "name": "reine",
50
+ "title": "Pavolia Reine",
51
+ "cover": "cover.png",
52
+ "feature_retrieval_library": "added_IVF653_Flat_nprobe_1",
53
+ "feature_file": "total_fea.npy",
54
+ "author":"megaaziib"
55
  }
56
  }