SushantGautam commited on
Commit
92bb161
·
1 Parent(s): 6bb8a4b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -6,7 +6,9 @@ model-index:
6
  - name: CodeGeneration
7
  results: []
8
  ---
9
- CodeGeneration model trained by Sushant for A Major Project group at Thapathali Campus.
 
 
10
 
11
  # CodeGeneration
12
 
@@ -22,20 +24,20 @@ More information needed
22
 
23
  ## Training and evaluation data
24
 
25
- Check training logs at [wandb.ai/ubl/CodeGeneration](https://wandb.ai/ubl/CodeGeneration)
26
 
27
  ## Training procedure
28
 
29
  ### Training hyperparameters
30
 
31
  The following hyperparameters were used during training:
32
- - learning_rate: 2e-05
33
  - train_batch_size: 32
34
  - eval_batch_size: 8
35
  - seed: 42
36
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
37
  - lr_scheduler_type: linear
38
- - num_epochs: 3.0
39
 
40
  ### Training results
41
 
 
6
  - name: CodeGeneration
7
  results: []
8
  ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # CodeGeneration
14
 
 
24
 
25
  ## Training and evaluation data
26
 
27
+ More information needed
28
 
29
  ## Training procedure
30
 
31
  ### Training hyperparameters
32
 
33
  The following hyperparameters were used during training:
34
+ - learning_rate: 0.0002
35
  - train_batch_size: 32
36
  - eval_batch_size: 8
37
  - seed: 42
38
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
39
  - lr_scheduler_type: linear
40
+ - num_epochs: 10.0
41
 
42
  ### Training results
43