duwuonline commited on
Commit
8f8397e
1 Parent(s): 011f21d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -8
README.md CHANGED
@@ -59,15 +59,8 @@ def get_most_common_label(results_list):
59
 
60
  # call funtion get_most_common_label
61
  most_common_label = get_most_common_label(results)
 
62
 
63
- # In ra nhãn và điểm số của kết quả có điểm số cao nhất
64
- if highest_result:
65
- label = most_common_label[0]['label']
66
- score = most_common_label[0]['score']
67
- print("(Label):", label)
68
- print("(Score):", score)
69
- else:
70
- print("No results invalid.")
71
  ```
72
  ## Training and evaluation data
73
 
 
59
 
60
  # call funtion get_most_common_label
61
  most_common_label = get_most_common_label(results)
62
+ print("The most label appear is:", most_common_label)
63
 
 
 
 
 
 
 
 
 
64
  ```
65
  ## Training and evaluation data
66