suriya7 commited on
Commit
6515c20
·
verified ·
1 Parent(s): 2281d27

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -49,4 +49,14 @@ print(summary)
49
  Google is rumoured to be about to unveil its next-generation Pixel smartphone,
50
  the Google Pixel 9,which is expected to come with a telephoto lens and an artificial intelligence (AI)
51
  system to improve its camera capabilities, as well as improve the quality of its images.
 
 
 
 
 
 
 
 
 
 
52
  ```
 
49
  Google is rumoured to be about to unveil its next-generation Pixel smartphone,
50
  the Google Pixel 9,which is expected to come with a telephoto lens and an artificial intelligence (AI)
51
  system to improve its camera capabilities, as well as improve the quality of its images.
52
+ ```
53
+
54
+ ### Training Parameters
55
+ ```python
56
+ num_train_epochs=1,
57
+ warmup_steps = 500,
58
+ per_device_train_batch_size=4,
59
+ per_device_eval_batch_size=4,
60
+ weight_decay = 0.01,
61
+ gradient_accumulation_steps=16
62
  ```