AyaF commited on
Commit
f19166b
1 Parent(s): 1dad1b0

commit files to HF hub

Browse files
README.md CHANGED
@@ -15,6 +15,17 @@ model-index:
15
  metrics:
16
  - name: Accuracy
17
  type: accuracy
18
- value: 0.993543267250061
19
  ---
20
- Arabic Sign Language Recognition (Vit)
 
 
 
 
 
 
 
 
 
 
 
 
15
  metrics:
16
  - name: Accuracy
17
  type: accuracy
18
+ value: 0.9929724931716919
19
  ---
20
+
21
+ # AyaVit
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
config.json CHANGED
@@ -11,34 +11,36 @@
11
  "id2label": {
12
  "0": "ain",
13
  "1": "al",
14
- "10": "jeem",
15
- "11": "kaaf",
16
- "12": "khaa",
17
- "13": "la",
18
- "14": "laam",
19
- "15": "meem",
20
- "16": "nun",
21
- "17": "ra",
22
- "18": "saad",
23
- "19": "seen",
24
- "2": "dal",
25
- "20": "sheen",
26
- "21": "ta",
27
- "22": "taa",
28
- "23": "thaa",
29
- "24": "thal",
30
- "25": "toot",
31
- "26": "waw",
32
- "27": "ya",
33
- "28": "yaa",
34
- "29": "zay",
35
- "3": "dha",
36
- "4": "dhad",
37
- "5": "fa",
38
- "6": "gaaf",
39
- "7": "ghain",
40
- "8": "ha",
41
- "9": "haa"
 
 
42
  },
43
  "image_size": 224,
44
  "initializer_range": 0.02,
@@ -46,34 +48,36 @@
46
  "label2id": {
47
  "ain": "0",
48
  "al": "1",
49
- "dal": "2",
50
- "dha": "3",
51
- "dhad": "4",
52
- "fa": "5",
53
- "gaaf": "6",
54
- "ghain": "7",
55
- "ha": "8",
56
- "haa": "9",
57
- "jeem": "10",
58
- "kaaf": "11",
59
- "khaa": "12",
60
- "la": "13",
61
- "laam": "14",
62
- "meem": "15",
63
- "nun": "16",
64
- "ra": "17",
65
- "saad": "18",
66
- "seen": "19",
67
- "sheen": "20",
68
- "ta": "21",
69
- "taa": "22",
70
- "thaa": "23",
71
- "thal": "24",
72
- "toot": "25",
73
- "waw": "26",
74
- "ya": "27",
75
- "yaa": "28",
76
- "zay": "29"
 
 
77
  },
78
  "layer_norm_eps": 1e-12,
79
  "model_type": "vit",
@@ -84,5 +88,5 @@
84
  "problem_type": "single_label_classification",
85
  "qkv_bias": true,
86
  "torch_dtype": "float32",
87
- "transformers_version": "4.25.1"
88
  }
 
11
  "id2label": {
12
  "0": "ain",
13
  "1": "al",
14
+ "10": "ha",
15
+ "11": "haa",
16
+ "12": "jeem",
17
+ "13": "kaaf",
18
+ "14": "khaa",
19
+ "15": "la",
20
+ "16": "laam",
21
+ "17": "meem",
22
+ "18": "nun",
23
+ "19": "ra",
24
+ "2": "aleff",
25
+ "20": "saad",
26
+ "21": "seen",
27
+ "22": "sheen",
28
+ "23": "ta",
29
+ "24": "taa",
30
+ "25": "thaa",
31
+ "26": "thal",
32
+ "27": "toot",
33
+ "28": "waw",
34
+ "29": "ya",
35
+ "3": "bb",
36
+ "30": "yaa",
37
+ "31": "zay",
38
+ "4": "dal",
39
+ "5": "dha",
40
+ "6": "dhad",
41
+ "7": "fa",
42
+ "8": "gaaf",
43
+ "9": "ghain"
44
  },
45
  "image_size": 224,
46
  "initializer_range": 0.02,
 
48
  "label2id": {
49
  "ain": "0",
50
  "al": "1",
51
+ "aleff": "2",
52
+ "bb": "3",
53
+ "dal": "4",
54
+ "dha": "5",
55
+ "dhad": "6",
56
+ "fa": "7",
57
+ "gaaf": "8",
58
+ "ghain": "9",
59
+ "ha": "10",
60
+ "haa": "11",
61
+ "jeem": "12",
62
+ "kaaf": "13",
63
+ "khaa": "14",
64
+ "la": "15",
65
+ "laam": "16",
66
+ "meem": "17",
67
+ "nun": "18",
68
+ "ra": "19",
69
+ "saad": "20",
70
+ "seen": "21",
71
+ "sheen": "22",
72
+ "ta": "23",
73
+ "taa": "24",
74
+ "thaa": "25",
75
+ "thal": "26",
76
+ "toot": "27",
77
+ "waw": "28",
78
+ "ya": "29",
79
+ "yaa": "30",
80
+ "zay": "31"
81
  },
82
  "layer_norm_eps": 1e-12,
83
  "model_type": "vit",
 
88
  "problem_type": "single_label_classification",
89
  "qkv_bias": true,
90
  "torch_dtype": "float32",
91
+ "transformers_version": "4.26.1"
92
  }
preprocessor_config.json CHANGED
@@ -7,7 +7,7 @@
7
  0.5,
8
  0.5
9
  ],
10
- "image_processor_type": "ViTImageProcessor",
11
  "image_std": [
12
  0.5,
13
  0.5,
 
7
  0.5,
8
  0.5
9
  ],
10
+ "image_processor_type": "ViTFeatureExtractor",
11
  "image_std": [
12
  0.5,
13
  0.5,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:89aa1add8117ec3f47fa168077c47c961830259389d773abb9e23ed501bd358c
3
- size 343352045
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:228ef8c909ca9fc2107436980ae95853fa4238a2b1b091b6aee7f6fccda71fdd
3
+ size 343358253
runs/events.out.tfevents.1678293387.f826b2371b89.162.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31da39501efc8de8e4b830c737c1b277dff77f1d6ff2bf63413c263897a06081
3
+ size 43846