Upload config.yaml with huggingface_hub
Browse files- config.yaml +26 -0
config.yaml
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
accelerator: auto
|
| 2 |
+
checkpoint_interval: 100
|
| 3 |
+
loss: distillRankNET
|
| 4 |
+
max_grad_norm: 1.0
|
| 5 |
+
optimization:
|
| 6 |
+
batch_size: 64
|
| 7 |
+
eps: 1.0e-08
|
| 8 |
+
lr: 7.0e-06
|
| 9 |
+
max_epochs: 2000
|
| 10 |
+
num_warmup_steps: 5000
|
| 11 |
+
optimizer_name: adam-w
|
| 12 |
+
re_no_l2_regularization:
|
| 13 |
+
- \.bias$
|
| 14 |
+
- \.LayerNorm\.
|
| 15 |
+
scheduler: true
|
| 16 |
+
steps_per_epoch: 100
|
| 17 |
+
warmup_min_factor: 0.0
|
| 18 |
+
weight_decay: 0.0
|
| 19 |
+
precision: null
|
| 20 |
+
requirements: duration=12h & cpu(cores=16) & cuda(mem=80G)
|
| 21 |
+
sample_max: 0
|
| 22 |
+
sample_rate: 1.0
|
| 23 |
+
strategy: auto
|
| 24 |
+
validation: nanobeir
|
| 25 |
+
validation_interval: 50
|
| 26 |
+
validation_top_k: 100
|