Update README.md
Browse files
README.md
CHANGED
|
@@ -33,11 +33,4 @@ states, add labels, etc.).
|
|
| 33 |
|
| 34 |
## Usage
|
| 35 |
|
| 36 |
-
|
| 37 |
-
from datasets import load_dataset
|
| 38 |
-
|
| 39 |
-
ds = load_dataset("hubertmarek/linear-bench-mini", split="train")
|
| 40 |
-
print(ds[0]["expected_state"][0]["mask_fields"])
|
| 41 |
-
```
|
| 42 |
-
|
| 43 |
-
Subset derived from `examples/linear/testsuites/linear_bench.json` (first 27 tests).
|
|
|
|
| 33 |
|
| 34 |
## Usage
|
| 35 |
|
| 36 |
+
Read more here https://github.com/hubert-marek/agent-diff
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|