data-silence
commited on
Commit
•
e9ca70f
1
Parent(s):
d00c259
Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,8 @@ metrics:
|
|
8 |
model-index:
|
9 |
- name: results
|
10 |
results: []
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -22,17 +24,9 @@ It achieves the following results on the evaluation set:
|
|
22 |
|
23 |
## Model description
|
24 |
|
25 |
-
|
|
|
26 |
|
27 |
-
## Intended uses & limitations
|
28 |
-
|
29 |
-
More information needed
|
30 |
-
|
31 |
-
## Training and evaluation data
|
32 |
-
|
33 |
-
More information needed
|
34 |
-
|
35 |
-
## Training procedure
|
36 |
|
37 |
### Training hyperparameters
|
38 |
|
@@ -59,4 +53,4 @@ The following hyperparameters were used during training:
|
|
59 |
- Transformers 4.42.4
|
60 |
- Pytorch 2.3.1+cu121
|
61 |
- Datasets 2.21.0
|
62 |
-
- Tokenizers 0.19.1
|
|
|
8 |
model-index:
|
9 |
- name: results
|
10 |
results: []
|
11 |
+
library_name: transformers
|
12 |
+
pipeline_tag: image-classification
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
24 |
|
25 |
## Model description
|
26 |
|
27 |
+
This model was trained for the Kaggle competition [Cleaned vs Dirty V2](https://www.kaggle.com/competitions/platesv2).
|
28 |
+
Despite good results in training, the model shows poor results on test data, and should not be used in this competition.
|
29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
|
31 |
### Training hyperparameters
|
32 |
|
|
|
53 |
- Transformers 4.42.4
|
54 |
- Pytorch 2.3.1+cu121
|
55 |
- Datasets 2.21.0
|
56 |
+
- Tokenizers 0.19.1
|