radubulimac commited on
Commit
ff90834
1 Parent(s): 17f13ea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -1,3 +1,9 @@
 
 
 
 
 
 
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.
@@ -73,10 +79,4 @@ Feel free to open issues or submit pull requests if you have suggestions for imp
73
 
74
  ## License
75
 
76
- MIT License
77
-
78
- ---
79
- license: "mit"
80
- datasets: "AllenTAN/image_sentiment"
81
- base_model: "google/efficientnet-b2"
82
- ---
 
1
+ ---
2
+ license: mit
3
+ datasets: AllenTAN/image_sentiment
4
+ base_model: google/efficientnet-b2
5
+ ---
6
+
7
  # EfficientNet B2 Image Classification
8
 
9
  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.
 
79
 
80
  ## License
81
 
82
+ MIT License