File size: 206 Bytes
799a14a
 
 
 
8578816
 
 
 
 
1
2
3
4
5
6
7
8
9
10
import os 

token = os.environ.get("HF_KEY")


label = {
            "emotion": ["sedih", "marah", "takut", "cinta", "senang", "netral"],
            "sentiment": ["positif", "netral", "negatif"]
        }