Commit ·
5f70b42
1
Parent(s): d2b6fff
commit files to HF hub
Browse files- .gitattributes +7 -0
- README.md +31 -5
- config.json +19 -9
- images/8_Ball_Pool_game.jpg +3 -0
- images/Asphalt_game.jpg +3 -0
- images/Call_of_Duty_game.jpg +3 -0
- images/Carrom_Pool:_Disc_Game.jpg +3 -0
- images/Clash_of_Clans_game.jpg +3 -0
- images/Coin_Master_game.jpg +3 -0
- images/Cricket_League_game.jpg +3 -0
- images/_playing_card_game.jpg +2 -2
- pytorch_model.bin +2 -2
- runs/events.out.tfevents.1676627724.a4bdf0951282.257.0 +3 -0
.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.
|
| 19 |
---
|
| 20 |
|
| 21 |
# arcade-game
|
| 22 |
|
| 23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
## Example Images
|
| 26 |
|
|
@@ -29,18 +35,38 @@ model-index:
|
|
| 29 |
|
| 30 |

|
| 31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
#### Bubble Shooter game
|
| 33 |
|
| 34 |

|
| 35 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
#### Candy Crush Saga
|
| 37 |
|
| 38 |

|
| 39 |
|
| 40 |
-
####
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
|
| 42 |
-
.
|
| 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 |

|
| 37 |
|
| 38 |
+
#### 8 Ball Pool game
|
| 39 |
+
|
| 40 |
+

|
| 41 |
+
|
| 42 |
+
#### Asphalt game
|
| 43 |
+
|
| 44 |
+

|
| 45 |
+
|
| 46 |
#### Bubble Shooter game
|
| 47 |
|
| 48 |

|
| 49 |
|
| 50 |
+
#### Call of Duty game
|
| 51 |
+
|
| 52 |
+

|
| 53 |
+
|
| 54 |
#### Candy Crush Saga
|
| 55 |
|
| 56 |

|
| 57 |
|
| 58 |
+
#### Carrom Pool: Disc Game
|
| 59 |
+
|
| 60 |
+

|
| 61 |
+
|
| 62 |
+
#### Clash of Clans game
|
| 63 |
+
|
| 64 |
+

|
| 65 |
+
|
| 66 |
+
#### Coin Master game
|
| 67 |
|
| 68 |
+

|
| 69 |
|
| 70 |
+
#### Cricket League game
|
| 71 |
|
| 72 |
+

|
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"ViTForImageClassification"
|
| 5 |
],
|
|
@@ -10,20 +10,30 @@
|
|
| 10 |
"hidden_size": 768,
|
| 11 |
"id2label": {
|
| 12 |
"0": " playing card game",
|
| 13 |
-
"1": "
|
| 14 |
-
"2": "
|
| 15 |
-
"3": "
|
| 16 |
-
"4": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
},
|
| 18 |
"image_size": 224,
|
| 19 |
"initializer_range": 0.02,
|
| 20 |
"intermediate_size": 3072,
|
| 21 |
"label2id": {
|
| 22 |
" playing card game": "0",
|
| 23 |
-
"
|
| 24 |
-
"
|
| 25 |
-
"
|
| 26 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|
images/Asphalt_game.jpg
ADDED
|
Git LFS Details
|
images/Call_of_Duty_game.jpg
ADDED
|
Git LFS Details
|
images/Carrom_Pool:_Disc_Game.jpg
ADDED
|
Git LFS Details
|
images/Clash_of_Clans_game.jpg
ADDED
|
Git LFS Details
|
images/Coin_Master_game.jpg
ADDED
|
Git LFS Details
|
images/Cricket_League_game.jpg
ADDED
|
Git LFS Details
|
images/_playing_card_game.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 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
|