akaashp15 commited on
Commit
7acd38e
1 Parent(s): 19dbe4f

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -58
README.md DELETED
@@ -1,58 +0,0 @@
1
- ---
2
- license: apache-2.0
3
- tags:
4
- - generated_from_keras_callback
5
- model-index:
6
- - name: akaashp15/my_food_classifier
7
- results: []
8
- datasets:
9
- - food101
10
- ---
11
-
12
- <!-- This model card has been generated automatically according to the information Keras had access to. You should
13
- probably proofread and complete it, then remove this comment. -->
14
-
15
- # akaashp15/my_food_classifier
16
-
17
- This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
18
- It achieves the following results on the evaluation set:
19
- - Train Loss: 4.0979
20
- - Validation Loss: 4.1801
21
- - Train Accuracy: 0.725
22
- - Epoch: 2
23
-
24
- ## Model description
25
-
26
- More information needed
27
-
28
- ## Intended uses & limitations
29
-
30
- More information needed
31
-
32
- ## Training and evaluation data
33
-
34
- More information needed
35
-
36
- ## Training procedure
37
-
38
- ### Training hyperparameters
39
-
40
- The following hyperparameters were used during training:
41
- - optimizer: {'name': 'AdamWeightDecay', 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 3e-05, 'decay_steps': 20000, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, 'registered_name': None}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False, 'weight_decay_rate': 0.01}
42
- - training_precision: float32
43
-
44
- ### Training results
45
-
46
- | Train Loss | Validation Loss | Train Accuracy | Epoch |
47
- |:----------:|:---------------:|:--------------:|:-----:|
48
- | 4.5366 | 4.4671 | 0.3125 | 0 |
49
- | 4.3140 | 4.3302 | 0.5375 | 1 |
50
- | 4.0979 | 4.1801 | 0.725 | 2 |
51
-
52
-
53
- ### Framework versions
54
-
55
- - Transformers 4.30.2
56
- - TensorFlow 2.13.0-rc2
57
- - Datasets 2.13.1
58
- - Tokenizers 0.13.3