Training in progress, epoch 0
Browse files- .gitignore +1 -0
- config.json +1 -1
- preprocessor_config.json +0 -14
- pytorch_model.bin +3 -0
- runs/Mar21_11-33-30_gpu4-119-5/events.out.tfevents.1710981252.gpu4-119-5 +3 -0
- training_args.bin +2 -2
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
CHANGED
@@ -226,5 +226,5 @@
|
|
226 |
"problem_type": "single_label_classification",
|
227 |
"qkv_bias": true,
|
228 |
"torch_dtype": "float32",
|
229 |
-
"transformers_version": "4.
|
230 |
}
|
|
|
226 |
"problem_type": "single_label_classification",
|
227 |
"qkv_bias": true,
|
228 |
"torch_dtype": "float32",
|
229 |
+
"transformers_version": "4.31.0"
|
230 |
}
|
preprocessor_config.json
CHANGED
@@ -1,18 +1,4 @@
|
|
1 |
{
|
2 |
-
"_valid_processor_keys": [
|
3 |
-
"images",
|
4 |
-
"do_resize",
|
5 |
-
"size",
|
6 |
-
"resample",
|
7 |
-
"do_rescale",
|
8 |
-
"rescale_factor",
|
9 |
-
"do_normalize",
|
10 |
-
"image_mean",
|
11 |
-
"image_std",
|
12 |
-
"return_tensors",
|
13 |
-
"data_format",
|
14 |
-
"input_data_format"
|
15 |
-
],
|
16 |
"do_normalize": true,
|
17 |
"do_rescale": true,
|
18 |
"do_resize": true,
|
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
"do_normalize": true,
|
3 |
"do_rescale": true,
|
4 |
"do_resize": true,
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66a1de97f00ad70efff924375d5ee8b15c2c522ff46e56ba5ff26144357323b2
|
3 |
+
size 346262450
|
runs/Mar21_11-33-30_gpu4-119-5/events.out.tfevents.1710981252.gpu4-119-5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c1332a61d38484384ef58c36b949543e0a35820ef3ac91fde9014826b44e9206
|
3 |
+
size 8819
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:824091b2f8b112afe866d35f245eef42612d7cd15799af6ac6aa17d81063ba43
|
3 |
+
size 4536
|