SaladSlayer00 commited on
Commit
ac43f8d
1 Parent(s): 3fd19e4

Training in progress epoch 0

Browse files
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: microsoft/resnet-50
4
+ tags:
5
+ - generated_from_keras_callback
6
+ model-index:
7
+ - name: SaladSlayer00/twin_matcher
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information Keras had access to. You should
12
+ probably proofread and complete it, then remove this comment. -->
13
+
14
+ # SaladSlayer00/twin_matcher
15
+
16
+ This model is a fine-tuned version of [microsoft/resnet-50](https://huggingface.co/microsoft/resnet-50) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Train Loss: 4.3094
19
+ - Validation Loss: 2.8494
20
+ - Validation Accuracy: 0.2653
21
+ - Epoch: 0
22
+
23
+ ## Model description
24
+
25
+ More information needed
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
+
39
+ The following hyperparameters were used during training:
40
+ - optimizer: {'name': 'AdamWeightDecay', 'learning_rate': 0.0005, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False, 'weight_decay_rate': 0.01}
41
+ - training_precision: float32
42
+
43
+ ### Training results
44
+
45
+ | Train Loss | Validation Loss | Validation Accuracy | Epoch |
46
+ |:----------:|:---------------:|:-------------------:|:-----:|
47
+ | 4.3094 | 2.8494 | 0.2653 | 0 |
48
+
49
+
50
+ ### Framework versions
51
+
52
+ - Transformers 4.35.2
53
+ - TensorFlow 2.15.0
54
+ - Datasets 2.16.1
55
+ - Tokenizers 0.15.0
config.json ADDED
The diff for this file is too large to render. See raw diff
 
logs/train/events.out.tfevents.1704615831.8728a2b54c87.721.0.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cc4f8d8950fee759fb6ab8d369a69f755b0bcef58611322c059daed499147d6
3
+ size 1400267
logs/validation/events.out.tfevents.1704615958.8728a2b54c87.721.1.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a08c42689c90e5f667ade4a0a97523f336c61536a9dd1a7ac77a5637f0839e59
3
+ size 302
preprocessor_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_pct": 0.875,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "feature_extractor_type": "ConvNextFeatureExtractor",
7
+ "image_mean": [
8
+ 0.485,
9
+ 0.456,
10
+ 0.406
11
+ ],
12
+ "image_processor_type": "ConvNextFeatureExtractor",
13
+ "image_std": [
14
+ 0.229,
15
+ 0.224,
16
+ 0.225
17
+ ],
18
+ "resample": 3,
19
+ "rescale_factor": 0.00392156862745098,
20
+ "size": {
21
+ "shortest_edge": 224
22
+ }
23
+ }
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23b0d1d6694fcea6d334e239f9537e404284ba39d7edd027e7df4b50fcda4eeb
3
+ size 168379316