Issue
File "/opt/conda/lib/python3.8/site-packages/datasets/load.py", line 1371, in load_metric, TypeError: 'NoneType' object is not callable
위와 같이
load_metric
함수에서 에러가 날 때 (ex: load_metric('accuracy')
),아래와 같이 해결할 수 있다.
Solution
pip install -U pip # 필수아님 pip install -U scikit-learn # 필수! rm -rf ~/.cache/huggingface/modules # 필수일 수 있음!