Update README.md
Browse files
README.md
CHANGED
@@ -1,15 +1,18 @@
|
|
|
|
1 |
license: mit
|
2 |
datasets:
|
3 |
-
|
|
|
4 |
language:
|
5 |
-
|
6 |
base_model:
|
7 |
-
|
8 |
tags:
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
13 |
|
14 |
# 🔥 BLAZE: Cross-Language and Cross-Project Bug Localization
|
15 |
|
@@ -68,4 +71,4 @@ Please cite the following paper if you use BLAZE or BeetleBox in your work:
|
|
68 |
year = {2025},
|
69 |
pages = {1--14}
|
70 |
}
|
71 |
-
```
|
|
|
1 |
+
---
|
2 |
license: mit
|
3 |
datasets:
|
4 |
+
- bug-localization/BeetleBox
|
5 |
+
- princeton-nlp/SWE-bench
|
6 |
language:
|
7 |
+
- en
|
8 |
base_model:
|
9 |
+
- codesage/codesage-base
|
10 |
tags:
|
11 |
+
- bug
|
12 |
+
- localization
|
13 |
+
- embedding
|
14 |
+
- multi-language
|
15 |
+
---
|
16 |
|
17 |
# 🔥 BLAZE: Cross-Language and Cross-Project Bug Localization
|
18 |
|
|
|
71 |
year = {2025},
|
72 |
pages = {1--14}
|
73 |
}
|
74 |
+
```
|