hungtu commited on
Commit
6c8a416
1 Parent(s): 73b862d

commit files to HF hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,9 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ images/Vinfast_Fadil.jpeg filter=lfs diff=lfs merge=lfs -text
37
+ images/Vinfast_Lux_A2.0.jpeg filter=lfs diff=lfs merge=lfs -text
38
+ images/Vinfast_Lux_SA2.0.jpeg filter=lfs diff=lfs merge=lfs -text
39
+ images/Vinfast_President.jpeg filter=lfs diff=lfs merge=lfs -text
40
+ images/Vinfast_VF_8.jpeg filter=lfs diff=lfs merge=lfs -text
41
+ images/Vinfast_VF_e34.jpeg filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-classification
4
+ - pytorch
5
+ - huggingpics
6
+ metrics:
7
+ - accuracy
8
+
9
+ model-index:
10
+ - name: vinfast-car-classifier
11
+ results:
12
+ - task:
13
+ name: Image Classification
14
+ type: image-classification
15
+ metrics:
16
+ - name: Accuracy
17
+ type: accuracy
18
+ value: 0.7647058963775635
19
+ ---
20
+
21
+ # vinfast-car-classifier
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
+ #### Vinfast_Fadil
35
+
36
+ ![Vinfast_Fadil](images/Vinfast_Fadil.jpeg)
37
+
38
+ #### Vinfast_Lux_A2.0
39
+
40
+ ![Vinfast_Lux_A2.0](images/Vinfast_Lux_A2.0.jpeg)
41
+
42
+ #### Vinfast_Lux_SA2.0
43
+
44
+ ![Vinfast_Lux_SA2.0](images/Vinfast_Lux_SA2.0.jpeg)
45
+
46
+ #### Vinfast_President
47
+
48
+ ![Vinfast_President](images/Vinfast_President.jpeg)
49
+
50
+ #### Vinfast_VF_8
51
+
52
+ ![Vinfast_VF_8](images/Vinfast_VF_8.jpeg)
53
+
54
+ #### Vinfast_VF_e34
55
+
56
+ ![Vinfast_VF_e34](images/Vinfast_VF_e34.jpeg)
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Vinfast_Fadil",
13
+ "1": "Vinfast_Lux_A2.0",
14
+ "2": "Vinfast_Lux_SA2.0",
15
+ "3": "Vinfast_President",
16
+ "4": "Vinfast_VF_8",
17
+ "5": "Vinfast_VF_e34"
18
+ },
19
+ "image_size": 224,
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 3072,
22
+ "label2id": {
23
+ "Vinfast_Fadil": "0",
24
+ "Vinfast_Lux_A2.0": "1",
25
+ "Vinfast_Lux_SA2.0": "2",
26
+ "Vinfast_President": "3",
27
+ "Vinfast_VF_8": "4",
28
+ "Vinfast_VF_e34": "5"
29
+ },
30
+ "layer_norm_eps": 1e-12,
31
+ "model_type": "vit",
32
+ "num_attention_heads": 12,
33
+ "num_channels": 3,
34
+ "num_hidden_layers": 12,
35
+ "patch_size": 16,
36
+ "problem_type": "single_label_classification",
37
+ "qkv_bias": true,
38
+ "torch_dtype": "float32",
39
+ "transformers_version": "4.31.0"
40
+ }
images/Vinfast_Fadil.jpeg ADDED

Git LFS Details

  • SHA256: bfd5d0b16e6050c40595e1ba68ab1d5a4af6036ae904a0c6d99e18ca3b403b43
  • Pointer size: 131 Bytes
  • Size of remote file: 956 kB
images/Vinfast_Lux_A2.0.jpeg ADDED

Git LFS Details

  • SHA256: 145f48f14b57173bcf455fabdc76f924dd03d9231291fa93b6fdd900d7dfcecb
  • Pointer size: 130 Bytes
  • Size of remote file: 95.7 kB
images/Vinfast_Lux_SA2.0.jpeg ADDED

Git LFS Details

  • SHA256: c3d5a00c5ae7807d7bea16fb32326c939dd307951e407000578c887b46dfe847
  • Pointer size: 131 Bytes
  • Size of remote file: 157 kB
images/Vinfast_President.jpeg ADDED

Git LFS Details

  • SHA256: be827efe7d7a0b5cb81c77017e286a8732b47c194eaf72a73630f74add78f57f
  • Pointer size: 130 Bytes
  • Size of remote file: 46 kB
images/Vinfast_VF_8.jpeg ADDED

Git LFS Details

  • SHA256: cce9690244eff3b65233c29e86f5342ba49dc3678b32522ec8fbb45a018d03e6
  • Pointer size: 131 Bytes
  • Size of remote file: 227 kB
images/Vinfast_VF_e34.jpeg ADDED

Git LFS Details

  • SHA256: 0534eeaaaf1ce1cb7dc57b21aff01fc6546cdf9a6ac0962732753e538641e0e8
  • Pointer size: 130 Bytes
  • Size of remote file: 93.9 kB
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_processor_type": "ViTFeatureExtractor",
11
+ "image_std": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "resample": 2,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 224,
20
+ "width": 224
21
+ }
22
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cfebe24c3bfd12fe593262b8278e28a23c7c4e4aab84c9b450eb66d99c60b1c
3
+ size 343278253
runs/events.out.tfevents.1690892069.3bce5b6ce63f.599.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8cdd3eccafc1aed5186de5ac1923ee236d8f8bbcf3e2b77cae451b374809a6c
3
+ size 1020