Update README.md
Browse files
README.md
CHANGED
|
@@ -45,7 +45,7 @@ The uploaded weights are the "Balanced" configuration below.
|
|
| 45 |
Hardware: 1× RTX 4060 Laptop (8 GB). Class rebalancing is the one deviation from the
|
| 46 |
paper's method, which trains on the raw distribution (97% non-flaky).
|
| 47 |
|
| 48 |
-
## Results (per-category F1
|
| 49 |
|
| 50 |
| Category | Baseline | lr 2e-5 | Balanced | Augmented | Paper |
|
| 51 |
| ---------------- | ---------: | ---------: | ---------: | ---------: | ---------: |
|
|
@@ -83,11 +83,6 @@ with torch.no_grad():
|
|
| 83 |
print(model.config.id2label[pred])
|
| 84 |
```
|
| 85 |
|
| 86 |
-
`trust_remote_code=True` is required — the MLP head is a custom architecture defined in
|
| 87 |
-
`modeling_flakylens.py`.
|
| 88 |
-
|
| 89 |
-
Labels: `0` async wait, `1` concurrency, `2` time, `3` unordered collections,
|
| 90 |
-
`4` test order dependency, `5` non-flaky.
|
| 91 |
|
| 92 |
Scope: Java/Kotlin test methods; inputs longer than 512 tokens are truncated.
|
| 93 |
|
|
|
|
| 45 |
Hardware: 1× RTX 4060 Laptop (8 GB). Class rebalancing is the one deviation from the
|
| 46 |
paper's method, which trains on the raw distribution (97% non-flaky).
|
| 47 |
|
| 48 |
+
## Results (per-category F1)
|
| 49 |
|
| 50 |
| Category | Baseline | lr 2e-5 | Balanced | Augmented | Paper |
|
| 51 |
| ---------------- | ---------: | ---------: | ---------: | ---------: | ---------: |
|
|
|
|
| 83 |
print(model.config.id2label[pred])
|
| 84 |
```
|
| 85 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 86 |
|
| 87 |
Scope: Java/Kotlin test methods; inputs longer than 512 tokens are truncated.
|
| 88 |
|