greenarcade commited on
Commit
6488179
·
verified ·
1 Parent(s): eb296cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -12,6 +12,10 @@ tags:
12
  - audio-to-output
13
  - cough
14
  - medical
 
 
 
 
15
  ---
16
 
17
  # Cough Classification Model
@@ -117,6 +121,4 @@ print("Class probabilities:")
117
  for idx, prob in enumerate(probabilities):
118
  class_name = label_encoder.inverse_transform([idx])[0]
119
  print(f" {class_name}: {prob:.4f}")
120
- ```
121
-
122
-
 
12
  - audio-to-output
13
  - cough
14
  - medical
15
+ metrics:
16
+ - f1
17
+ - confusion_matrix
18
+ - code_eval
19
  ---
20
 
21
  # Cough Classification Model
 
121
  for idx, prob in enumerate(probabilities):
122
  class_name = label_encoder.inverse_transform([idx])[0]
123
  print(f" {class_name}: {prob:.4f}")
124
+ ```