Update README.md
Browse files
README.md
CHANGED
@@ -6,9 +6,9 @@ pretty_name: GPTDynamics
|
|
6 |
# Dataset Card for GPTDynamics
|
7 |
|
8 |
## Dataset Summary
|
9 |
-
GPTDynamics is a dataset for training and evaluating GPT simulators with training curriculums when training GPT models in fine-tuned and commanded fine-tuning scenarios as well as test metrics (including the loss, BLEU, or ROUGE score) for the test samples at each training steps.
|
10 |
|
11 |
## Dataset Structure
|
12 |
-
- id
|
13 |
-
- trajectory
|
14 |
## Data Instances
|
|
|
6 |
# Dataset Card for GPTDynamics
|
7 |
|
8 |
## Dataset Summary
|
9 |
+
GPTDynamics is a dataset for training and evaluating GPT simulators with training curriculums when training GPT models in fine-tuned and commanded fine-tuning scenarios as well as test metrics (including the loss, BLEU, or ROUGE score) for the test samples at each training steps. It is introduced by this [paper](https://arxiv.org/pdf/2404.07840).
|
10 |
|
11 |
## Dataset Structure
|
12 |
+
- **id**: ID of test examples
|
13 |
+
- **trajectory**: A list of training status items for training the GPT. Each item includes the current training step, the corresponding training sample, and the test metrics for the test sample with ID *id*.
|
14 |
## Data Instances
|