shradha01 commited on
Commit
71582f9
·
verified ·
1 Parent(s): 1a78802

Add fine-tuned code completion model

Browse files
Files changed (3) hide show
  1. all_results.json +7 -0
  2. train_results.json +7 -0
  3. trainer_state.json +30 -0
all_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "train_loss": 8.06908130645752,
4
+ "train_runtime": 1.9114,
5
+ "train_samples_per_second": 13.08,
6
+ "train_steps_per_second": 1.046
7
+ }
train_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "train_loss": 8.06908130645752,
4
+ "train_runtime": 1.9114,
5
+ "train_samples_per_second": 13.08,
6
+ "train_steps_per_second": 1.046
7
+ }
trainer_state.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "eval_steps": 100,
6
+ "global_step": 2,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "step": 2,
14
+ "total_flos": 10510947638400.0,
15
+ "train_loss": 8.06908130645752,
16
+ "train_runtime": 1.9114,
17
+ "train_samples_per_second": 13.08,
18
+ "train_steps_per_second": 1.046
19
+ }
20
+ ],
21
+ "logging_steps": 100,
22
+ "max_steps": 2,
23
+ "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 1,
25
+ "save_steps": 500,
26
+ "total_flos": 10510947638400.0,
27
+ "train_batch_size": 48,
28
+ "trial_name": null,
29
+ "trial_params": null
30
+ }