Commit
•
597f3b9
1
Parent(s):
7ae9bc6
End of training
Browse files- .gitignore +1 -0
- all_results.json +7 -0
- config.json +0 -0
- eval_results.json +7 -0
- preprocessor_config.json +18 -0
- pytorch_model.bin +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
all_results.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"eval_f1": 0.0,
|
3 |
+
"eval_loss": 9.742283821105957,
|
4 |
+
"eval_runtime": 68.5247,
|
5 |
+
"eval_samples_per_second": 223.89,
|
6 |
+
"eval_steps_per_second": 3.502
|
7 |
+
}
|
config.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
eval_results.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"eval_f1": 0.0,
|
3 |
+
"eval_loss": 9.742283821105957,
|
4 |
+
"eval_runtime": 68.5247,
|
5 |
+
"eval_samples_per_second": 223.89,
|
6 |
+
"eval_steps_per_second": 3.502
|
7 |
+
}
|
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:0de705a75bfdcd24193e35547530d6e5ab9655935ed1c2dd8dd6f3a1e5d1ae60
|
3 |
+
size 417602961
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21458f412d73866363428633f97ad5d09739ad2c3ab13a4e7e0b87cd0d7915e4
|
3 |
+
size 3183
|