ClaudeHu05 commited on
Commit
14b13e5
·
1 Parent(s): 00e1d36

Upload 2 files

Browse files
Files changed (2) hide show
  1. checkpoint.pt +2 -2
  2. config.yaml +2 -1
checkpoint.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ca8d31616b065c38a3a3fd7db3cd402d3b9085524603daa1a996c5c94e460bfb
3
- size 579671
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9161be0fa12245891526606eb6534b5c524dc06867ccc5f6b78ecfe6b722cd74
3
+ size 1499753
config.yaml CHANGED
@@ -1,7 +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
 
1
  input_dim: 384
2
  loss: cosine_embedding_loss
3
+ num_extra_hidden_layers: 2
4
  num_units:
5
+ - 512
6
  - 256
7
  - 128
8
  optimizer: Adam