baLLseM / model /__init__.py
hqms's picture
add HF Key
799a14a
raw
history blame contribute delete
206 Bytes
import os
token = os.environ.get("HF_KEY")
label = {
"emotion": ["sedih", "marah", "takut", "cinta", "senang", "netral"],
"sentiment": ["positif", "netral", "negatif"]
}