praveendominic commited on
Commit
03c166f
1 Parent(s): 451f379

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/DISCRIMINATION.jpg filter=lfs diff=lfs merge=lfs -text
34
+ images/NIGGA.jpg filter=lfs diff=lfs merge=lfs -text
35
+ images/PROFANITY.jpg filter=lfs diff=lfs merge=lfs -text
36
+ images/RACISM.jpg filter=lfs diff=lfs merge=lfs -text
37
+ images/RACIST.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: rare-puppers
11
+ results:
12
+ - task:
13
+ name: Image Classification
14
+ type: image-classification
15
+ metrics:
16
+ - name: Accuracy
17
+ type: accuracy
18
+ value: 0.44086021184921265
19
+ ---
20
+
21
+ # rare-puppers
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
+ #### DISCRIMINATION
35
+
36
+ ![DISCRIMINATION](images/DISCRIMINATION.jpg)
37
+
38
+ #### NIGGA
39
+
40
+ ![NIGGA](images/NIGGA.jpg)
41
+
42
+ #### PROFANITY
43
+
44
+ ![PROFANITY](images/PROFANITY.jpg)
45
+
46
+ #### RACISM
47
+
48
+ ![RACISM](images/RACISM.jpg)
49
+
50
+ #### RACIST
51
+
52
+ ![RACIST](images/RACIST.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": "DISCRIMINATION",
13
+ "1": "NIGGA",
14
+ "2": "PROFANITY",
15
+ "3": "RACISM",
16
+ "4": "RACIST"
17
+ },
18
+ "image_size": 224,
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
+ "label2id": {
22
+ "DISCRIMINATION": "0",
23
+ "NIGGA": "1",
24
+ "PROFANITY": "2",
25
+ "RACISM": "3",
26
+ "RACIST": "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.22.2"
38
+ }
images/DISCRIMINATION.jpg ADDED

Git LFS Details

  • SHA256: 8714091cf0fc5a7ae5cc9a1582558b2d3cdfebb7f3bfc467cfd77d86a49a1a62
  • Pointer size: 130 Bytes
  • Size of remote file: 21.9 kB
images/NIGGA.jpg ADDED

Git LFS Details

  • SHA256: c5f7603ee12d2d2bdc5deaa1eb2ad6056eeb99af9d0d08da3bb88cf2a93f3337
  • Pointer size: 130 Bytes
  • Size of remote file: 34.7 kB
images/PROFANITY.jpg ADDED

Git LFS Details

  • SHA256: b0cacb583a3ec256718711eb1c8aaf12096bf70981ebe70f3d7a7123c92b396d
  • Pointer size: 129 Bytes
  • Size of remote file: 7.96 kB
images/RACISM.jpg ADDED

Git LFS Details

  • SHA256: 76066ce15cf73a506e180f77a87d01f272db826f177e75fe654172f63aa35fa4
  • Pointer size: 130 Bytes
  • Size of remote file: 18.3 kB
images/RACIST.jpg ADDED

Git LFS Details

  • SHA256: d2e62ec723b452b5a252076d263717120d447abff81590d853a1c3d749267571
  • Pointer size: 130 Bytes
  • Size of remote file: 14.4 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:448fe11e091e1a039ee0a8d206f8d99738bda4fe91dee62fdb99f0d7d31a1c8f
3
+ size 343273393
runs/events.out.tfevents.1664943248.d5cabf8bfdc6.66.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b4e7e1d07734ad7adcfab4716ecb6b6eece5b00e3f7cde78f9744f0ce667615
3
+ size 1351