Skip to content

Commit

Permalink
Init: upload results for triplet loss
Browse files Browse the repository at this point in the history
  • Loading branch information
mathcom committed Sep 1, 2022
1 parent 6120ae6 commit 30f37b8
Show file tree
Hide file tree
Showing 11 changed files with 122,079 additions and 0 deletions.
470 changes: 470 additions & 0 deletions Tutorial_7_ANOTHER_METRIC_LOSS/Tutorial_7-1_DRD2_pretraining.ipynb

Large diffs are not rendered by default.

460 changes: 460 additions & 0 deletions Tutorial_7_ANOTHER_METRIC_LOSS/Tutorial_7-2_DRD2_geneartion.ipynb

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
,char
0,_
1,<
2,>
3,?
4,C
5,N
6,1
7,(
8,2
9,3
10,=
11,)
12,O
13,S
14,l
15,[
16,+
17,]
18,-
19,4
20,H
21,F
22,5
23,6
24,B
25,r
26,#
27,I
28,7
29,P
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
VOCAB_SIZE,30
HIDDEN_SIZE,128
LATENT_SIZE,128
NUM_LAYERS,2
DROPOUT,0.0
SOS_IDX,1
EOS_IDX,2
PAD_IDX,0
100,002 changes: 100,002 additions & 0 deletions Tutorial_7_ANOTHER_METRIC_LOSS/outputs_7-1_DRD2_pretraining/history.csv

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
VALID_RATIO,AVERAGE_PROPERTY,AVERAGE_SIMILARITY
0.1,0.09990000000000004,0.002252973524176047
1.0,0.9990000000000098,0.16288809848286134
1.0,0.9990000000000098,0.16063459687448603
1.0,0.9990000000000098,0.1593938301605712
1.0,0.9990000000000098,0.15967090010326956
1.0,0.9990000000000098,0.16010961096748386
1.0,0.9990000000000098,0.15992923041262927
1.0,0.9990000000000098,0.15960862205763773
1.0,0.9990000000000098,0.15941329820165948
1.0,0.9990000000000098,0.15998976076309018
1.0,0.9990000000000098,0.16259132311939722
20,000 changes: 20,000 additions & 0 deletions Tutorial_7_ANOTHER_METRIC_LOSS/outputs_7-2_DRD2_generation/TVAE_DRD2.csv

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 30f37b8

Please sign in to comment.