ifisch commited on
Commit
9cd3306
·
verified ·
1 Parent(s): 1f1493b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -0
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
+ ![Steps per Second](C:\Users\jonat\Desktop\WandB_Training_Evaluation\eval_stepspersecond.png)
148
+
149
+ - **Runtime**
150
+ ![Runtime](C:\Users\jonat\Desktop\WandB_Training_Evaluation\eval_runtime.png)
151
+
152
+ - **Samples per Second**
153
+ ![Samples per Second](C:\Users\jonat\Desktop\WandB_Training_Evaluation\eval_samplespersecond.png)
154
+
155
+ - **Loss**
156
+ ![Loss](C:\Users\jonat\Desktop\WandB_Training_Evaluation\eval_loss.png)
157
+
158
+ ##### 4.5.2 Training Metrics
159
+
160
+ - **Gradient Norm**
161
+ ![Gradient Norm](C:\Users\jonat\Desktop\WandB_Training_Evaluation\train_gradnorm.png)
162
+
163
+ - **Global Step**
164
+ ![Global Step](C:\Users\jonat\Desktop\WandB_Training_Evaluation\train_globalstep.png)
165
+
166
+ - **Loss**
167
+ ![Training Loss](C:\Users\jonat\Desktop\WandB_Training_Evaluation\train_loss.png)
168
+
169
+ - **Learning Rate**
170
+ ![Learning Rate](C:\Users\jonat\Desktop\WandB_Training_Evaluation\train_learningrate.png)
171
+
172
+ - **Epoch**
173
+ ![Epoch](C:\Users\jonat\Desktop\WandB_Training_Evaluation\train_epoch.png)
174
+
175
  ## 5 Discussion
176
 
177
  ### 5.1 Results/Artifacts/App