xzuyn commited on
Commit
f0e6d6b
1 Parent(s): f9ab005

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
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"]