brepositorium commited on
Commit
f30b82a
·
1 Parent(s): 8424a62

modify readme

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
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.
 
1
+ ---
2
+ title: effnetb2-sentiment-analysis
3
+ emoji: ✨
4
+ app_file: app.py
5
+ pinned: false
6
+ license: mit
7
+ datasets: AllenTAN/image_sentiment
8
+ base_model: google/efficientnet-b2
9
+ ---
10
+
11
  # EfficientNet B2 Image Classification
12
 
13
  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.