Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +2 -0
- pytorch_model.bin +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
CHANGED
@@ -41,6 +41,8 @@
|
|
41 |
"num_channels": 3,
|
42 |
"num_hidden_layers": 12,
|
43 |
"patch_size": 16,
|
|
|
44 |
"qkv_bias": true,
|
|
|
45 |
"transformers_version": "4.21.1"
|
46 |
}
|
|
|
41 |
"num_channels": 3,
|
42 |
"num_hidden_layers": 12,
|
43 |
"patch_size": 16,
|
44 |
+
"problem_type": "single_label_classification",
|
45 |
"qkv_bias": true,
|
46 |
+
"torch_dtype": "float32",
|
47 |
"transformers_version": "4.21.1"
|
48 |
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:31ba1bcc434c5353999d5bd668cfb1647b9e6039de4e88ef545d404fa9363770
|
3 |
+
size 343291569
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1fa3038ac2330cc25595c8fe353c61f1d7d43a8afb5d2e2be050cce8add7e871
|
3 |
+
size 3439
|