Commit ·
14b13e5
1
Parent(s): 00e1d36
Upload 2 files
Browse files- checkpoint.pt +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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 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
|