Update README.md
Browse files
README.md
CHANGED
@@ -55,8 +55,7 @@ data = load_json_or_jsonl(
|
|
55 |
"./PrefMix-Classifier-Data-validation.json"
|
56 |
)
|
57 |
|
58 |
-
passes = 0
|
59 |
-
fails = 0
|
60 |
for sample in tqdm(data):
|
61 |
input_text = sample["input_text"]
|
62 |
true_label = sample["labels"]
|
|
|
55 |
"./PrefMix-Classifier-Data-validation.json"
|
56 |
)
|
57 |
|
58 |
+
passes, fails = 0, 0
|
|
|
59 |
for sample in tqdm(data):
|
60 |
input_text = sample["input_text"]
|
61 |
true_label = sample["labels"]
|