ksort commited on
Commit
d00d439
·
1 Parent(s): f286577

Add KLing-v1.0

Browse files
model/matchmaker_video.py CHANGED
@@ -105,8 +105,8 @@ def matchmaker_video(num_players, k_group=4):
105
  # Exclude self, select opponent with highest UCB score
106
  ucb_scores[selected_player] = -float('inf')
107
 
108
- excluded_players_1 = [num_players-1, num_players-4]
109
- excluded_players_2 = [num_players-2, num_players-3, num_players-5]
110
  excluded_players = excluded_players_1 + excluded_players_2
111
  if selected_player in excluded_players_1:
112
  for player in excluded_players:
 
105
  # Exclude self, select opponent with highest UCB score
106
  ucb_scores[selected_player] = -float('inf')
107
 
108
+ excluded_players_1 = [7, 10]
109
+ excluded_players_2 = [6, 8, 9]
110
  excluded_players = excluded_players_1 + excluded_players_2
111
  if selected_player in excluded_players_1:
112
  for player in excluded_players:
model/models/__init__.py CHANGED
@@ -51,6 +51,7 @@ VIDEO_GENERATION_MODELS = ['replicate_Zeroscope-v2-xl_text2video',
51
  'other_Runway-Gen2_text2video',
52
  'other_Sora_text2video',
53
  'replicate_Cogvideox-5b_text2video',
 
54
  ]
55
 
56
 
 
51
  'other_Runway-Gen2_text2video',
52
  'other_Sora_text2video',
53
  'replicate_Cogvideox-5b_text2video',
54
+ 'other_KLing-v1.0_text2video',
55
  ]
56
 
57
 
sorted_score_list_video.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "total_models": 12,
3
  "total_votes": 543,
4
- "last_updated": "2024-10-16",
5
  "sorted_score_list": [
6
  {
7
  "Rank": 1,
@@ -86,6 +86,13 @@
86
  "\u2b50 Score (\u03bc/\u03c3)": "13.0 (15.7/0.897)",
87
  "\ud83d\uddf3\ufe0f Votes": 351.0,
88
  "\ud83c\udfdb\ufe0f Organization": "Cerspense"
 
 
 
 
 
 
 
89
  }
90
  ]
91
  }
 
1
  {
2
+ "total_models": 13,
3
  "total_votes": 543,
4
+ "last_updated": "2024-10-20",
5
  "sorted_score_list": [
6
  {
7
  "Rank": 1,
 
86
  "\u2b50 Score (\u03bc/\u03c3)": "13.0 (15.7/0.897)",
87
  "\ud83d\uddf3\ufe0f Votes": 351.0,
88
  "\ud83c\udfdb\ufe0f Organization": "Cerspense"
89
+ },
90
+ {
91
+ "Rank": 13,
92
+ "\ud83e\udd16 Model": "KLing-v1.0",
93
+ "\u2b50 Score (\u03bc/\u03c3)": "0.0 (25.0/8.333*)",
94
+ "\ud83d\uddf3\ufe0f Votes": 0.0,
95
+ "\ud83c\udfdb\ufe0f Organization": "Kuaishou"
96
  }
97
  ]
98
  }