Hong commited on
Commit
f349b25
1 Parent(s): 91842bd

Update load_data.py

Browse files
Files changed (1) hide show
  1. load_data.py +1 -4
load_data.py CHANGED
@@ -5,7 +5,4 @@ with open("category_map.json", "r") as f:
5
  category = json.load(f)
6
 
7
  candidate_labels = [terms for lists in list(category.values()) for terms in lists]
8
- source = category["SOURCE"]
9
-
10
- with open("flitto_lang.json", "r") as f:
11
- langs = json.load(f)
 
5
  category = json.load(f)
6
 
7
  candidate_labels = [terms for lists in list(category.values()) for terms in lists]
8
+ source = category["SOURCE"]