ClarusC64 commited on
Commit
a35cab2
·
verified ·
1 Parent(s): 98fde0f

Delete evaluation_protocol.md

Browse files
Files changed (1) hide show
  1. evaluation_protocol.md +0 -25
evaluation_protocol.md DELETED
@@ -1,25 +0,0 @@
1
- # Evaluation Protocol
2
-
3
- Models are evaluated using three standard configurations.
4
-
5
- ## Single-Dataset Evaluation
6
-
7
- Train and evaluate on the same dataset.
8
-
9
- Measures regime-specific performance.
10
-
11
- ---
12
-
13
- ## Cross-Regime Transfer
14
-
15
- Train on one regime and evaluate on another.
16
-
17
- Measures ability to generalize stability reasoning.
18
-
19
- ---
20
-
21
- ## Multi-Regime Training
22
-
23
- Train on multiple datasets simultaneously.
24
-
25
- Evaluate whether the model can learn shared stability representations.