Ozziey commited on
Commit
ccffc92
1 Parent(s): cc6faa0

Upload . with huggingface_hub

Browse files
Files changed (2) hide show
  1. Pickle_HME_Model.pkl +3 -0
  2. config.json +58 -0
Pickle_HME_Model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f1bcd1ea970cdd18153780000e50a88d5f6435710c13700a62151b06e96f9a6
3
+ size 1191
config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ],
15
+ "example_input": {
16
+ "anger": [
17
+ 0.13340177,
18
+ 0.26429585,
19
+ 0.75805366
20
+ ],
21
+ "disgust": [
22
+ 0.07661828,
23
+ 0.14570697,
24
+ 0.21044387
25
+ ],
26
+ "fear": [
27
+ 0.094705686,
28
+ 0.057977196,
29
+ 0.003689876
30
+ ],
31
+ "joy": [
32
+ 0.006762238,
33
+ 0.2627153,
34
+ 0.001755206
35
+ ],
36
+ "neutral": [
37
+ 0.03295978,
38
+ 0.019884355,
39
+ 0.013996695
40
+ ],
41
+ "sadness": [
42
+ 0.6507381,
43
+ 0.24445744,
44
+ 0.011482558
45
+ ],
46
+ "surprise": [
47
+ 0.004814104,
48
+ 0.00496282,
49
+ 0.000578273
50
+ ]
51
+ },
52
+ "model": {
53
+ "file": "Pickle_HME_Model.pkl"
54
+ },
55
+ "model_format": "pickle",
56
+ "task": "tabular-classification"
57
+ }
58
+ }