foudil commited on
Commit
e574de6
·
verified ·
1 Parent(s): f567924

Upload files

Browse files
Files changed (2) hide show
  1. combiner.pkl +3 -0
  2. manifest.json +37 -0
combiner.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0479e84992a981de16b95ac8558fa20d35bff5affff13eed294447c6649ea41
3
+ size 1186390
manifest.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "encoder_manifest": {
3
+ "has_naturalness_centroid": false,
4
+ "hashes": {
5
+ "emotion": null,
6
+ "naturalness": null,
7
+ "nli": null,
8
+ "semantic": null
9
+ },
10
+ "naturalness_centroid_dim": null,
11
+ "naturalness_mode": "centroid",
12
+ "paths": {
13
+ "emotion": "foudil/lens-emotion-encoder",
14
+ "naturalness": "foudil/lens-naturalness-encoder",
15
+ "nli": "cross-encoder/nli-deberta-v3-base",
16
+ "semantic": "sentence-transformers/all-mpnet-base-v2"
17
+ }
18
+ },
19
+ "fit_metadata": {
20
+ "combiner_type": "ebm",
21
+ "dimensions_used": [
22
+ "naturalness",
23
+ "emotion",
24
+ "nli",
25
+ "semantic"
26
+ ],
27
+ "hyperparameters": {},
28
+ "link_function": "logit",
29
+ "n_train": 1980,
30
+ "random_state": 0,
31
+ "reference_mode": "with-reference",
32
+ "target_range": null,
33
+ "target_type": "binary",
34
+ "task": "regression"
35
+ },
36
+ "lens_eval_version": "0.1.0"
37
+ }