Spaces:
Sleeping
Sleeping
hichem-abdellali
commited on
Commit
•
c7f63d8
1
Parent(s):
0175937
Update README.md
Browse files
README.md
CHANGED
@@ -141,10 +141,10 @@ module.wandb(res,log_plots=True, debug=True)
|
|
141 |
```
|
142 |
|
143 |
- If `log_plots` is `True`, the W&B logging function generates four bar plots:
|
144 |
-
- **
|
145 |
-
- **
|
146 |
-
- **Evaluation
|
147 |
-
- **
|
148 |
|
149 |
- If `debug` is `True`, the function logs the global metrics plus the per-sequence evaluation metrics in descending order of F1 score under the **Logs** section of the run page.
|
150 |
|
|
|
141 |
```
|
142 |
|
143 |
- If `log_plots` is `True`, the W&B logging function generates four bar plots:
|
144 |
+
- **User_Friendly Metrics (mostly_tracked_score_%)** mainly for non dev users
|
145 |
+
- **User_Friendly Metrics (mostly_tracked_count_%)** for dev
|
146 |
+
- **Evaluation Metrics** (F1, precision, recall)
|
147 |
+
- **Prediction Summary** (false negatives, false positives, true positives)
|
148 |
|
149 |
- If `debug` is `True`, the function logs the global metrics plus the per-sequence evaluation metrics in descending order of F1 score under the **Logs** section of the run page.
|
150 |
|