Update README.md
Browse files
README.md
CHANGED
@@ -45,22 +45,6 @@ Size: (Include the size of the dataset, e.g., the number of examples if availabl
|
|
45 |
Annotations: Each example includes natural language input along with the expected SQL output, facilitating supervised learning.
|
46 |
|
47 |
|
48 |
-
## Training procedure
|
49 |
-
|
50 |
-
### Training hyperparameters
|
51 |
-
|
52 |
-
The following hyperparameters were used during training:
|
53 |
-
- learning_rate: 0.0002
|
54 |
-
- train_batch_size: 3
|
55 |
-
- eval_batch_size: 8
|
56 |
-
- seed: 42
|
57 |
-
- gradient_accumulation_steps: 8
|
58 |
-
- total_train_batch_size: 24
|
59 |
-
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
-
- lr_scheduler_type: constant
|
61 |
-
- lr_scheduler_warmup_ratio: 0.03
|
62 |
-
- lr_scheduler_warmup_steps: 15
|
63 |
-
- num_epochs: 3
|
64 |
|
65 |
### Training results
|
66 |
|
|
|
45 |
Annotations: Each example includes natural language input along with the expected SQL output, facilitating supervised learning.
|
46 |
|
47 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
|
49 |
### Training results
|
50 |
|