Instructions to use Denis641/CodeGen-Supervised with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Denis641/CodeGen-Supervised with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
File size: 3,038 Bytes
b7bdef8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 | {
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 2.4922118380062304,
"eval_steps": 500,
"global_step": 800,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 0.1557632398753894,
"grad_norm": 5.09375,
"learning_rate": 3.3333333333333335e-05,
"loss": 2.6073,
"step": 50
},
{
"epoch": 0.3115264797507788,
"grad_norm": 3.53125,
"learning_rate": 6.666666666666667e-05,
"loss": 0.8752,
"step": 100
},
{
"epoch": 0.4672897196261682,
"grad_norm": 1.546875,
"learning_rate": 0.0001,
"loss": 0.5161,
"step": 150
},
{
"epoch": 0.6230529595015576,
"grad_norm": 2.3125,
"learning_rate": 0.00013333333333333334,
"loss": 0.3785,
"step": 200
},
{
"epoch": 0.778816199376947,
"grad_norm": 2.125,
"learning_rate": 0.0001666666666666667,
"loss": 0.293,
"step": 250
},
{
"epoch": 0.9345794392523364,
"grad_norm": 2.0,
"learning_rate": 0.0002,
"loss": 0.252,
"step": 300
},
{
"epoch": 1.0903426791277258,
"grad_norm": 1.9921875,
"learning_rate": 0.00018491704374057317,
"loss": 0.2341,
"step": 350
},
{
"epoch": 1.2461059190031152,
"grad_norm": 2.015625,
"learning_rate": 0.0001698340874811463,
"loss": 0.183,
"step": 400
},
{
"epoch": 1.4018691588785046,
"grad_norm": 1.8046875,
"learning_rate": 0.00015475113122171948,
"loss": 0.1659,
"step": 450
},
{
"epoch": 1.557632398753894,
"grad_norm": 1.5390625,
"learning_rate": 0.0001396681749622926,
"loss": 0.1368,
"step": 500
},
{
"epoch": 1.7133956386292835,
"grad_norm": 0.408203125,
"learning_rate": 0.00012458521870286577,
"loss": 0.104,
"step": 550
},
{
"epoch": 1.8691588785046729,
"grad_norm": 2.671875,
"learning_rate": 0.00010950226244343893,
"loss": 0.088,
"step": 600
},
{
"epoch": 2.0249221183800623,
"grad_norm": 0.91015625,
"learning_rate": 9.441930618401207e-05,
"loss": 0.0903,
"step": 650
},
{
"epoch": 2.1806853582554515,
"grad_norm": 1.8046875,
"learning_rate": 7.933634992458521e-05,
"loss": 0.0713,
"step": 700
},
{
"epoch": 2.336448598130841,
"grad_norm": 0.2392578125,
"learning_rate": 6.425339366515838e-05,
"loss": 0.061,
"step": 750
},
{
"epoch": 2.4922118380062304,
"grad_norm": 1.0,
"learning_rate": 4.917043740573152e-05,
"loss": 0.0581,
"step": 800
}
],
"logging_steps": 50,
"max_steps": 963,
"num_input_tokens_seen": 0,
"num_train_epochs": 3,
"save_steps": 200,
"total_flos": 0.0,
"train_batch_size": 64,
"trial_name": null,
"trial_params": null
}
|