Elsospi commited on
Commit
d097a33
·
1 Parent(s): 79c9ac0

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/convnext-large-224",
3
+ "architectures": [
4
+ "ConvNextForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 3,
8
+ 3,
9
+ 27,
10
+ 3
11
+ ],
12
+ "drop_path_rate": 0.0,
13
+ "hidden_act": "gelu",
14
+ "hidden_sizes": [
15
+ 192,
16
+ 384,
17
+ 768,
18
+ 1536
19
+ ],
20
+ "id2label": {
21
+ "0": "negative",
22
+ "1": "neutral",
23
+ "2": "positive"
24
+ },
25
+ "image_size": 224,
26
+ "initializer_range": 0.02,
27
+ "label2id": {
28
+ "negative": 0,
29
+ "neutral": 1,
30
+ "positive": 2
31
+ },
32
+ "layer_norm_eps": 1e-12,
33
+ "layer_scale_init_value": 1e-06,
34
+ "model_type": "convnext",
35
+ "num_channels": 3,
36
+ "num_stages": 4,
37
+ "out_features": [
38
+ "stage4"
39
+ ],
40
+ "out_indices": [
41
+ 4
42
+ ],
43
+ "patch_size": 4,
44
+ "problem_type": "single_label_classification",
45
+ "stage_names": [
46
+ "stem",
47
+ "stage1",
48
+ "stage2",
49
+ "stage3",
50
+ "stage4"
51
+ ],
52
+ "torch_dtype": "float32",
53
+ "transformers_version": "4.28.0"
54
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_pct": 0.875,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.485,
8
+ 0.456,
9
+ 0.406
10
+ ],
11
+ "image_processor_type": "ConvNextImageProcessor",
12
+ "image_std": [
13
+ 0.229,
14
+ 0.224,
15
+ 0.225
16
+ ],
17
+ "resample": 3,
18
+ "rescale_factor": 0.00392156862745098,
19
+ "size": {
20
+ "shortest_edge": 224
21
+ }
22
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:513bb8b1b8bb2d8fe9789c90707c667825592f14fd1b8ec8f0e0bd4cfb93d084
3
+ size 785058477
runs/May16_15-22-27_da2f5f2b031f/1684250575.3579865/events.out.tfevents.1684250575.da2f5f2b031f.11123.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3347a2e52ee77d18719711c69f981fc2b3fc1c7079cedf93f67296a49f34603
3
+ size 5934
runs/May16_15-22-27_da2f5f2b031f/events.out.tfevents.1684250575.da2f5f2b031f.11123.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:618856f93f9dadd1616b8b0130ca0ccef5229090977a4cfda040900968f15d24
3
+ size 4265
runs/May16_15-28-16_da2f5f2b031f/1684250967.2548573/events.out.tfevents.1684250967.da2f5f2b031f.11123.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f68d29927628ed60e95326fbbf7182cadc00c5ce09b003c585f4757e0067ec4
3
+ size 5934
runs/May16_15-28-16_da2f5f2b031f/events.out.tfevents.1684250967.da2f5f2b031f.11123.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4f646c04ac576db79578493b92a43340269295870df9e9678a3ba950c98bf17
3
+ size 4315
runs/May16_15-33-03_da2f5f2b031f/1684251203.6793766/events.out.tfevents.1684251203.da2f5f2b031f.11123.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da6d46e799148b08326b62290d7db20503ec99939be5a2ab98d99289de14d49d
3
+ size 5934
runs/May16_15-33-03_da2f5f2b031f/events.out.tfevents.1684251203.da2f5f2b031f.11123.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0314bd41d477a7d58f2efacd3a034a7908aa7cd6531acc2b290ab50734f3392
3
+ size 4581
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2b2ac627bae691eac77e7075792f7ad7a2a9fd35e60f55cc874f5a9a589dda3
3
+ size 3643