radubulimac commited on
Commit
085f5d9
·
verified ·
1 Parent(s): 7ee183c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -1,6 +1,7 @@
1
  # EfficientNet B2 Image Classification
2
 
3
  This project implements an image classification model using the EfficientNet B2 architecture, fine-tuned on a custom dataset. It provides a modular and easy-to-use structure for training and evaluating the model.
 
4
 
5
  ## Project Structure
6
 
 
1
  # EfficientNet B2 Image Classification
2
 
3
  This project implements an image classification model using the EfficientNet B2 architecture, fine-tuned on a custom dataset. It provides a modular and easy-to-use structure for training and evaluating the model.
4
+ Dataset used: AllenTAN/image_sentiment
5
 
6
  ## Project Structure
7