vijayprakash commited on
Commit
5f70b42
1 Parent(s): d2b6fff

commit files to HF hub

Browse files
.gitattributes CHANGED
@@ -42,3 +42,10 @@ images/Candy_Crush_Saga.jpg filter=lfs diff=lfs merge=lfs -text
42
  images/My_Talking_Tom.jpg filter=lfs diff=lfs merge=lfs -text
43
  images/_playing_card_game.jpg filter=lfs diff=lfs merge=lfs -text
44
  images/ludo_game.jpg filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
42
  images/My_Talking_Tom.jpg filter=lfs diff=lfs merge=lfs -text
43
  images/_playing_card_game.jpg filter=lfs diff=lfs merge=lfs -text
44
  images/ludo_game.jpg filter=lfs diff=lfs merge=lfs -text
45
+ images/8_Ball_Pool_game.jpg filter=lfs diff=lfs merge=lfs -text
46
+ images/Asphalt_game.jpg filter=lfs diff=lfs merge=lfs -text
47
+ images/Call_of_Duty_game.jpg filter=lfs diff=lfs merge=lfs -text
48
+ images/Carrom_Pool:_Disc_Game.jpg filter=lfs diff=lfs merge=lfs -text
49
+ images/Clash_of_Clans_game.jpg filter=lfs diff=lfs merge=lfs -text
50
+ images/Coin_Master_game.jpg filter=lfs diff=lfs merge=lfs -text
51
+ images/Cricket_League_game.jpg filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -15,12 +15,18 @@ model-index:
15
  metrics:
16
  - name: Accuracy
17
  type: accuracy
18
- value: 0.9375
19
  ---
20
 
21
  # arcade-game
22
 
23
 
 
 
 
 
 
 
24
 
25
  ## Example Images
26
 
@@ -29,18 +35,38 @@ model-index:
29
 
30
  ![ playing card game](images/_playing_card_game.jpg)
31
 
 
 
 
 
 
 
 
 
32
  #### Bubble Shooter game
33
 
34
  ![Bubble Shooter game](images/Bubble_Shooter_game.jpg)
35
 
 
 
 
 
36
  #### Candy Crush Saga
37
 
38
  ![Candy Crush Saga](images/Candy_Crush_Saga.jpg)
39
 
40
- #### My Talking Tom
 
 
 
 
 
 
 
 
41
 
42
- ![My Talking Tom](images/My_Talking_Tom.jpg)
43
 
44
- #### ludo game
45
 
46
- ![ludo game](images/ludo_game.jpg)
 
15
  metrics:
16
  - name: Accuracy
17
  type: accuracy
18
+ value: 0.9756097793579102
19
  ---
20
 
21
  # arcade-game
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
 
 
35
 
36
  ![ playing card game](images/_playing_card_game.jpg)
37
 
38
+ #### 8 Ball Pool game
39
+
40
+ ![8 Ball Pool game](images/8_Ball_Pool_game.jpg)
41
+
42
+ #### Asphalt game
43
+
44
+ ![Asphalt game](images/Asphalt_game.jpg)
45
+
46
  #### Bubble Shooter game
47
 
48
  ![Bubble Shooter game](images/Bubble_Shooter_game.jpg)
49
 
50
+ #### Call of Duty game
51
+
52
+ ![Call of Duty game](images/Call_of_Duty_game.jpg)
53
+
54
  #### Candy Crush Saga
55
 
56
  ![Candy Crush Saga](images/Candy_Crush_Saga.jpg)
57
 
58
+ #### Carrom Pool: Disc Game
59
+
60
+ ![Carrom Pool: Disc Game](images/Carrom_Pool:_Disc_Game.jpg)
61
+
62
+ #### Clash of Clans game
63
+
64
+ ![Clash of Clans game](images/Clash_of_Clans_game.jpg)
65
+
66
+ #### Coin Master game
67
 
68
+ ![Coin Master game](images/Coin_Master_game.jpg)
69
 
70
+ #### Cricket League game
71
 
72
+ ![Cricket League game](images/Cricket_League_game.jpg)
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "vijayprakash/arcade-game",
3
  "architectures": [
4
  "ViTForImageClassification"
5
  ],
@@ -10,20 +10,30 @@
10
  "hidden_size": 768,
11
  "id2label": {
12
  "0": " playing card game",
13
- "1": "Bubble Shooter game",
14
- "2": "Candy Crush Saga",
15
- "3": "My Talking Tom",
16
- "4": "ludo game"
 
 
 
 
 
17
  },
18
  "image_size": 224,
19
  "initializer_range": 0.02,
20
  "intermediate_size": 3072,
21
  "label2id": {
22
  " playing card game": "0",
23
- "Bubble Shooter game": "1",
24
- "Candy Crush Saga": "2",
25
- "My Talking Tom": "3",
26
- "ludo game": "4"
 
 
 
 
 
27
  },
28
  "layer_norm_eps": 1e-12,
29
  "model_type": "vit",
 
1
  {
2
+ "_name_or_path": "google/vit-base-patch16-224-in21k",
3
  "architectures": [
4
  "ViTForImageClassification"
5
  ],
 
10
  "hidden_size": 768,
11
  "id2label": {
12
  "0": " playing card game",
13
+ "1": "8 Ball Pool game",
14
+ "2": "Asphalt game",
15
+ "3": "Bubble Shooter game",
16
+ "4": "Call of Duty game",
17
+ "5": "Candy Crush Saga",
18
+ "6": "Carrom Pool: Disc Game",
19
+ "7": "Clash of Clans game",
20
+ "8": "Coin Master game",
21
+ "9": "Cricket League game"
22
  },
23
  "image_size": 224,
24
  "initializer_range": 0.02,
25
  "intermediate_size": 3072,
26
  "label2id": {
27
  " playing card game": "0",
28
+ "8 Ball Pool game": "1",
29
+ "Asphalt game": "2",
30
+ "Bubble Shooter game": "3",
31
+ "Call of Duty game": "4",
32
+ "Candy Crush Saga": "5",
33
+ "Carrom Pool: Disc Game": "6",
34
+ "Clash of Clans game": "7",
35
+ "Coin Master game": "8",
36
+ "Cricket League game": "9"
37
  },
38
  "layer_norm_eps": 1e-12,
39
  "model_type": "vit",
images/8_Ball_Pool_game.jpg ADDED

Git LFS Details

  • SHA256: 870ee194653ec09a573f3279a501c4c6020354c3cf09d4159f24b4932935ed41
  • Pointer size: 130 Bytes
  • Size of remote file: 20.9 kB
images/Asphalt_game.jpg ADDED

Git LFS Details

  • SHA256: 8288c5b34070cb2188c510ff0e1f8c79a54dc96ae9d528b215886a397a83908f
  • Pointer size: 130 Bytes
  • Size of remote file: 30.8 kB
images/Call_of_Duty_game.jpg ADDED

Git LFS Details

  • SHA256: ea59ba8d119829ced9617d5124545f0bad167f46d40955bb554e07ff5c217cbb
  • Pointer size: 130 Bytes
  • Size of remote file: 63.3 kB
images/Carrom_Pool:_Disc_Game.jpg ADDED

Git LFS Details

  • SHA256: 54e865441c74134365f64748103ff5c7c82dfc42e6ab583f2b85de5f197dc87d
  • Pointer size: 130 Bytes
  • Size of remote file: 33.1 kB
images/Clash_of_Clans_game.jpg ADDED

Git LFS Details

  • SHA256: 5f604c130fea3ba4c0112fcbe2b2efd7ed55e84f7f6ddff37ce579e9e48f105d
  • Pointer size: 130 Bytes
  • Size of remote file: 50.5 kB
images/Coin_Master_game.jpg ADDED

Git LFS Details

  • SHA256: a072a7f2f5883c1979b2e9fb32607cde33f71a3b2ee208ca13378974f06a177d
  • Pointer size: 130 Bytes
  • Size of remote file: 44.1 kB
images/Cricket_League_game.jpg ADDED

Git LFS Details

  • SHA256: d8f67f76d2b0bd622f2db48300435dbc86b798f1549146668d202f6a360dc232
  • Pointer size: 130 Bytes
  • Size of remote file: 35.7 kB
images/_playing_card_game.jpg CHANGED

Git LFS Details

  • SHA256: 540183adc5245b2c4f10c557a036b0f7f0592338faaec66e13ef67a220fb375a
  • Pointer size: 130 Bytes
  • Size of remote file: 36.5 kB

Git LFS Details

  • SHA256: b6a194d617cfe840d43f7e8e43aed1b8ceae8240ae5b386d5af32bdb523ef7e1
  • Pointer size: 130 Bytes
  • Size of remote file: 34.7 kB
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:40d492bdf527a3273d6f26e01a1a0142b4b6af774ed75d9cd5c41f10650078aa
3
- size 343275181
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51c8324bb0b0b0561bcdb9013f7fa1d7baf833397b2ff76353e43a979ece00f7
3
+ size 343290541
runs/events.out.tfevents.1676627724.a4bdf0951282.257.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:262864750ed97403f7ea680accf0e3e18d664336ed0faec91167ef53e9a855e5
3
+ size 3160