luqiyi commited on
Commit
77007de
1 Parent(s): 07ed223

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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: 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
 
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