Upload dataset
Browse files- README.md +72 -0
- ResNet/test-00000-of-00001.parquet +3 -0
- ResNet/train-00000-of-00001.parquet +3 -0
- ResNet/val-00000-of-00001.parquet +3 -0
README.md
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
config_name: ResNet
|
4 |
+
features:
|
5 |
+
- name: random_crop
|
6 |
+
dtype: bool
|
7 |
+
- name: epochs
|
8 |
+
dtype: int64
|
9 |
+
- name: seed
|
10 |
+
dtype: int64
|
11 |
+
- name: best_checkpoint_test_loss
|
12 |
+
dtype: float64
|
13 |
+
- name: model_idx
|
14 |
+
dtype: int64
|
15 |
+
- name: dataset_name
|
16 |
+
dtype: string
|
17 |
+
- name: best_checkpoint_test_accuracy
|
18 |
+
dtype: float64
|
19 |
+
- name: weight_decay
|
20 |
+
dtype: float64
|
21 |
+
- name: batch_size
|
22 |
+
dtype: int64
|
23 |
+
- name: base_model
|
24 |
+
dtype: string
|
25 |
+
- name: best_checkpoint_val_loss
|
26 |
+
dtype: float64
|
27 |
+
- name: dataset_chosen_targets
|
28 |
+
dtype: string
|
29 |
+
- name: best_checkpoint_train_accuracy
|
30 |
+
dtype: float64
|
31 |
+
- name: best_checkpoint_train_loss
|
32 |
+
dtype: float64
|
33 |
+
- name: max_train_steps
|
34 |
+
dtype: int64
|
35 |
+
- name: best_checkpoint_val_accuracy
|
36 |
+
dtype: float64
|
37 |
+
- name: lr_scheduler
|
38 |
+
dtype: string
|
39 |
+
- name: learning_rate
|
40 |
+
dtype: float64
|
41 |
+
- name: random_flip
|
42 |
+
dtype: bool
|
43 |
+
- name: split
|
44 |
+
dtype: string
|
45 |
+
- name: subset
|
46 |
+
dtype: string
|
47 |
+
- name: hf_model_id
|
48 |
+
dtype: string
|
49 |
+
- name: hf_model_url
|
50 |
+
dtype: string
|
51 |
+
splits:
|
52 |
+
- name: train
|
53 |
+
num_bytes: 559861
|
54 |
+
num_examples: 701
|
55 |
+
- name: val
|
56 |
+
num_bytes: 79621
|
57 |
+
num_examples: 100
|
58 |
+
- name: test
|
59 |
+
num_bytes: 160334
|
60 |
+
num_examples: 201
|
61 |
+
download_size: 254554
|
62 |
+
dataset_size: 799816
|
63 |
+
configs:
|
64 |
+
- config_name: ResNet
|
65 |
+
data_files:
|
66 |
+
- split: train
|
67 |
+
path: ResNet/train-*
|
68 |
+
- split: val
|
69 |
+
path: ResNet/val-*
|
70 |
+
- split: test
|
71 |
+
path: ResNet/test-*
|
72 |
+
---
|
ResNet/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:144b05dae133789b711dec0bb6bf43eca87a9c7c8f16a5f7dbe311a63a8ae8af
|
3 |
+
size 58047
|
ResNet/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1af130d38138da9fd2fe1d69ca0007b9050ba59df3fd142ef41e58f2df9edcf7
|
3 |
+
size 159332
|
ResNet/val-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8453623230f1c59a7db7d594378a45342a60fad9a810af800c5ef8417e4dc9a1
|
3 |
+
size 37175
|