hieunguyen1053 commited on
Commit
4d33ca7
1 Parent(s): 29b3834

Update src/load_from_hub.py

Browse files
Files changed (1) hide show
  1. src/load_from_hub.py +1 -1
src/load_from_hub.py CHANGED
@@ -58,5 +58,5 @@ def load_from_hub(fs, repo_path, is_private=False):
58
  task.code: f"{task.name} {UP_ARROW if task.higher_is_better else DOWN_ARROW}"
59
  for task in TASKS}, inplace=True)
60
 
61
- # table = table[~table["Organization"].str.contains("vietgpt")]
62
  return table
 
58
  task.code: f"{task.name} {UP_ARROW if task.higher_is_better else DOWN_ARROW}"
59
  for task in TASKS}, inplace=True)
60
 
61
+ table = table[~table["Organization"].str.contains("Viet-Mistral")]
62
  return table