add readme summary
Browse files
README.md
CHANGED
|
@@ -19,3 +19,14 @@ configs:
|
|
| 19 |
- split: bookwiki
|
| 20 |
path: "experiments_roberta_bookwiki.csv"
|
| 21 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
- split: bookwiki
|
| 20 |
path: "experiments_roberta_bookwiki.csv"
|
| 21 |
---
|
| 22 |
+
|
| 23 |
+
# Revisiting Learning Rate Control
|
| 24 |
+
This dataset represents the experimental data collected from the paper **Revisiting Learning Rate Control**. We provide splits for **computer_vision**, **libsvm** and **roberta** experiments. The details for each split are as follows:
|
| 25 |
+
## computer_vision
|
| 26 |
+
$$ \text{epoch, seed, method} \mapsto \text{training\_loss, validation\_loss, validation\_accuracy} $$
|
| 27 |
+
|
| 28 |
+
## libsvm
|
| 29 |
+
$$\text{epoch, seed, method, dataset} \mapsto \text{training\_loss, validation\_loss, validation\_accuracy}$$
|
| 30 |
+
|
| 31 |
+
## roberta
|
| 32 |
+
$$\text{step, seed, method} \mapsto \text{training\_perplexity, validation\_perplexity}$$
|