update model card README.md
Browse files
README.md
CHANGED
|
@@ -2,8 +2,6 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
| 5 |
-
metrics:
|
| 6 |
-
- accuracy
|
| 7 |
model-index:
|
| 8 |
- name: Train
|
| 9 |
results: []
|
|
@@ -14,10 +12,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
# Train
|
| 16 |
|
| 17 |
-
This model is a fine-tuned version of [microsoft/resnet-101](https://huggingface.co/microsoft/resnet-101) on
|
| 18 |
-
It achieves the following results on the evaluation set:
|
| 19 |
-
- Loss: 2.8747
|
| 20 |
-
- Accuracy: 0.3
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
@@ -44,27 +39,6 @@ The following hyperparameters were used during training:
|
|
| 44 |
- lr_scheduler_type: linear
|
| 45 |
- num_epochs: 2
|
| 46 |
|
| 47 |
-
### Training results
|
| 48 |
-
|
| 49 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 50 |
-
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 51 |
-
| 3.2433 | 0.13 | 100 | 3.2168 | 0.0462 |
|
| 52 |
-
| 3.2076 | 0.26 | 200 | 3.2063 | 0.0641 |
|
| 53 |
-
| 3.136 | 0.39 | 300 | 3.1938 | 0.1051 |
|
| 54 |
-
| 3.2283 | 0.51 | 400 | 3.1785 | 0.1077 |
|
| 55 |
-
| 3.1354 | 0.64 | 500 | 3.1671 | 0.1282 |
|
| 56 |
-
| 3.3212 | 0.77 | 600 | 3.1385 | 0.1590 |
|
| 57 |
-
| 3.3626 | 0.9 | 700 | 3.1269 | 0.2128 |
|
| 58 |
-
| 3.1565 | 1.03 | 800 | 3.0776 | 0.1564 |
|
| 59 |
-
| 3.0873 | 1.16 | 900 | 3.0446 | 0.2179 |
|
| 60 |
-
| 2.9991 | 1.29 | 1000 | 2.9940 | 0.2744 |
|
| 61 |
-
| 2.9279 | 1.41 | 1100 | 2.9565 | 0.2718 |
|
| 62 |
-
| 2.8635 | 1.54 | 1200 | 2.9233 | 0.2769 |
|
| 63 |
-
| 2.9502 | 1.67 | 1300 | 2.9280 | 0.2974 |
|
| 64 |
-
| 3.084 | 1.8 | 1400 | 2.8648 | 0.3103 |
|
| 65 |
-
| 2.8916 | 1.93 | 1500 | 2.8747 | 0.3 |
|
| 66 |
-
|
| 67 |
-
|
| 68 |
### Framework versions
|
| 69 |
|
| 70 |
- Transformers 4.30.1
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
|
|
|
|
|
|
| 5 |
model-index:
|
| 6 |
- name: Train
|
| 7 |
results: []
|
|
|
|
| 12 |
|
| 13 |
# Train
|
| 14 |
|
| 15 |
+
This model is a fine-tuned version of [microsoft/resnet-101](https://huggingface.co/microsoft/resnet-101) on an unknown dataset.
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
## Model description
|
| 18 |
|
|
|
|
| 39 |
- lr_scheduler_type: linear
|
| 40 |
- num_epochs: 2
|
| 41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
### Framework versions
|
| 43 |
|
| 44 |
- Transformers 4.30.1
|