roydcarlson commited on
Commit
36e78c0
·
1 Parent(s): a652bc3

commit files to HF hub

Browse files
.gitattributes CHANGED
@@ -25,3 +25,8 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
25
  *.zip filter=lfs diff=lfs merge=lfs -text
26
  *.zstandard filter=lfs diff=lfs merge=lfs -text
27
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
25
  *.zip filter=lfs diff=lfs merge=lfs -text
26
  *.zstandard filter=lfs diff=lfs merge=lfs -text
27
  *tfevents* filter=lfs diff=lfs merge=lfs -text
28
+ images/barley.jpg filter=lfs diff=lfs merge=lfs -text
29
+ images/buckwheat.jpg filter=lfs diff=lfs merge=lfs -text
30
+ images/millet.jpg filter=lfs diff=lfs merge=lfs -text
31
+ images/teff.jpg filter=lfs diff=lfs merge=lfs -text
32
+ images/wheat.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: grain
11
+ results:
12
+ - task:
13
+ name: Image Classification
14
+ type: image-classification
15
+ metrics:
16
+ - name: Accuracy
17
+ type: accuracy
18
+ value: 0.6607142686843872
19
+ ---
20
+
21
+ # grain
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
+ #### barley
35
+
36
+ ![barley](images/barley.jpg)
37
+
38
+ #### buckwheat
39
+
40
+ ![buckwheat](images/buckwheat.jpg)
41
+
42
+ #### millet
43
+
44
+ ![millet](images/millet.jpg)
45
+
46
+ #### teff
47
+
48
+ ![teff](images/teff.jpg)
49
+
50
+ #### wheat
51
+
52
+ ![wheat](images/wheat.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": "barley",
13
+ "1": "buckwheat",
14
+ "2": "millet",
15
+ "3": "teff",
16
+ "4": "wheat"
17
+ },
18
+ "image_size": 224,
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
+ "label2id": {
22
+ "barley": "0",
23
+ "buckwheat": "1",
24
+ "millet": "2",
25
+ "teff": "3",
26
+ "wheat": "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.19.2"
38
+ }
images/barley.jpg ADDED

Git LFS Details

  • SHA256: dd31883736c993d8bfd3514a99014dc2ca6c4b0d34028c6b9d875be04f52ceb6
  • Pointer size: 130 Bytes
  • Size of remote file: 29.9 kB
images/buckwheat.jpg ADDED

Git LFS Details

  • SHA256: 441e1344ed747ff299ac71d54e3b67c9a1590231d8f7d89e44f838850f833052
  • Pointer size: 130 Bytes
  • Size of remote file: 67.1 kB
images/millet.jpg ADDED

Git LFS Details

  • SHA256: 9ab6c58a439d46ec89d0f166066f60d24b7302ee540a2d74e6420e7e03e453ed
  • Pointer size: 130 Bytes
  • Size of remote file: 63.6 kB
images/teff.jpg ADDED

Git LFS Details

  • SHA256: 729bded0681429de84d92caff7254f36d44c1de42f498c4d1505d297d9db4c3e
  • Pointer size: 130 Bytes
  • Size of remote file: 32.2 kB
images/wheat.jpg ADDED

Git LFS Details

  • SHA256: 52036554997238a92a1d416e8097636804aab983be426085367043114b87492e
  • Pointer size: 130 Bytes
  • Size of remote file: 21.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:e3590d92ce8aae0e4c3e94dcb99f3e658c4fb82adea761814f49f67d2342b114
3
+ size 343273393
runs/events.out.tfevents.1653670685.3d80c90a4205.101.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e4e7e73d6e7f3929ed17ddce8ac7ec73dab8e30f169e31ea934b2b81b28e95e
3
+ size 1444