From origin 0.79
Browse files- .gitattributes +10 -0
- README.md +69 -0
- config.json +48 -0
- images/0.jpg +3 -0
- images/1.jpg +3 -0
- images/2.jpg +3 -0
- images/3.jpg +3 -0
- images/4.jpg +3 -0
- images/5.jpg +3 -0
- images/6.jpg +3 -0
- images/7.jpg +3 -0
- images/8.jpg +3 -0
- images/9.jpg +3 -0
- model.safetensors +3 -0
- preprocessor_config.json +22 -0
- runs/events.out.tfevents.1700381634.a4e45e385a69.761.1 +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,13 @@ 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/0.jpg filter=lfs diff=lfs merge=lfs -text
|
37 |
+
images/1.jpg filter=lfs diff=lfs merge=lfs -text
|
38 |
+
images/2.jpg filter=lfs diff=lfs merge=lfs -text
|
39 |
+
images/3.jpg filter=lfs diff=lfs merge=lfs -text
|
40 |
+
images/4.jpg filter=lfs diff=lfs merge=lfs -text
|
41 |
+
images/5.jpg filter=lfs diff=lfs merge=lfs -text
|
42 |
+
images/6.jpg filter=lfs diff=lfs merge=lfs -text
|
43 |
+
images/7.jpg filter=lfs diff=lfs merge=lfs -text
|
44 |
+
images/8.jpg filter=lfs diff=lfs merge=lfs -text
|
45 |
+
images/9.jpg filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- image-classification
|
4 |
+
- pytorch
|
5 |
+
- huggingpics
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
|
9 |
+
model-index:
|
10 |
+
- name: demo-car-v1
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: Image Classification
|
14 |
+
type: image-classification
|
15 |
+
metrics:
|
16 |
+
- name: Accuracy
|
17 |
+
type: accuracy
|
18 |
+
value: 0.7920792102813721
|
19 |
+
---
|
20 |
+
|
21 |
+
# demo-car-v1
|
22 |
+
|
23 |
+
|
24 |
+
['BENTLEY', 'Porsche', 'Rolls-Royce', 'Volkswagen', 'audi', 'benz', 'bmw', 'honda', 'lexus', 'toyota']
|
25 |
+
|
26 |
+
|
27 |
+
## Example Images
|
28 |
+
|
29 |
+
|
30 |
+
# #### BENTLEY
|
31 |
+
|
32 |
+
# 
|
33 |
+
#
|
34 |
+
# #### Porsche
|
35 |
+
|
36 |
+
# 
|
37 |
+
#
|
38 |
+
# #### Rolls-Royce
|
39 |
+
|
40 |
+
# 
|
41 |
+
#
|
42 |
+
# #### Volkswagen
|
43 |
+
|
44 |
+
# 
|
45 |
+
#
|
46 |
+
# #### audi
|
47 |
+
|
48 |
+
# 
|
49 |
+
#
|
50 |
+
# #### benz
|
51 |
+
|
52 |
+
# 
|
53 |
+
#
|
54 |
+
# #### bmw
|
55 |
+
|
56 |
+
# 
|
57 |
+
#
|
58 |
+
# #### honda
|
59 |
+
|
60 |
+
# 
|
61 |
+
#
|
62 |
+
# #### lexus
|
63 |
+
|
64 |
+
# 
|
65 |
+
#
|
66 |
+
# #### toyota
|
67 |
+
|
68 |
+
# 
|
69 |
+
#
|
config.json
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "BENTLEY",
|
13 |
+
"1": "Porsche",
|
14 |
+
"2": "Rolls-Royce",
|
15 |
+
"3": "Volkswagen",
|
16 |
+
"4": "audi",
|
17 |
+
"5": "benz",
|
18 |
+
"6": "bmw",
|
19 |
+
"7": "honda",
|
20 |
+
"8": "lexus",
|
21 |
+
"9": "toyota"
|
22 |
+
},
|
23 |
+
"image_size": 224,
|
24 |
+
"initializer_range": 0.02,
|
25 |
+
"intermediate_size": 3072,
|
26 |
+
"label2id": {
|
27 |
+
"BENTLEY": "0",
|
28 |
+
"Porsche": "1",
|
29 |
+
"Rolls-Royce": "2",
|
30 |
+
"Volkswagen": "3",
|
31 |
+
"audi": "4",
|
32 |
+
"benz": "5",
|
33 |
+
"bmw": "6",
|
34 |
+
"honda": "7",
|
35 |
+
"lexus": "8",
|
36 |
+
"toyota": "9"
|
37 |
+
},
|
38 |
+
"layer_norm_eps": 1e-12,
|
39 |
+
"model_type": "vit",
|
40 |
+
"num_attention_heads": 12,
|
41 |
+
"num_channels": 3,
|
42 |
+
"num_hidden_layers": 12,
|
43 |
+
"patch_size": 16,
|
44 |
+
"problem_type": "single_label_classification",
|
45 |
+
"qkv_bias": true,
|
46 |
+
"torch_dtype": "float32",
|
47 |
+
"transformers_version": "4.35.2"
|
48 |
+
}
|
images/0.jpg
ADDED
![]() |
Git LFS Details
|
images/1.jpg
ADDED
![]() |
Git LFS Details
|
images/2.jpg
ADDED
![]() |
Git LFS Details
|
images/3.jpg
ADDED
![]() |
Git LFS Details
|
images/4.jpg
ADDED
![]() |
Git LFS Details
|
images/5.jpg
ADDED
![]() |
Git LFS Details
|
images/6.jpg
ADDED
![]() |
Git LFS Details
|
images/7.jpg
ADDED
![]() |
Git LFS Details
|
images/8.jpg
ADDED
![]() |
Git LFS Details
|
images/9.jpg
ADDED
![]() |
Git LFS Details
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a97cf535ca11ef6bccf468f468b4f4beb8e9d51370d9a363dfb44fe5830329d
|
3 |
+
size 343248584
|
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 |
+
}
|
runs/events.out.tfevents.1700381634.a4e45e385a69.761.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7810b6dab983c7f58ebf88acba13e0e97ea507391253ccb2b9e27035334efec5
|
3 |
+
size 3895
|