jmstadt commited on
Commit
b822651
1 Parent(s): 449a547

commit files to HF hub

Browse files
.gitattributes CHANGED
@@ -30,3 +30,8 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
30
  *.zip filter=lfs diff=lfs merge=lfs -text
31
  *.zst filter=lfs diff=lfs merge=lfs -text
32
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
30
  *.zip filter=lfs diff=lfs merge=lfs -text
31
  *.zst filter=lfs diff=lfs merge=lfs -text
32
  *tfevents* filter=lfs diff=lfs merge=lfs -text
33
+ images/aircraft_carrier.jpg filter=lfs diff=lfs merge=lfs -text
34
+ images/cruiser.jpg filter=lfs diff=lfs merge=lfs -text
35
+ images/destroyer.jpg filter=lfs diff=lfs merge=lfs -text
36
+ images/frigate.jpg filter=lfs diff=lfs merge=lfs -text
37
+ images/submarine.jpg filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-classification
4
+ - pytorch
5
+ - huggingpics
6
+ metrics:
7
+ - accuracy
8
+
9
+ model-index:
10
+ - name: navy-ships
11
+ results:
12
+ - task:
13
+ name: Image Classification
14
+ type: image-classification
15
+ metrics:
16
+ - name: Accuracy
17
+ type: accuracy
18
+ value: 0.75
19
+ ---
20
+
21
+ # navy-ships
22
+
23
+
24
+ Autogenerated by HuggingPics🤗🖼️
25
+
26
+ Create your own image classifier for **anything** by running [the demo on Google Colab](https://colab.research.google.com/github/nateraw/huggingpics/blob/main/HuggingPics.ipynb).
27
+
28
+ Report any issues with the demo at the [github repo](https://github.com/nateraw/huggingpics).
29
+
30
+
31
+ ## Example Images
32
+
33
+
34
+ #### aircraft carrier
35
+
36
+ ![aircraft carrier](images/aircraft_carrier.jpg)
37
+
38
+ #### cruiser
39
+
40
+ ![cruiser](images/cruiser.jpg)
41
+
42
+ #### destroyer
43
+
44
+ ![destroyer](images/destroyer.jpg)
45
+
46
+ #### frigate
47
+
48
+ ![frigate](images/frigate.jpg)
49
+
50
+ #### submarine
51
+
52
+ ![submarine](images/submarine.jpg)
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "aircraft carrier",
13
+ "1": "cruiser",
14
+ "2": "destroyer",
15
+ "3": "frigate",
16
+ "4": "submarine"
17
+ },
18
+ "image_size": 224,
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
+ "label2id": {
22
+ "aircraft carrier": "0",
23
+ "cruiser": "1",
24
+ "destroyer": "2",
25
+ "frigate": "3",
26
+ "submarine": "4"
27
+ },
28
+ "layer_norm_eps": 1e-12,
29
+ "model_type": "vit",
30
+ "num_attention_heads": 12,
31
+ "num_channels": 3,
32
+ "num_hidden_layers": 12,
33
+ "patch_size": 16,
34
+ "problem_type": "single_label_classification",
35
+ "qkv_bias": true,
36
+ "torch_dtype": "float32",
37
+ "transformers_version": "4.21.3"
38
+ }
images/aircraft_carrier.jpg ADDED

Git LFS Details

  • SHA256: e1d7b804a07c8031719c55b6ce101f133ee1e00e4f2fed68c7cd8b7a37e13c3b
  • Pointer size: 130 Bytes
  • Size of remote file: 26.5 kB
images/cruiser.jpg ADDED

Git LFS Details

  • SHA256: 9aeafd916b3cf6a09185f7d26e977bbaf2c3ed59cc571275860971298850ac4b
  • Pointer size: 130 Bytes
  • Size of remote file: 22.3 kB
images/destroyer.jpg ADDED

Git LFS Details

  • SHA256: d3b5b211d06b1dfdec0d6eba2d07b58db392078d5999be6a9081055e640b6eaf
  • Pointer size: 130 Bytes
  • Size of remote file: 39.9 kB
images/frigate.jpg ADDED

Git LFS Details

  • SHA256: 58cb6e266f42a68d4455a1e46ee028e98c925c08551b392f3c629e648f83cd5c
  • Pointer size: 130 Bytes
  • Size of remote file: 22.3 kB
images/submarine.jpg ADDED

Git LFS Details

  • SHA256: d278b4f235934e612bef4870351c6ecc97f8334a8adfe5df4864d5bdeb10c5bd
  • Pointer size: 130 Bytes
  • Size of remote file: 16.1 kB
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:66859f94a13e07beb6c010aa3fe54a5dfa1d5abcc4bd3ab1d70bf18e4866c6ce
3
+ size 343273393
runs/events.out.tfevents.1662561834.556531ec2acf.71.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09be96f3ec3918fc6ec3a81b9c2eb1a493b0c34c24cc4e3158dac8e021bd0518
3
+ size 1444