Training in progress, step 2160
Browse files- README.md +54 -1
- Untitled-1.ipynb +0 -0
- config.json +776 -0
- model.safetensors +3 -0
- preprocessor_config.json +23 -0
- training_args.bin +3 -0
README.md
CHANGED
|
@@ -1,3 +1,56 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
tags:
|
| 4 |
+
- generated_from_trainer
|
| 5 |
+
model-index:
|
| 6 |
+
- name: WargonInnovation-ViT
|
| 7 |
+
results: []
|
| 8 |
---
|
| 9 |
+
|
| 10 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 11 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 12 |
+
|
| 13 |
+
# WargonInnovation-ViT
|
| 14 |
+
|
| 15 |
+
This model was trained from scratch on an unknown dataset.
|
| 16 |
+
It achieves the following results on the evaluation set:
|
| 17 |
+
- Loss: 0.9881
|
| 18 |
+
|
| 19 |
+
## Model description
|
| 20 |
+
|
| 21 |
+
More information needed
|
| 22 |
+
|
| 23 |
+
## Intended uses & limitations
|
| 24 |
+
|
| 25 |
+
More information needed
|
| 26 |
+
|
| 27 |
+
## Training and evaluation data
|
| 28 |
+
|
| 29 |
+
More information needed
|
| 30 |
+
|
| 31 |
+
## Training procedure
|
| 32 |
+
|
| 33 |
+
### Training hyperparameters
|
| 34 |
+
|
| 35 |
+
The following hyperparameters were used during training:
|
| 36 |
+
- learning_rate: 5e-05
|
| 37 |
+
- train_batch_size: 48
|
| 38 |
+
- eval_batch_size: 48
|
| 39 |
+
- seed: 42
|
| 40 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 41 |
+
- lr_scheduler_type: linear
|
| 42 |
+
- num_epochs: 1
|
| 43 |
+
|
| 44 |
+
### Training results
|
| 45 |
+
|
| 46 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
| 47 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
| 48 |
+
| 0.2472 | 1.0 | 629 | 0.9881 |
|
| 49 |
+
|
| 50 |
+
|
| 51 |
+
### Framework versions
|
| 52 |
+
|
| 53 |
+
- Transformers 4.48.2
|
| 54 |
+
- Pytorch 2.6.0+cu118
|
| 55 |
+
- Datasets 3.2.0
|
| 56 |
+
- Tokenizers 0.21.0
|
Untitled-1.ipynb
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
config.json
ADDED
|
@@ -0,0 +1,776 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": "Not in the list",
|
| 13 |
+
"1": "Kappahl",
|
| 14 |
+
"10": "Pernilla Wahlgren",
|
| 15 |
+
"100": "Nudie Jeans",
|
| 16 |
+
"101": "These Glory Days",
|
| 17 |
+
"102": "Lee",
|
| 18 |
+
"103": "Everest",
|
| 19 |
+
"104": "Reebok",
|
| 20 |
+
"105": "Bl\u00e4ck",
|
| 21 |
+
"106": "High Mountain",
|
| 22 |
+
"107": "Havana",
|
| 23 |
+
"108": "Park Lane",
|
| 24 |
+
"109": "Bondelid",
|
| 25 |
+
"11": "Tenson",
|
| 26 |
+
"110": "Signature",
|
| 27 |
+
"111": "Wico",
|
| 28 |
+
"112": "Svea",
|
| 29 |
+
"113": "Primark",
|
| 30 |
+
"114": "Odd Molly",
|
| 31 |
+
"115": "Polo",
|
| 32 |
+
"116": "Crocker",
|
| 33 |
+
"117": "Atlant (Dressman)",
|
| 34 |
+
"118": "Gerry Weber",
|
| 35 |
+
"119": "Cream",
|
| 36 |
+
"12": "Miss Milla",
|
| 37 |
+
"120": "Bitte Kai Rand",
|
| 38 |
+
"121": "Edc (Esprit De Corps)",
|
| 39 |
+
"122": "Sweet Sktbs",
|
| 40 |
+
"123": "Extended (Lindex)",
|
| 41 |
+
"124": "Ralph Lauren",
|
| 42 |
+
"125": "Tutti Frutti",
|
| 43 |
+
"126": "Atmosphere",
|
| 44 |
+
"127": "Carl William",
|
| 45 |
+
"128": "Riley",
|
| 46 |
+
"129": "Barbour",
|
| 47 |
+
"13": "Jack And Jones",
|
| 48 |
+
"130": "Part Two",
|
| 49 |
+
"131": "Saint Tropez",
|
| 50 |
+
"132": "Cellbes",
|
| 51 |
+
"133": "Mexx",
|
| 52 |
+
"134": "Balmain",
|
| 53 |
+
"135": "Stockhlm",
|
| 54 |
+
"136": "Dobber",
|
| 55 |
+
"137": "Fbsisters (New Yorker)",
|
| 56 |
+
"138": "Fransa",
|
| 57 |
+
"139": "Batistini (Dressman)",
|
| 58 |
+
"14": "Hamton Republic (Kappahl)",
|
| 59 |
+
"140": "Object",
|
| 60 |
+
"141": "J.Lindeberg",
|
| 61 |
+
"142": "Alice Bizous (Joy)",
|
| 62 |
+
"143": "River Island",
|
| 63 |
+
"144": "Never Denim L\u00e5g",
|
| 64 |
+
"145": "Twist & Tango",
|
| 65 |
+
"146": "Newbody",
|
| 66 |
+
"147": "Pull And Bear",
|
| 67 |
+
"148": "In Motion",
|
| 68 |
+
"149": "Anna Field",
|
| 69 |
+
"15": "Isolde",
|
| 70 |
+
"150": "Next L\u00e5g",
|
| 71 |
+
"151": "Fix (Lindex)",
|
| 72 |
+
"152": "Desigual",
|
| 73 |
+
"153": "Sand",
|
| 74 |
+
"154": "Hollister (Abercomb & Fitch)",
|
| 75 |
+
"155": "Soul River",
|
| 76 |
+
"156": "Hennes Collection",
|
| 77 |
+
"157": "Zara Man",
|
| 78 |
+
"158": "Pieces",
|
| 79 |
+
"159": "Melka (Gammalt Svenskt)?",
|
| 80 |
+
"16": "Race Marine",
|
| 81 |
+
"160": "Inwear",
|
| 82 |
+
"161": "Carhartt",
|
| 83 |
+
"162": "Boohoo",
|
| 84 |
+
"163": "Hillevi",
|
| 85 |
+
"164": "Puma",
|
| 86 |
+
"165": "Hope",
|
| 87 |
+
"166": "Frk",
|
| 88 |
+
"167": "Rut & Circle",
|
| 89 |
+
"168": "Bodyflirt",
|
| 90 |
+
"169": "J-Crew",
|
| 91 |
+
"17": "East West",
|
| 92 |
+
"170": "Banana Republic",
|
| 93 |
+
"171": "Cecil",
|
| 94 |
+
"172": "365",
|
| 95 |
+
"173": "O\u2019Neill",
|
| 96 |
+
"174": "Noisy May",
|
| 97 |
+
"175": "Maison Scotch",
|
| 98 |
+
"176": "Swedemount",
|
| 99 |
+
"177": "Fj\u00e4llr\u00e4ven",
|
| 100 |
+
"178": "Mon Row",
|
| 101 |
+
"179": "Dolce & Gabbana (D&G)",
|
| 102 |
+
"18": "Esmara (Lidl)",
|
| 103 |
+
"180": "Alexander Wang",
|
| 104 |
+
"181": "Asos",
|
| 105 |
+
"182": "Sams\u00f6",
|
| 106 |
+
"183": "Kappa",
|
| 107 |
+
"184": "Soulmate",
|
| 108 |
+
"185": "Dagmar",
|
| 109 |
+
"186": "Tiger Of Sweden",
|
| 110 |
+
"187": "Jc",
|
| 111 |
+
"188": "Juicy Couture",
|
| 112 |
+
"189": "Frank Dandy",
|
| 113 |
+
"19": "Mywear (Ica)",
|
| 114 |
+
"190": "G-Star Raw",
|
| 115 |
+
"191": "Gucci",
|
| 116 |
+
"192": "Blendshe",
|
| 117 |
+
"193": "Billabong",
|
| 118 |
+
"194": "Patagonia",
|
| 119 |
+
"195": "Second Female",
|
| 120 |
+
"196": "Rappson (Gubb)",
|
| 121 |
+
"197": "Cue",
|
| 122 |
+
"198": "Melly Moda",
|
| 123 |
+
"199": "Amalia",
|
| 124 |
+
"2": "Brandtex",
|
| 125 |
+
"20": "Nike",
|
| 126 |
+
"200": "Dunderon",
|
| 127 |
+
"201": "Nordiska Kompaniet",
|
| 128 |
+
"202": "Newhouse Mellan",
|
| 129 |
+
"203": "Mcgordon (Dressmann)",
|
| 130 |
+
"204": "Even & Odd",
|
| 131 |
+
"205": "Pure Instinct",
|
| 132 |
+
"206": "And Other Stories",
|
| 133 |
+
"207": "Malene Birger",
|
| 134 |
+
"208": "Benneton",
|
| 135 |
+
"209": "Stenstr\u00f6ms (Skjorta)",
|
| 136 |
+
"21": "Zara",
|
| 137 |
+
"210": "Dorothy Perkins",
|
| 138 |
+
"211": "Stormberg",
|
| 139 |
+
"212": "Kari Traa",
|
| 140 |
+
"213": "Oscar Of Sweden",
|
| 141 |
+
"214": "Pr\u00eat",
|
| 142 |
+
"215": "Hummel",
|
| 143 |
+
"216": "Tretorn",
|
| 144 |
+
"217": "Bubbleroom",
|
| 145 |
+
"218": "Marcs & Spencer",
|
| 146 |
+
"219": "Kello",
|
| 147 |
+
"22": "Free Quent",
|
| 148 |
+
"220": "Eton",
|
| 149 |
+
"221": "Tessie",
|
| 150 |
+
"222": "Scotch And Soda",
|
| 151 |
+
"223": "Lapidus",
|
| 152 |
+
"224": "Nelly",
|
| 153 |
+
"225": "Indigo",
|
| 154 |
+
"226": "Rodebjer",
|
| 155 |
+
"227": "Shirt Factory",
|
| 156 |
+
"228": "R\u00f6nisch",
|
| 157 |
+
"229": "Louis Vuitton",
|
| 158 |
+
"23": "Lab Industries (Kappahl)",
|
| 159 |
+
"230": "Hunkydory",
|
| 160 |
+
"231": "Dry Lake",
|
| 161 |
+
"232": "Emilio Cavallini",
|
| 162 |
+
"233": "Choklate",
|
| 163 |
+
"234": "Hangmatta Norhult",
|
| 164 |
+
"235": "Chiquelle",
|
| 165 |
+
"236": "Miss Sixty",
|
| 166 |
+
"237": "Trof\u00e9",
|
| 167 |
+
"238": "Dkny",
|
| 168 |
+
"239": "Lacoste",
|
| 169 |
+
"24": "Casall",
|
| 170 |
+
"240": "Mac Scott",
|
| 171 |
+
"241": "Jasmine",
|
| 172 |
+
"242": "Size & Needle",
|
| 173 |
+
"243": "Betty Barkley",
|
| 174 |
+
"244": "Coast",
|
| 175 |
+
"245": "Rip Curl",
|
| 176 |
+
"246": "Glamorous",
|
| 177 |
+
"247": "Busnel",
|
| 178 |
+
"248": "Promod",
|
| 179 |
+
"249": "Hum\u00f6r (Skate)",
|
| 180 |
+
"25": "R\u00f6hnish",
|
| 181 |
+
"250": "Savage",
|
| 182 |
+
"251": "Jsfn",
|
| 183 |
+
"252": "Fred Perry",
|
| 184 |
+
"253": "New Balance Mellan",
|
| 185 |
+
"254": "Oui",
|
| 186 |
+
"255": "Acne",
|
| 187 |
+
"256": "Hunkem\u00f6ller",
|
| 188 |
+
"257": "Madlady",
|
| 189 |
+
"258": "Isabel Marant",
|
| 190 |
+
"259": "Ermenegildo Zegna",
|
| 191 |
+
"26": "Indiska",
|
| 192 |
+
"260": "Amelie&Me",
|
| 193 |
+
"261": "Kriss",
|
| 194 |
+
"262": "Jofama",
|
| 195 |
+
"263": "Dustin",
|
| 196 |
+
"264": "Columbia",
|
| 197 |
+
"265": "Pulz",
|
| 198 |
+
"266": "Laura Ashley Mellan",
|
| 199 |
+
"267": "Micha",
|
| 200 |
+
"268": "Hagl\u00f6fs",
|
| 201 |
+
"269": "Marc'O Polo",
|
| 202 |
+
"27": "Forever 21",
|
| 203 |
+
"270": "Murrey",
|
| 204 |
+
"271": "The North Face",
|
| 205 |
+
"272": "Paon",
|
| 206 |
+
"273": "Chelsea",
|
| 207 |
+
"274": "Our Legacy",
|
| 208 |
+
"275": "Sailracing",
|
| 209 |
+
"276": "Cavaliere",
|
| 210 |
+
"277": "Kookai",
|
| 211 |
+
"278": "Sharp (Lindex)",
|
| 212 |
+
"279": "Fendi",
|
| 213 |
+
"28": "Holly And Whyte (Lindex)",
|
| 214 |
+
"280": "Me Too",
|
| 215 |
+
"281": "By Marlene Birger",
|
| 216 |
+
"282": "Burberry",
|
| 217 |
+
"283": "American Apparel",
|
| 218 |
+
"284": "Pure",
|
| 219 |
+
"285": "Sfera",
|
| 220 |
+
"286": "Henri Loyd",
|
| 221 |
+
"287": "Stefanel",
|
| 222 |
+
"288": "Michael Kors",
|
| 223 |
+
"289": "Laurel",
|
| 224 |
+
"29": "Amisu (New Yorker)",
|
| 225 |
+
"290": "Not Applicable ",
|
| 226 |
+
"291": "Holly and Whyte (Lindex)",
|
| 227 |
+
"292": "KappAhl",
|
| 228 |
+
"293": "XLNT (Kappahl)",
|
| 229 |
+
"294": "LOGG (H&M)",
|
| 230 |
+
"295": "Stenstr\u00f6ms (skjorta)",
|
| 231 |
+
"296": "Jean paul gaultier",
|
| 232 |
+
"297": "Free quent",
|
| 233 |
+
"298": "Vila",
|
| 234 |
+
"299": "Tutti frutti ",
|
| 235 |
+
"3": "Lindex",
|
| 236 |
+
"30": "Na-Kd",
|
| 237 |
+
"300": "Massimo dutti",
|
| 238 |
+
"301": "Mexx ",
|
| 239 |
+
"302": "Weekday",
|
| 240 |
+
"303": "Vero moda",
|
| 241 |
+
"304": "StyleIn ",
|
| 242 |
+
"305": "Moschino ",
|
| 243 |
+
"306": "On the Peak",
|
| 244 |
+
"307": "Micha ",
|
| 245 |
+
"308": "Amisu (New yorker)",
|
| 246 |
+
"309": "River Island ",
|
| 247 |
+
"31": "Only",
|
| 248 |
+
"310": "MANGO ",
|
| 249 |
+
"311": "Soya/SoyaConcept",
|
| 250 |
+
"312": "Edc (esprit de corps)",
|
| 251 |
+
"313": "NA-KD ",
|
| 252 |
+
"314": "Soaked in Luxury",
|
| 253 |
+
"315": "Greenhouse",
|
| 254 |
+
"316": "Koola Anna",
|
| 255 |
+
"317": "F&F",
|
| 256 |
+
"318": "Bj\u00f6rn Borg",
|
| 257 |
+
"319": "Dahlin",
|
| 258 |
+
"32": "Nly Trend",
|
| 259 |
+
"320": "FBSisters (New yorker)",
|
| 260 |
+
"321": "Bikbok ",
|
| 261 |
+
"322": "Miss Milla ",
|
| 262 |
+
"323": "McKinley (Intersport) ",
|
| 263 |
+
"324": "MONKI ",
|
| 264 |
+
"325": "COS",
|
| 265 |
+
"326": "Tiger of Sweden",
|
| 266 |
+
"327": "Masai ",
|
| 267 |
+
"328": "Bondelid ",
|
| 268 |
+
"329": "New look ",
|
| 269 |
+
"33": "Gina Tricot",
|
| 270 |
+
"330": "FRK",
|
| 271 |
+
"331": "Oui ",
|
| 272 |
+
"332": "Pull and bear",
|
| 273 |
+
"333": "CRAFT",
|
| 274 |
+
"334": "Dagmar ",
|
| 275 |
+
"335": "Bershka (ZARA)",
|
| 276 |
+
"336": "STOCKHLM ",
|
| 277 |
+
"337": "Park lane",
|
| 278 |
+
"338": "Marimekko ",
|
| 279 |
+
"339": "Saint tropez",
|
| 280 |
+
"34": "Etirel",
|
| 281 |
+
"340": "Not applicable",
|
| 282 |
+
"341": "Peak Performance ",
|
| 283 |
+
"342": "GANT",
|
| 284 |
+
"343": "MyWear (ICA) ",
|
| 285 |
+
"344": "Ljung",
|
| 286 |
+
"345": "SOC (Stadium)",
|
| 287 |
+
"346": "Jack and Jones",
|
| 288 |
+
"347": "Selected homme/femme",
|
| 289 |
+
"348": "Vans",
|
| 290 |
+
"349": "Westerlind",
|
| 291 |
+
"35": "Cross Sportwear",
|
| 292 |
+
"350": "Busnel ",
|
| 293 |
+
"351": "Betty Barkley ",
|
| 294 |
+
"352": "Scotch and soda",
|
| 295 |
+
"353": "Mon row ",
|
| 296 |
+
"354": "JC",
|
| 297 |
+
"355": "R\u00f6hnish ",
|
| 298 |
+
"356": "Morris ",
|
| 299 |
+
"357": "Dr Denim ",
|
| 300 |
+
"358": "Marc'o polo ",
|
| 301 |
+
"359": "Sharp (lindex)",
|
| 302 |
+
"36": "Dressman",
|
| 303 |
+
"360": "Benneton ",
|
| 304 |
+
"361": "Us polo ass",
|
| 305 |
+
"362": "Mari phillipe ",
|
| 306 |
+
"363": "Chica london",
|
| 307 |
+
"364": "Levi's",
|
| 308 |
+
"365": "Lexington",
|
| 309 |
+
"366": "Missoni",
|
| 310 |
+
"367": "Balenciaga",
|
| 311 |
+
"368": "Converse (Kl\u00e4der)",
|
| 312 |
+
"369": "Censored (New Yorker)",
|
| 313 |
+
"37": "Guess",
|
| 314 |
+
"370": "Kenzo",
|
| 315 |
+
"371": "Ann Taylor",
|
| 316 |
+
"372": "Maison Martin Margiela",
|
| 317 |
+
"373": "Houdini",
|
| 318 |
+
"38": "Logg (H&M)",
|
| 319 |
+
"39": "Soya/Soyaconcept",
|
| 320 |
+
"4": "Missing",
|
| 321 |
+
"40": "Gudrun Sj\u00f6d\u00e9n",
|
| 322 |
+
"41": "Meyer",
|
| 323 |
+
"42": "Cheap Monday",
|
| 324 |
+
"43": "Marimekko",
|
| 325 |
+
"44": "Didriksons",
|
| 326 |
+
"45": "Mckinley (Intersport)",
|
| 327 |
+
"46": "Skill",
|
| 328 |
+
"47": "Day By Birger Mikkelsen",
|
| 329 |
+
"48": "Dr Denim",
|
| 330 |
+
"49": "Oscar Jacobsson",
|
| 331 |
+
"5": "Adidas",
|
| 332 |
+
"50": "Filippa K",
|
| 333 |
+
"51": "Boss, Hugo Boss",
|
| 334 |
+
"52": "Selected Homme/Femme",
|
| 335 |
+
"53": "Cappuchini",
|
| 336 |
+
"54": "Deval",
|
| 337 |
+
"55": "On The Peak",
|
| 338 |
+
"56": "Gant",
|
| 339 |
+
"57": "Calvin Klein",
|
| 340 |
+
"58": "Cubus",
|
| 341 |
+
"59": "Ichi",
|
| 342 |
+
"6": "Abercomb & Fitch",
|
| 343 |
+
"60": "Peak Performance",
|
| 344 |
+
"61": "Esprit",
|
| 345 |
+
"62": "Monki",
|
| 346 |
+
"63": "Junkyard",
|
| 347 |
+
"64": "Flash",
|
| 348 |
+
"65": "Soc (Stadium)",
|
| 349 |
+
"66": "Adrian Hammond",
|
| 350 |
+
"67": "Newbie (Kappahl)",
|
| 351 |
+
"68": "Name It",
|
| 352 |
+
"69": "Ellos",
|
| 353 |
+
"7": "H&M",
|
| 354 |
+
"70": "Cacharel",
|
| 355 |
+
"71": "Polarn Och Pyret",
|
| 356 |
+
"72": "Me & I",
|
| 357 |
+
"73": "Rosebud",
|
| 358 |
+
"74": "Pomp De Lux",
|
| 359 |
+
"75": "Noa Noa Mellan",
|
| 360 |
+
"76": "Gap",
|
| 361 |
+
"77": "Cos",
|
| 362 |
+
"78": "Fila",
|
| 363 |
+
"79": "Craft",
|
| 364 |
+
"8": "Diesel",
|
| 365 |
+
"80": "Helly Hansen",
|
| 366 |
+
"81": "Masai",
|
| 367 |
+
"82": "Bikbok",
|
| 368 |
+
"83": "Happy Holly",
|
| 369 |
+
"84": "Bershka (Zara)",
|
| 370 |
+
"85": "Mingeljeans",
|
| 371 |
+
"86": "Almia",
|
| 372 |
+
"87": "Morris",
|
| 373 |
+
"88": "Massimo Dutti",
|
| 374 |
+
"89": "Boomerang",
|
| 375 |
+
"9": "Lager 157",
|
| 376 |
+
"90": "Levi'S",
|
| 377 |
+
"91": "New Look",
|
| 378 |
+
"92": "Jackpot",
|
| 379 |
+
"93": "Soaked In Luxury",
|
| 380 |
+
"94": "Carin Wester",
|
| 381 |
+
"95": "Five Seasons",
|
| 382 |
+
"96": "Mango",
|
| 383 |
+
"97": "Lyle & Scott",
|
| 384 |
+
"98": "Armani",
|
| 385 |
+
"99": "Chica London"
|
| 386 |
+
},
|
| 387 |
+
"image_size": 224,
|
| 388 |
+
"initializer_range": 0.02,
|
| 389 |
+
"intermediate_size": 3072,
|
| 390 |
+
"label2id": {
|
| 391 |
+
"365": "172",
|
| 392 |
+
"Abercomb & Fitch": "6",
|
| 393 |
+
"Acne": "255",
|
| 394 |
+
"Adidas": "5",
|
| 395 |
+
"Adrian Hammond": "66",
|
| 396 |
+
"Alexander Wang": "180",
|
| 397 |
+
"Alice Bizous (Joy)": "142",
|
| 398 |
+
"Almia": "86",
|
| 399 |
+
"Amalia": "199",
|
| 400 |
+
"Amelie&Me": "260",
|
| 401 |
+
"American Apparel": "283",
|
| 402 |
+
"Amisu (New Yorker)": "29",
|
| 403 |
+
"Amisu (New yorker)": "308",
|
| 404 |
+
"And Other Stories": "206",
|
| 405 |
+
"Ann Taylor": "371",
|
| 406 |
+
"Anna Field": "149",
|
| 407 |
+
"Armani": "98",
|
| 408 |
+
"Asos": "181",
|
| 409 |
+
"Atlant (Dressman)": "117",
|
| 410 |
+
"Atmosphere": "126",
|
| 411 |
+
"Balenciaga": "367",
|
| 412 |
+
"Balmain": "134",
|
| 413 |
+
"Banana Republic": "170",
|
| 414 |
+
"Barbour": "129",
|
| 415 |
+
"Batistini (Dressman)": "139",
|
| 416 |
+
"Benneton": "208",
|
| 417 |
+
"Benneton ": "360",
|
| 418 |
+
"Bershka (ZARA)": "335",
|
| 419 |
+
"Bershka (Zara)": "84",
|
| 420 |
+
"Betty Barkley": "243",
|
| 421 |
+
"Betty Barkley ": "351",
|
| 422 |
+
"Bikbok": "82",
|
| 423 |
+
"Bikbok ": "321",
|
| 424 |
+
"Billabong": "193",
|
| 425 |
+
"Bitte Kai Rand": "120",
|
| 426 |
+
"Bj\u00f6rn Borg": "318",
|
| 427 |
+
"Blendshe": "192",
|
| 428 |
+
"Bl\u00e4ck": "105",
|
| 429 |
+
"Bodyflirt": "168",
|
| 430 |
+
"Bondelid": "109",
|
| 431 |
+
"Bondelid ": "328",
|
| 432 |
+
"Boohoo": "162",
|
| 433 |
+
"Boomerang": "89",
|
| 434 |
+
"Boss, Hugo Boss": "51",
|
| 435 |
+
"Brandtex": "2",
|
| 436 |
+
"Bubbleroom": "217",
|
| 437 |
+
"Burberry": "282",
|
| 438 |
+
"Busnel": "247",
|
| 439 |
+
"Busnel ": "350",
|
| 440 |
+
"By Marlene Birger": "281",
|
| 441 |
+
"COS": "325",
|
| 442 |
+
"CRAFT": "333",
|
| 443 |
+
"Cacharel": "70",
|
| 444 |
+
"Calvin Klein": "57",
|
| 445 |
+
"Cappuchini": "53",
|
| 446 |
+
"Carhartt": "161",
|
| 447 |
+
"Carin Wester": "94",
|
| 448 |
+
"Carl William": "127",
|
| 449 |
+
"Casall": "24",
|
| 450 |
+
"Cavaliere": "276",
|
| 451 |
+
"Cecil": "171",
|
| 452 |
+
"Cellbes": "132",
|
| 453 |
+
"Censored (New Yorker)": "369",
|
| 454 |
+
"Cheap Monday": "42",
|
| 455 |
+
"Chelsea": "273",
|
| 456 |
+
"Chica London": "99",
|
| 457 |
+
"Chica london": "363",
|
| 458 |
+
"Chiquelle": "235",
|
| 459 |
+
"Choklate": "233",
|
| 460 |
+
"Coast": "244",
|
| 461 |
+
"Columbia": "264",
|
| 462 |
+
"Converse (Kl\u00e4der)": "368",
|
| 463 |
+
"Cos": "77",
|
| 464 |
+
"Craft": "79",
|
| 465 |
+
"Cream": "119",
|
| 466 |
+
"Crocker": "116",
|
| 467 |
+
"Cross Sportwear": "35",
|
| 468 |
+
"Cubus": "58",
|
| 469 |
+
"Cue": "197",
|
| 470 |
+
"Dagmar": "185",
|
| 471 |
+
"Dagmar ": "334",
|
| 472 |
+
"Dahlin": "319",
|
| 473 |
+
"Day By Birger Mikkelsen": "47",
|
| 474 |
+
"Desigual": "152",
|
| 475 |
+
"Deval": "54",
|
| 476 |
+
"Didriksons": "44",
|
| 477 |
+
"Diesel": "8",
|
| 478 |
+
"Dkny": "238",
|
| 479 |
+
"Dobber": "136",
|
| 480 |
+
"Dolce & Gabbana (D&G)": "179",
|
| 481 |
+
"Dorothy Perkins": "210",
|
| 482 |
+
"Dr Denim": "48",
|
| 483 |
+
"Dr Denim ": "357",
|
| 484 |
+
"Dressman": "36",
|
| 485 |
+
"Dry Lake": "231",
|
| 486 |
+
"Dunderon": "200",
|
| 487 |
+
"Dustin": "263",
|
| 488 |
+
"East West": "17",
|
| 489 |
+
"Edc (Esprit De Corps)": "121",
|
| 490 |
+
"Edc (esprit de corps)": "312",
|
| 491 |
+
"Ellos": "69",
|
| 492 |
+
"Emilio Cavallini": "232",
|
| 493 |
+
"Ermenegildo Zegna": "259",
|
| 494 |
+
"Esmara (Lidl)": "18",
|
| 495 |
+
"Esprit": "61",
|
| 496 |
+
"Etirel": "34",
|
| 497 |
+
"Eton": "220",
|
| 498 |
+
"Even & Odd": "204",
|
| 499 |
+
"Everest": "103",
|
| 500 |
+
"Extended (Lindex)": "123",
|
| 501 |
+
"F&F": "317",
|
| 502 |
+
"FBSisters (New yorker)": "320",
|
| 503 |
+
"FRK": "330",
|
| 504 |
+
"Fbsisters (New Yorker)": "137",
|
| 505 |
+
"Fendi": "279",
|
| 506 |
+
"Fila": "78",
|
| 507 |
+
"Filippa K": "50",
|
| 508 |
+
"Five Seasons": "95",
|
| 509 |
+
"Fix (Lindex)": "151",
|
| 510 |
+
"Fj\u00e4llr\u00e4ven": "177",
|
| 511 |
+
"Flash": "64",
|
| 512 |
+
"Forever 21": "27",
|
| 513 |
+
"Frank Dandy": "189",
|
| 514 |
+
"Fransa": "138",
|
| 515 |
+
"Fred Perry": "252",
|
| 516 |
+
"Free Quent": "22",
|
| 517 |
+
"Free quent": "297",
|
| 518 |
+
"Frk": "166",
|
| 519 |
+
"G-Star Raw": "190",
|
| 520 |
+
"GANT": "342",
|
| 521 |
+
"Gant": "56",
|
| 522 |
+
"Gap": "76",
|
| 523 |
+
"Gerry Weber": "118",
|
| 524 |
+
"Gina Tricot": "33",
|
| 525 |
+
"Glamorous": "246",
|
| 526 |
+
"Greenhouse": "315",
|
| 527 |
+
"Gucci": "191",
|
| 528 |
+
"Gudrun Sj\u00f6d\u00e9n": "40",
|
| 529 |
+
"Guess": "37",
|
| 530 |
+
"H&M": "7",
|
| 531 |
+
"Hagl\u00f6fs": "268",
|
| 532 |
+
"Hamton Republic (Kappahl)": "14",
|
| 533 |
+
"Hangmatta Norhult": "234",
|
| 534 |
+
"Happy Holly": "83",
|
| 535 |
+
"Havana": "107",
|
| 536 |
+
"Helly Hansen": "80",
|
| 537 |
+
"Hennes Collection": "156",
|
| 538 |
+
"Henri Loyd": "286",
|
| 539 |
+
"High Mountain": "106",
|
| 540 |
+
"Hillevi": "163",
|
| 541 |
+
"Hollister (Abercomb & Fitch)": "154",
|
| 542 |
+
"Holly And Whyte (Lindex)": "28",
|
| 543 |
+
"Holly and Whyte (Lindex)": "291",
|
| 544 |
+
"Hope": "165",
|
| 545 |
+
"Houdini": "373",
|
| 546 |
+
"Hummel": "215",
|
| 547 |
+
"Hum\u00f6r (Skate)": "249",
|
| 548 |
+
"Hunkem\u00f6ller": "256",
|
| 549 |
+
"Hunkydory": "230",
|
| 550 |
+
"Ichi": "59",
|
| 551 |
+
"In Motion": "148",
|
| 552 |
+
"Indigo": "225",
|
| 553 |
+
"Indiska": "26",
|
| 554 |
+
"Inwear": "160",
|
| 555 |
+
"Isabel Marant": "258",
|
| 556 |
+
"Isolde": "15",
|
| 557 |
+
"J-Crew": "169",
|
| 558 |
+
"J.Lindeberg": "141",
|
| 559 |
+
"JC": "354",
|
| 560 |
+
"Jack And Jones": "13",
|
| 561 |
+
"Jack and Jones": "346",
|
| 562 |
+
"Jackpot": "92",
|
| 563 |
+
"Jasmine": "241",
|
| 564 |
+
"Jc": "187",
|
| 565 |
+
"Jean paul gaultier": "296",
|
| 566 |
+
"Jofama": "262",
|
| 567 |
+
"Jsfn": "251",
|
| 568 |
+
"Juicy Couture": "188",
|
| 569 |
+
"Junkyard": "63",
|
| 570 |
+
"KappAhl": "292",
|
| 571 |
+
"Kappa": "183",
|
| 572 |
+
"Kappahl": "1",
|
| 573 |
+
"Kari Traa": "212",
|
| 574 |
+
"Kello": "219",
|
| 575 |
+
"Kenzo": "370",
|
| 576 |
+
"Kookai": "277",
|
| 577 |
+
"Koola Anna": "316",
|
| 578 |
+
"Kriss": "261",
|
| 579 |
+
"LOGG (H&M)": "294",
|
| 580 |
+
"Lab Industries (Kappahl)": "23",
|
| 581 |
+
"Lacoste": "239",
|
| 582 |
+
"Lager 157": "9",
|
| 583 |
+
"Lapidus": "223",
|
| 584 |
+
"Laura Ashley Mellan": "266",
|
| 585 |
+
"Laurel": "289",
|
| 586 |
+
"Lee": "102",
|
| 587 |
+
"Levi'S": "90",
|
| 588 |
+
"Levi's": "364",
|
| 589 |
+
"Lexington": "365",
|
| 590 |
+
"Lindex": "3",
|
| 591 |
+
"Ljung": "344",
|
| 592 |
+
"Logg (H&M)": "38",
|
| 593 |
+
"Louis Vuitton": "229",
|
| 594 |
+
"Lyle & Scott": "97",
|
| 595 |
+
"MANGO ": "310",
|
| 596 |
+
"MONKI ": "324",
|
| 597 |
+
"Mac Scott": "240",
|
| 598 |
+
"Madlady": "257",
|
| 599 |
+
"Maison Martin Margiela": "372",
|
| 600 |
+
"Maison Scotch": "175",
|
| 601 |
+
"Malene Birger": "207",
|
| 602 |
+
"Mango": "96",
|
| 603 |
+
"Marc'O Polo": "269",
|
| 604 |
+
"Marc'o polo ": "358",
|
| 605 |
+
"Marcs & Spencer": "218",
|
| 606 |
+
"Mari phillipe ": "362",
|
| 607 |
+
"Marimekko": "43",
|
| 608 |
+
"Marimekko ": "338",
|
| 609 |
+
"Masai": "81",
|
| 610 |
+
"Masai ": "327",
|
| 611 |
+
"Massimo Dutti": "88",
|
| 612 |
+
"Massimo dutti": "300",
|
| 613 |
+
"McKinley (Intersport) ": "323",
|
| 614 |
+
"Mcgordon (Dressmann)": "203",
|
| 615 |
+
"Mckinley (Intersport)": "45",
|
| 616 |
+
"Me & I": "72",
|
| 617 |
+
"Me Too": "280",
|
| 618 |
+
"Melka (Gammalt Svenskt)?": "159",
|
| 619 |
+
"Melly Moda": "198",
|
| 620 |
+
"Mexx": "133",
|
| 621 |
+
"Mexx ": "301",
|
| 622 |
+
"Meyer": "41",
|
| 623 |
+
"Micha": "267",
|
| 624 |
+
"Micha ": "307",
|
| 625 |
+
"Michael Kors": "288",
|
| 626 |
+
"Mingeljeans": "85",
|
| 627 |
+
"Miss Milla": "12",
|
| 628 |
+
"Miss Milla ": "322",
|
| 629 |
+
"Miss Sixty": "236",
|
| 630 |
+
"Missing": "4",
|
| 631 |
+
"Missoni": "366",
|
| 632 |
+
"Mon Row": "178",
|
| 633 |
+
"Mon row ": "353",
|
| 634 |
+
"Monki": "62",
|
| 635 |
+
"Morris": "87",
|
| 636 |
+
"Morris ": "356",
|
| 637 |
+
"Moschino ": "305",
|
| 638 |
+
"Murrey": "270",
|
| 639 |
+
"MyWear (ICA) ": "343",
|
| 640 |
+
"Mywear (Ica)": "19",
|
| 641 |
+
"NA-KD ": "313",
|
| 642 |
+
"Na-Kd": "30",
|
| 643 |
+
"Name It": "68",
|
| 644 |
+
"Nelly": "224",
|
| 645 |
+
"Never Denim L\u00e5g": "144",
|
| 646 |
+
"New Balance Mellan": "253",
|
| 647 |
+
"New Look": "91",
|
| 648 |
+
"New look ": "329",
|
| 649 |
+
"Newbie (Kappahl)": "67",
|
| 650 |
+
"Newbody": "146",
|
| 651 |
+
"Newhouse Mellan": "202",
|
| 652 |
+
"Next L\u00e5g": "150",
|
| 653 |
+
"Nike": "20",
|
| 654 |
+
"Nly Trend": "32",
|
| 655 |
+
"Noa Noa Mellan": "75",
|
| 656 |
+
"Noisy May": "174",
|
| 657 |
+
"Nordiska Kompaniet": "201",
|
| 658 |
+
"Not Applicable ": "290",
|
| 659 |
+
"Not applicable": "340",
|
| 660 |
+
"Not in the list": "0",
|
| 661 |
+
"Nudie Jeans": "100",
|
| 662 |
+
"Object": "140",
|
| 663 |
+
"Odd Molly": "114",
|
| 664 |
+
"On The Peak": "55",
|
| 665 |
+
"On the Peak": "306",
|
| 666 |
+
"Only": "31",
|
| 667 |
+
"Oscar Jacobsson": "49",
|
| 668 |
+
"Oscar Of Sweden": "213",
|
| 669 |
+
"Oui": "254",
|
| 670 |
+
"Oui ": "331",
|
| 671 |
+
"Our Legacy": "274",
|
| 672 |
+
"O\u2019Neill": "173",
|
| 673 |
+
"Paon": "272",
|
| 674 |
+
"Park Lane": "108",
|
| 675 |
+
"Park lane": "337",
|
| 676 |
+
"Part Two": "130",
|
| 677 |
+
"Patagonia": "194",
|
| 678 |
+
"Peak Performance": "60",
|
| 679 |
+
"Peak Performance ": "341",
|
| 680 |
+
"Pernilla Wahlgren": "10",
|
| 681 |
+
"Pieces": "158",
|
| 682 |
+
"Polarn Och Pyret": "71",
|
| 683 |
+
"Polo": "115",
|
| 684 |
+
"Pomp De Lux": "74",
|
| 685 |
+
"Primark": "113",
|
| 686 |
+
"Promod": "248",
|
| 687 |
+
"Pr\u00eat": "214",
|
| 688 |
+
"Pull And Bear": "147",
|
| 689 |
+
"Pull and bear": "332",
|
| 690 |
+
"Pulz": "265",
|
| 691 |
+
"Puma": "164",
|
| 692 |
+
"Pure": "284",
|
| 693 |
+
"Pure Instinct": "205",
|
| 694 |
+
"Race Marine": "16",
|
| 695 |
+
"Ralph Lauren": "124",
|
| 696 |
+
"Rappson (Gubb)": "196",
|
| 697 |
+
"Reebok": "104",
|
| 698 |
+
"Riley": "128",
|
| 699 |
+
"Rip Curl": "245",
|
| 700 |
+
"River Island": "143",
|
| 701 |
+
"River Island ": "309",
|
| 702 |
+
"Rodebjer": "226",
|
| 703 |
+
"Rosebud": "73",
|
| 704 |
+
"Rut & Circle": "167",
|
| 705 |
+
"R\u00f6hnish": "25",
|
| 706 |
+
"R\u00f6hnish ": "355",
|
| 707 |
+
"R\u00f6nisch": "228",
|
| 708 |
+
"SOC (Stadium)": "345",
|
| 709 |
+
"STOCKHLM ": "336",
|
| 710 |
+
"Sailracing": "275",
|
| 711 |
+
"Saint Tropez": "131",
|
| 712 |
+
"Saint tropez": "339",
|
| 713 |
+
"Sams\u00f6": "182",
|
| 714 |
+
"Sand": "153",
|
| 715 |
+
"Savage": "250",
|
| 716 |
+
"Scotch And Soda": "222",
|
| 717 |
+
"Scotch and soda": "352",
|
| 718 |
+
"Second Female": "195",
|
| 719 |
+
"Selected Homme/Femme": "52",
|
| 720 |
+
"Selected homme/femme": "347",
|
| 721 |
+
"Sfera": "285",
|
| 722 |
+
"Sharp (Lindex)": "278",
|
| 723 |
+
"Sharp (lindex)": "359",
|
| 724 |
+
"Shirt Factory": "227",
|
| 725 |
+
"Signature": "110",
|
| 726 |
+
"Size & Needle": "242",
|
| 727 |
+
"Skill": "46",
|
| 728 |
+
"Soaked In Luxury": "93",
|
| 729 |
+
"Soaked in Luxury": "314",
|
| 730 |
+
"Soc (Stadium)": "65",
|
| 731 |
+
"Soul River": "155",
|
| 732 |
+
"Soulmate": "184",
|
| 733 |
+
"Soya/SoyaConcept": "311",
|
| 734 |
+
"Soya/Soyaconcept": "39",
|
| 735 |
+
"Stefanel": "287",
|
| 736 |
+
"Stenstr\u00f6ms (Skjorta)": "209",
|
| 737 |
+
"Stenstr\u00f6ms (skjorta)": "295",
|
| 738 |
+
"Stockhlm": "135",
|
| 739 |
+
"Stormberg": "211",
|
| 740 |
+
"StyleIn ": "304",
|
| 741 |
+
"Svea": "112",
|
| 742 |
+
"Swedemount": "176",
|
| 743 |
+
"Sweet Sktbs": "122",
|
| 744 |
+
"Tenson": "11",
|
| 745 |
+
"Tessie": "221",
|
| 746 |
+
"The North Face": "271",
|
| 747 |
+
"These Glory Days": "101",
|
| 748 |
+
"Tiger Of Sweden": "186",
|
| 749 |
+
"Tiger of Sweden": "326",
|
| 750 |
+
"Tretorn": "216",
|
| 751 |
+
"Trof\u00e9": "237",
|
| 752 |
+
"Tutti Frutti": "125",
|
| 753 |
+
"Tutti frutti ": "299",
|
| 754 |
+
"Twist & Tango": "145",
|
| 755 |
+
"Us polo ass": "361",
|
| 756 |
+
"Vans": "348",
|
| 757 |
+
"Vero moda": "303",
|
| 758 |
+
"Vila": "298",
|
| 759 |
+
"Weekday": "302",
|
| 760 |
+
"Westerlind": "349",
|
| 761 |
+
"Wico": "111",
|
| 762 |
+
"XLNT (Kappahl)": "293",
|
| 763 |
+
"Zara": "21",
|
| 764 |
+
"Zara Man": "157"
|
| 765 |
+
},
|
| 766 |
+
"layer_norm_eps": 1e-12,
|
| 767 |
+
"model_type": "vit",
|
| 768 |
+
"num_attention_heads": 12,
|
| 769 |
+
"num_channels": 3,
|
| 770 |
+
"num_hidden_layers": 12,
|
| 771 |
+
"patch_size": 16,
|
| 772 |
+
"problem_type": "single_label_classification",
|
| 773 |
+
"qkv_bias": true,
|
| 774 |
+
"torch_dtype": "float32",
|
| 775 |
+
"transformers_version": "4.48.2"
|
| 776 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3914b1931e564de28a6250e90f02d61131fb31b795f985d1ecef09ed04837056
|
| 3 |
+
size 344368264
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_convert_rgb": null,
|
| 3 |
+
"do_normalize": true,
|
| 4 |
+
"do_rescale": true,
|
| 5 |
+
"do_resize": true,
|
| 6 |
+
"image_mean": [
|
| 7 |
+
0.5,
|
| 8 |
+
0.5,
|
| 9 |
+
0.5
|
| 10 |
+
],
|
| 11 |
+
"image_processor_type": "ViTImageProcessor",
|
| 12 |
+
"image_std": [
|
| 13 |
+
0.5,
|
| 14 |
+
0.5,
|
| 15 |
+
0.5
|
| 16 |
+
],
|
| 17 |
+
"resample": 2,
|
| 18 |
+
"rescale_factor": 0.00392156862745098,
|
| 19 |
+
"size": {
|
| 20 |
+
"height": 224,
|
| 21 |
+
"width": 224
|
| 22 |
+
}
|
| 23 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:38e683bd9a36d2137bc9ca75a1aca89205318331bed0b97c7df8589594f30fb6
|
| 3 |
+
size 5368
|