DrishtiSharma commited on
Commit
5911eb7
1 Parent(s): b011a76

Model save

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-patch16-224-in21k",
3
+ "architectures": [
4
+ "ViTForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "encoder_stride": 16,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.0,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "calling",
13
+ "1": "clapping",
14
+ "10": "running",
15
+ "11": "sitting",
16
+ "12": "sleeping",
17
+ "13": "texting",
18
+ "14": "using_laptop",
19
+ "2": "cycling",
20
+ "3": "dancing",
21
+ "4": "drinking",
22
+ "5": "eating",
23
+ "6": "fighting",
24
+ "7": "hugging",
25
+ "8": "laughing",
26
+ "9": "listening_to_music"
27
+ },
28
+ "image_size": 224,
29
+ "initializer_range": 0.02,
30
+ "intermediate_size": 3072,
31
+ "label2id": {
32
+ "calling": "0",
33
+ "clapping": "1",
34
+ "cycling": "2",
35
+ "dancing": "3",
36
+ "drinking": "4",
37
+ "eating": "5",
38
+ "fighting": "6",
39
+ "hugging": "7",
40
+ "laughing": "8",
41
+ "listening_to_music": "9",
42
+ "running": "10",
43
+ "sitting": "11",
44
+ "sleeping": "12",
45
+ "texting": "13",
46
+ "using_laptop": "14"
47
+ },
48
+ "layer_norm_eps": 1e-12,
49
+ "model_type": "vit",
50
+ "num_attention_heads": 12,
51
+ "num_channels": 3,
52
+ "num_hidden_layers": 12,
53
+ "patch_size": 16,
54
+ "problem_type": "single_label_classification",
55
+ "qkv_bias": true,
56
+ "torch_dtype": "float32",
57
+ "transformers_version": "4.21.2"
58
+ }
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:ced387a0aedc67a9a1654df7b365fdfab550a9ea54d31e3a72a95fd4787a30a1
3
+ size 343306929
runs/Sep01_12-22-40_1406f9715ee7/1662034988.4989798/events.out.tfevents.1662034988.1406f9715ee7.67.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cb0d96e35399aaf2744f820c7a68d1434bca4d71c6cecf88bd7d0799cc60de8
3
+ size 5526
runs/Sep01_12-22-40_1406f9715ee7/events.out.tfevents.1662034988.1406f9715ee7.67.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9a30bf08d07791a71be3898b453f3e0ca5d77cd6e51f9e7b52144979bf2ac7c
3
+ size 64107
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bf2266fa17217e1d9fbd1e03263c4243df94d0fda0599d96451b1caed6372fc
3
+ size 3375