Commit
•
7aff66c
1
Parent(s):
1081cc8
Training in progress, step 500
Browse files- .gitignore +1 -0
- config.json +0 -0
- last-checkpoint/config.json +0 -0
- last-checkpoint/optimizer.pt +3 -0
- last-checkpoint/preprocessor_config.json +18 -0
- last-checkpoint/pytorch_model.bin +3 -0
- last-checkpoint/rng_state.pth +3 -0
- last-checkpoint/scaler.pt +3 -0
- last-checkpoint/scheduler.pt +3 -0
- last-checkpoint/trainer_state.json +31 -0
- last-checkpoint/training_args.bin +3 -0
- preprocessor_config.json +18 -0
- pytorch_model.bin +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
last-checkpoint/config.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
last-checkpoint/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f558a3015b18c8c03d9e0d2d1a0b05c814d33632111c1f93e14341cf8e4ae19
|
3 |
+
size 835138081
|
last-checkpoint/preprocessor_config.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_pct": 0.875,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_resize": true,
|
5 |
+
"feature_extractor_type": "ConvNextFeatureExtractor",
|
6 |
+
"image_mean": [
|
7 |
+
0.485,
|
8 |
+
0.456,
|
9 |
+
0.406
|
10 |
+
],
|
11 |
+
"image_std": [
|
12 |
+
0.229,
|
13 |
+
0.224,
|
14 |
+
0.225
|
15 |
+
],
|
16 |
+
"resample": 3,
|
17 |
+
"size": 224
|
18 |
+
}
|
last-checkpoint/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2edd10332df6d3a8cf438083ee2fddc61ac8d38d77f5a27824edb7785fa5f19b
|
3 |
+
size 417602961
|
last-checkpoint/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65b158e8e09f38d6bc5dc71452512c5f7319fe1458ee9fbb303fda82ec798080
|
3 |
+
size 14503
|
last-checkpoint/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec31ac349c72bc555bc7f25b9a6bde673339e34105b2ec8f523ff9679caa85e5
|
3 |
+
size 559
|
last-checkpoint/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0e85632a4b8a9eb46acc5ceed42b3b84ca457c264665d7a01040e3b36721e6f
|
3 |
+
size 623
|
last-checkpoint/trainer_state.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.00045209485884038195,
|
3 |
+
"best_model_checkpoint": "test-convnext/224/checkpoint-500",
|
4 |
+
"epoch": 0.26068821689259647,
|
5 |
+
"global_step": 500,
|
6 |
+
"is_hyper_param_search": false,
|
7 |
+
"is_local_process_zero": true,
|
8 |
+
"is_world_process_zero": true,
|
9 |
+
"log_history": [
|
10 |
+
{
|
11 |
+
"epoch": 0.26,
|
12 |
+
"learning_rate": 1.9349582898852976e-05,
|
13 |
+
"loss": 8.5184,
|
14 |
+
"step": 500
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"epoch": 0.26,
|
18 |
+
"eval_f1": 0.00045209485884038195,
|
19 |
+
"eval_loss": 7.927955627441406,
|
20 |
+
"eval_runtime": 344.0519,
|
21 |
+
"eval_samples_per_second": 89.181,
|
22 |
+
"eval_steps_per_second": 1.395,
|
23 |
+
"step": 500
|
24 |
+
}
|
25 |
+
],
|
26 |
+
"max_steps": 15344,
|
27 |
+
"num_train_epochs": 8,
|
28 |
+
"total_flos": 3.016356816420864e+18,
|
29 |
+
"trial_name": null,
|
30 |
+
"trial_params": null
|
31 |
+
}
|
last-checkpoint/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0da62e666d7acd5cbd5b1bdf4e380b347a58c94638809c5b33f279a31e373e8a
|
3 |
+
size 2991
|
preprocessor_config.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_pct": 0.875,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_resize": true,
|
5 |
+
"feature_extractor_type": "ConvNextFeatureExtractor",
|
6 |
+
"image_mean": [
|
7 |
+
0.485,
|
8 |
+
0.456,
|
9 |
+
0.406
|
10 |
+
],
|
11 |
+
"image_std": [
|
12 |
+
0.229,
|
13 |
+
0.224,
|
14 |
+
0.225
|
15 |
+
],
|
16 |
+
"resample": 3,
|
17 |
+
"size": 224
|
18 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2edd10332df6d3a8cf438083ee2fddc61ac8d38d77f5a27824edb7785fa5f19b
|
3 |
+
size 417602961
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0da62e666d7acd5cbd5b1bdf4e380b347a58c94638809c5b33f279a31e373e8a
|
3 |
+
size 2991
|