Model save
Browse files
README.md
CHANGED
@@ -1,10 +1,8 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
-
base_model: timm/
|
5 |
tags:
|
6 |
-
- image-classification
|
7 |
-
- vision
|
8 |
- generated_from_trainer
|
9 |
metrics:
|
10 |
- accuracy
|
@@ -18,10 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
# vit-base-beans
|
20 |
|
21 |
-
This model is a fine-tuned version of [timm/
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Accuracy: 0.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -50,33 +48,33 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
-
| Training Loss | Epoch | Step |
|
54 |
-
|
55 |
-
| 1.
|
56 |
-
| 1.
|
57 |
-
| 1.
|
58 |
-
| 1.
|
59 |
-
|
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
|
76 |
|
77 |
### Framework versions
|
78 |
|
79 |
- Transformers 4.47.0.dev0
|
80 |
-
- Pytorch 2.
|
81 |
- Datasets 2.21.0
|
82 |
- Tokenizers 0.20.0
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
+
base_model: timm/resnet101.a1_in1k
|
5 |
tags:
|
|
|
|
|
6 |
- generated_from_trainer
|
7 |
metrics:
|
8 |
- accuracy
|
|
|
16 |
|
17 |
# vit-base-beans
|
18 |
|
19 |
+
This model is a fine-tuned version of [timm/resnet101.a1_in1k](https://huggingface.co/timm/resnet101.a1_in1k) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.5027
|
22 |
+
- Accuracy: 0.8571
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
+
| 1.07 | 1.0 | 130 | 1.0683 | 0.4135 |
|
54 |
+
| 1.0523 | 2.0 | 260 | 1.0356 | 0.6241 |
|
55 |
+
| 1.0439 | 3.0 | 390 | 1.0045 | 0.6617 |
|
56 |
+
| 1.0056 | 4.0 | 520 | 0.9671 | 0.7293 |
|
57 |
+
| 0.9853 | 5.0 | 650 | 0.9245 | 0.7895 |
|
58 |
+
| 0.9581 | 6.0 | 780 | 0.8744 | 0.7820 |
|
59 |
+
| 0.9044 | 7.0 | 910 | 0.8172 | 0.7820 |
|
60 |
+
| 0.869 | 8.0 | 1040 | 0.7737 | 0.8271 |
|
61 |
+
| 0.8804 | 9.0 | 1170 | 0.7098 | 0.8271 |
|
62 |
+
| 0.7757 | 10.0 | 1300 | 0.6705 | 0.8120 |
|
63 |
+
| 0.7694 | 11.0 | 1430 | 0.6382 | 0.8571 |
|
64 |
+
| 0.7966 | 12.0 | 1560 | 0.6088 | 0.7895 |
|
65 |
+
| 0.7425 | 13.0 | 1690 | 0.5724 | 0.8496 |
|
66 |
+
| 0.7698 | 14.0 | 1820 | 0.5665 | 0.8195 |
|
67 |
+
| 0.6632 | 15.0 | 1950 | 0.5308 | 0.8571 |
|
68 |
+
| 0.6162 | 16.0 | 2080 | 0.5262 | 0.8346 |
|
69 |
+
| 0.6128 | 17.0 | 2210 | 0.5081 | 0.8421 |
|
70 |
+
| 0.685 | 18.0 | 2340 | 0.4913 | 0.8571 |
|
71 |
+
| 0.6614 | 19.0 | 2470 | 0.4937 | 0.8496 |
|
72 |
+
| 0.6934 | 20.0 | 2600 | 0.5027 | 0.8571 |
|
73 |
|
74 |
|
75 |
### Framework versions
|
76 |
|
77 |
- Transformers 4.47.0.dev0
|
78 |
+
- Pytorch 2.5.0+cu118
|
79 |
- Datasets 2.21.0
|
80 |
- Tokenizers 0.20.0
|
emissions.csv
CHANGED
@@ -1,3 +1,2 @@
|
|
1 |
timestamp,experiment_id,project_name,duration,emissions,energy_consumed,country_name,country_iso_code,region,on_cloud,cloud_provider,cloud_region
|
2 |
-
2024-
|
3 |
-
2024-11-19T22:53:44,578265f7-ebf2-4f25-a655-fbf9408e808f,codecarbon,47.440908908843994,0.0005769877605746902,0.00156308324321251,United States,USA,virginia,N,,
|
|
|
1 |
timestamp,experiment_id,project_name,duration,emissions,energy_consumed,country_name,country_iso_code,region,on_cloud,cloud_provider,cloud_region
|
2 |
+
2024-12-05T11:34:09,2086e58c-71a5-40fe-98e1-b13af838cdbc,codecarbon,336.7597358226776,0.0055413830475958435,0.015011831407466569,United States,USA,virginia,N,,
|
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 170504076
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c8b3be40ee65c95dd89e79dea11a85685d1ccdb5815b97be491d68b8f6c573b
|
3 |
size 170504076
|
runs/Dec05_11-28-22_ip-10-90-1-182/events.out.tfevents.1733398110.ip-10-90-1-182.93862.0
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:f3d6f262eedf12a4c11a0c7e6e6bbe3a25a63c6a57af7908f449b74be04cbbfd
|
3 |
+
size 67217
|