Hong commited on
Commit
a12c415
1 Parent(s): 7e9a171

Upload load_data.py

Browse files
Files changed (1) hide show
  1. load_data.py +4 -0
load_data.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ import json
2
+
3
+ with open("mbti_map.json", "r") as f:
4
+ keywords_en = json.load(f)