Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -137,6 +137,41 @@ Our Streamlit application allows users to select a political party and generate
|
|
137 |
|
138 |
The model performed well on unseen data, generating tweets that were coherent and stylistically similar to those of the respective political parties. The generated tweets were evaluated based on their relevance, sentiment, and rhetorical style.
|
139 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
140 |
## 5 Discussion
|
141 |
|
142 |
### 5.1 Results/Artifacts/App
|
|
|
137 |
|
138 |
The model performed well on unseen data, generating tweets that were coherent and stylistically similar to those of the respective political parties. The generated tweets were evaluated based on their relevance, sentiment, and rhetorical style.
|
139 |
|
140 |
+
### 4.5 Visualizations from WandB
|
141 |
+
|
142 |
+
We used Weights and Biases (WandB) for tracking and visualizing our machine learning experiments. The following screenshots provide insights into the training process and performance metrics of our model:
|
143 |
+
|
144 |
+
##### 4.5.1 Evaluation Metrics
|
145 |
+
|
146 |
+
- **Steps per Second**
|
147 |
+

|
148 |
+
|
149 |
+
- **Runtime**
|
150 |
+

|
151 |
+
|
152 |
+
- **Samples per Second**
|
153 |
+

|
154 |
+
|
155 |
+
- **Loss**
|
156 |
+

|
157 |
+
|
158 |
+
##### 4.5.2 Training Metrics
|
159 |
+
|
160 |
+
- **Gradient Norm**
|
161 |
+

|
162 |
+
|
163 |
+
- **Global Step**
|
164 |
+

|
165 |
+
|
166 |
+
- **Loss**
|
167 |
+

|
168 |
+
|
169 |
+
- **Learning Rate**
|
170 |
+

|
171 |
+
|
172 |
+
- **Epoch**
|
173 |
+

|
174 |
+
|
175 |
## 5 Discussion
|
176 |
|
177 |
### 5.1 Results/Artifacts/App
|