Ozziey commited on
Commit
b1819af
1 Parent(s): 5ffbdf0

Upload . with huggingface_hub

Browse files
Files changed (2) hide show
  1. HME_pickle +0 -0
  2. config.json +59 -0
HME_pickle ADDED
Binary file (1.04 kB). View file
 
config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sklearn": {
3
+ "columns": [
4
+ "anger",
5
+ "disgust",
6
+ "fear",
7
+ "joy",
8
+ "neutral",
9
+ "sadness",
10
+ "surprise"
11
+ ],
12
+ "environment": [
13
+ "scikit-learn=\"1.0.2\"",
14
+ "pandas"
15
+ ],
16
+ "example_input": {
17
+ "anger": [
18
+ 0.13340177,
19
+ 0.26429585,
20
+ 0.75805366
21
+ ],
22
+ "disgust": [
23
+ 0.07661828,
24
+ 0.14570697,
25
+ 0.21044387
26
+ ],
27
+ "fear": [
28
+ 0.094705686,
29
+ 0.057977196,
30
+ 0.003689876
31
+ ],
32
+ "joy": [
33
+ 0.006762238,
34
+ 0.2627153,
35
+ 0.001755206
36
+ ],
37
+ "neutral": [
38
+ 0.03295978,
39
+ 0.019884355,
40
+ 0.013996695
41
+ ],
42
+ "sadness": [
43
+ 0.6507381,
44
+ 0.24445744,
45
+ 0.011482558
46
+ ],
47
+ "surprise": [
48
+ 0.004814104,
49
+ 0.00496282,
50
+ 0.000578273
51
+ ]
52
+ },
53
+ "model": {
54
+ "file": "HME_pickle"
55
+ },
56
+ "model_format": "pickle",
57
+ "task": "tabular-classification"
58
+ }
59
+ }