shaktibiplab commited on
Commit
6fc668e
1 Parent(s): 8e8e1d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -25,6 +25,7 @@ loss: sparse_categorical_crossentropy
25
  input_shape: (256, 256, 3)
26
  output_activation: softmax
27
  checkpoint: best_model.weights.h5
 
28
  ---
29
 
30
  # Animal Recognition Model
@@ -72,4 +73,4 @@ print(f"Predicted class: {predicted_class}")
72
  - **Augmentation:** Applied during training
73
 
74
  ## Model Performance
75
- Training metrics and evaluation logs are available in the accompanying notebook.
 
25
  input_shape: (256, 256, 3)
26
  output_activation: softmax
27
  checkpoint: best_model.weights.h5
28
+ pipeline_tag: image-classification
29
  ---
30
 
31
  # Animal Recognition Model
 
73
  - **Augmentation:** Applied during training
74
 
75
  ## Model Performance
76
+ Will be updated soon