Hezar: Upload embedding and config
Browse files
embedding/embedding_config.yaml
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: word2vec
|
| 2 |
+
config_type: embedding
|
| 3 |
+
vector_size: 100
|
| 4 |
+
window: 10
|
| 5 |
+
alpha: 0.025
|
| 6 |
+
min_count: 10
|
| 7 |
+
seed: 1
|
| 8 |
+
workers: 3
|
| 9 |
+
min_alpha: 0.0001
|
| 10 |
+
cbow_mean: 1
|
| 11 |
+
epochs: 2
|
| 12 |
+
train_algorithm: cbow
|
| 13 |
+
save_format: binary
|