fix v1
Browse files- nl2bash_m.py +1 -1
nl2bash_m.py
CHANGED
|
@@ -152,7 +152,7 @@ class nl2bash_m(evaluate.Metric):
|
|
| 152 |
final_score += score
|
| 153 |
print(score)
|
| 154 |
|
| 155 |
-
final_score = final_score/len(
|
| 156 |
print("f_s: ", final_score)
|
| 157 |
|
| 158 |
|
|
|
|
| 152 |
final_score += score
|
| 153 |
print(score)
|
| 154 |
|
| 155 |
+
final_score = final_score/len(predictions)
|
| 156 |
print("f_s: ", final_score)
|
| 157 |
|
| 158 |
|