DrishtiSharma
commited on
Commit
•
e26ced6
1
Parent(s):
a0dd923
Model save
Browse files- .gitignore +1 -0
- config.json +0 -0
- preprocessor_config.json +17 -0
- pytorch_model.bin +3 -0
- runs/Sep02_13-36-21_e0877e99f71e/1662125804.7690606/events.out.tfevents.1662125804.e0877e99f71e.69.1 +3 -0
- runs/Sep02_13-36-21_e0877e99f71e/events.out.tfevents.1662125804.e0877e99f71e.69.0 +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
|
|
preprocessor_config.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_resize": true,
|
4 |
+
"feature_extractor_type": "ViTFeatureExtractor",
|
5 |
+
"image_mean": [
|
6 |
+
0.5,
|
7 |
+
0.5,
|
8 |
+
0.5
|
9 |
+
],
|
10 |
+
"image_std": [
|
11 |
+
0.5,
|
12 |
+
0.5,
|
13 |
+
0.5
|
14 |
+
],
|
15 |
+
"resample": 2,
|
16 |
+
"size": 224
|
17 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9616d1c0ad125f47e05247994b76febac0ccf930d56ddc3a6a30a76cc0c02df8
|
3 |
+
size 437136383
|
runs/Sep02_13-36-21_e0877e99f71e/1662125804.7690606/events.out.tfevents.1662125804.e0877e99f71e.69.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:17e7f8bba98183c953f2ece1daf4092f0e6d3a88c987eae99e53af8552c5b0d6
|
3 |
+
size 5538
|
runs/Sep02_13-36-21_e0877e99f71e/events.out.tfevents.1662125804.e0877e99f71e.69.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bcd13a007101f05d056806b96231560011e53ad6bece6c93e5bf98898efeb3dc
|
3 |
+
size 1701260
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b9b8449921875fba560ae36b173c4f05f1b8b22ec8b3b02c95ca1ac53dd5775
|
3 |
+
size 3439
|