Eliahu commited on
Commit
3e2e640
·
verified ·
1 Parent(s): 3b838bd

Upload dataset

Browse files
MAE/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd9f1477a99336e9e6ab47090ac3e7783c93f2595331415718cb9af8dc63a2b2
3
+ size 57929
MAE/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfa36b43985170926c04146ed9c1265b4339d3792fcc2c7a84c0a9365652bdf5
3
+ size 158246
MAE/val-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88c6e57494fea0ace96ea09e5818e2360791eac0592a415cbeb750b805d32884
3
+ size 37234
README.md CHANGED
@@ -60,6 +60,66 @@ dataset_info:
60
  num_examples: 201
61
  download_size: 253062
62
  dataset_size: 795505
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
63
  - config_name: ResNet
64
  features:
65
  - name: random_crop
@@ -129,6 +189,14 @@ configs:
129
  path: DINO/val-*
130
  - split: test
131
  path: DINO/test-*
 
 
 
 
 
 
 
 
132
  - config_name: ResNet
133
  data_files:
134
  - split: train
 
60
  num_examples: 201
61
  download_size: 253062
62
  dataset_size: 795505
63
+ - config_name: MAE
64
+ features:
65
+ - name: random_crop
66
+ dtype: bool
67
+ - name: epochs
68
+ dtype: int64
69
+ - name: seed
70
+ dtype: int64
71
+ - name: best_checkpoint_test_loss
72
+ dtype: float64
73
+ - name: model_idx
74
+ dtype: int64
75
+ - name: dataset_name
76
+ dtype: string
77
+ - name: best_checkpoint_test_accuracy
78
+ dtype: float64
79
+ - name: weight_decay
80
+ dtype: float64
81
+ - name: batch_size
82
+ dtype: int64
83
+ - name: base_model
84
+ dtype: string
85
+ - name: best_checkpoint_val_loss
86
+ dtype: float64
87
+ - name: dataset_chosen_targets
88
+ dtype: string
89
+ - name: best_checkpoint_train_accuracy
90
+ dtype: float64
91
+ - name: best_checkpoint_train_loss
92
+ dtype: float64
93
+ - name: max_train_steps
94
+ dtype: int64
95
+ - name: best_checkpoint_val_accuracy
96
+ dtype: float64
97
+ - name: lr_scheduler
98
+ dtype: string
99
+ - name: learning_rate
100
+ dtype: float64
101
+ - name: random_flip
102
+ dtype: bool
103
+ - name: split
104
+ dtype: string
105
+ - name: subset
106
+ dtype: string
107
+ - name: hf_model_id
108
+ dtype: string
109
+ - name: hf_model_url
110
+ dtype: string
111
+ splits:
112
+ - name: train
113
+ num_bytes: 553950
114
+ num_examples: 701
115
+ - name: val
116
+ num_bytes: 79028
117
+ num_examples: 100
118
+ - name: test
119
+ num_bytes: 158815
120
+ num_examples: 201
121
+ download_size: 253409
122
+ dataset_size: 791793
123
  - config_name: ResNet
124
  features:
125
  - name: random_crop
 
189
  path: DINO/val-*
190
  - split: test
191
  path: DINO/test-*
192
+ - config_name: MAE
193
+ data_files:
194
+ - split: train
195
+ path: MAE/train-*
196
+ - split: val
197
+ path: MAE/val-*
198
+ - split: test
199
+ path: MAE/test-*
200
  - config_name: ResNet
201
  data_files:
202
  - split: train