ClaudeHu05 commited on
Commit
dbd8af3
1 Parent(s): bce2abb

upload model and config

Browse files
Files changed (2) hide show
  1. checkpoint.pt +3 -0
  2. config.yaml +8 -0
checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f50afe1f72ce4a2edb98d9f1b5070afb9f4cd26eb9ae822bea207bb17890cbbf
3
+ size 579671
config.yaml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ input_dim: 384
2
+ loss: cosine_embedding_loss
3
+ num_extra_hidden_layers: 1
4
+ num_units:
5
+ - 256
6
+ - 128
7
+ optimizer: Adam
8
+ output_dim: 100