Tanneru commited on
Commit
68cbe4d
·
verified ·
1 Parent(s): 47380de

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -96,12 +96,6 @@ The model predicts the following 7 basic emotion classes:
96
 
97
  ---
98
 
99
- ## 📊 Classification Report
100
-
101
-
102
- ![Classification Report](https://huggingface.co/Tanneru/Facial-Emotion-Detection-FER-RAFDB-AffectNet-BEIT-Large/resolve/main/classification_report.png)
103
- ---
104
-
105
  ## 🛠️ Training Configuration
106
 
107
  The model was trained using the Hugging Face `Trainer` with the following key arguments:
@@ -127,6 +121,14 @@ The model was trained using the Hugging Face `Trainer` with the following key ar
127
 
128
  ---
129
 
 
 
 
 
 
 
 
 
130
  ## 🔧 How to Use
131
 
132
  ```python
 
96
 
97
  ---
98
 
 
 
 
 
 
 
99
  ## 🛠️ Training Configuration
100
 
101
  The model was trained using the Hugging Face `Trainer` with the following key arguments:
 
121
 
122
  ---
123
 
124
+
125
+ ## 📊 Classification Report
126
+
127
+
128
+ ![Classification Report](https://huggingface.co/Tanneru/Facial-Emotion-Detection-FER-RAFDB-AffectNet-BEIT-Large/resolve/main/classification_report.png)
129
+
130
+ ---
131
+
132
  ## 🔧 How to Use
133
 
134
  ```python