Skip to content

Commit ff727f2

Browse files
authored
update: text in Home.vue
1 parent 094f627 commit ff727f2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Home.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,8 @@
105105
</div>
106106

107107
<p class="text-content">
108-
- The <span style="color:var(--dark_accent_color);"><b>% Resolved</b></span> metric is the percentage of instances
109-
(<b>500</b> for Python, <b>128</b> for Java, <b>224</b> for TypeScript, <b>356</b> for JavaScript, <b>428</b> for Go, <b>239</b> for Rust, <b>128</b> for C, <b>129</b> for C++) <i>solved</i> by the model.
110-
<b>Overall</b> represents all instances within each language, while <b>Easy</b>, <b>Medium</b>, and <b>Hard</b> denote instances at different difficulty levels.
108+
- <span style="color:var(--dark_accent_color);"><b>% Resolved</b></span> denotes the proportion of successfully solved instances per language (Python: <b>500</b>, Java: <b>128</b>, TypeScript: <b>224</b>, JavaScript: <b>356</b>, Go: <b>428</b>, Rust: <b>239</b>, C: <b>128</b>, C++: <b>129</b>).
109+
<b>Overall</b> includes all instances for each language, while </b>Easy</b>, </b>Medium</b>, and </b>Hard</b> correspond to subsets categorized by difficulty level.
111110
<br>
112111
- <span style="color:var(--dark_accent_color);"><b>✅ Checked</b></span> indicates that we, the Multi-SWE-bench team, received access to the system and
113112
were able to reproduce the patch generations.

0 commit comments

Comments
 (0)