yu3733 commited on
Commit
75a5bc2
·
verified ·
1 Parent(s): 8f6bc93

Upload results.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. results.json +19 -0
results.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "experiment_config": {
3
+ "data_size": 1000,
4
+ "rank": 16,
5
+ "alpha": 24,
6
+ "learning_rate": 5e-06,
7
+ "epochs": 1
8
+ },
9
+ "results": {
10
+ "final_accuracy": 0.0,
11
+ "training_time_minutes": 16.736043580373128,
12
+ "final_loss": 13.433588989257812,
13
+ "total_steps": 250
14
+ },
15
+ "environment": {
16
+ "platform": "Google Colab",
17
+ "gpu": "Tesla T4"
18
+ }
19
+ }