Eciel commited on
Commit
628fd44
·
verified ·
1 Parent(s): 6be27fc

Upload 11 files

Browse files
essay/X_dev.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea96499bd78851dd3d41fbcae6c67309c448c50af1b9868b05419a396d751e39
3
+ size 1557728
essay/X_text_dev.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4e20c811fbf62e4b05b4875594b961df4df6ddea76d75560b2910069f60aa0d
3
+ size 31660944
essay/X_text_train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d65067ebc72550064baf6e3f922d1f8adde343d10ae585727464e7b9aeb3937
3
+ size 284849904
essay/X_train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20b10f9304fe264d96eedc1785ee49138f82fec66faf36cbf6a7cbd8a7379323
3
+ size 14013728
essay/y_dev.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1273995c34e38e29bf76bb62ae0b6e9e39de28fedeee93c54f41c01df0f027b
3
+ size 1426
essay/y_train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be2d709665dc05eea58482603a6a91de26fb3939a8c40c4ed0c47d66d3b02035
3
+ size 11806
essay_bert/test_feature_save.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62e06a0ddd68db899614c400428b720925bab63bb2ff49df7caca344d9cad469
3
+ size 7975040
essay_bert/test_label_save.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1159253909ffba98079cc109fc3f1d40b1087aa52521297dd942203fed1685c
3
+ size 10512
essay_bert/train_feature_save.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:231c3fbab3caa82ad9ffd2bc224cacd4747265543506a96a63956856fa6516ce
3
+ size 71749760
essay_bert/train_label_save.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6f54bcb0515bf7f9173c2930e3dcca99c84a863bc44c9cf4902f4a53be9d283
3
+ size 93552
hyperparameters.txt ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ emo:
2
+ threshold = 0.5
3
+ l2 = 10
4
+
5
+ emo_bert:
6
+ threshold = 0.5
7
+ l2 = 10
8
+
9
+ essay:
10
+ threshold=0.5
11
+ l2 = 1
12
+
13
+ essay_bert:
14
+ threshold=0.5
15
+ l2 = 10
16
+
17
+ speech:
18
+ threshold=0.25
19
+ l2 = 10
20
+
21
+ speech_bert:
22
+ threshold = 0.25
23
+ l2 = 10
24
+
25
+ tweet:
26
+ threshold = 0.5
27
+ l2=1
28
+
29
+ tweet_bert:
30
+ threshold = 0.5
31
+ l2=10