Update tfm_win_rate_fine-tuning.yaml
Browse files
tfm_win_rate_fine-tuning.yaml
CHANGED
|
@@ -23,6 +23,9 @@ model:
|
|
| 23 |
win_rate_hidden_dim: 512 # Hidden dimension for win rate prediction head
|
| 24 |
win_rate_hidden_layers: 1 # Number of hidden layers in win rate prediction head
|
| 25 |
|
|
|
|
|
|
|
|
|
|
| 26 |
# Data configuration
|
| 27 |
data:
|
| 28 |
# Data dimensions (must match model)
|
|
@@ -36,5 +39,4 @@ device: 'cuda:0' # 'cuda' or 'cpu'
|
|
| 36 |
# wandb logging configuration
|
| 37 |
logging:
|
| 38 |
project_name: 'tick-transformer-win-rate-fine-tuning'
|
| 39 |
-
test: 2048
|
| 40 |
-
|
|
|
|
| 23 |
win_rate_hidden_dim: 512 # Hidden dimension for win rate prediction head
|
| 24 |
win_rate_hidden_layers: 1 # Number of hidden layers in win rate prediction head
|
| 25 |
|
| 26 |
+
T: 1.0165
|
| 27 |
+
bias: -0.0904
|
| 28 |
+
|
| 29 |
# Data configuration
|
| 30 |
data:
|
| 31 |
# Data dimensions (must match model)
|
|
|
|
| 39 |
# wandb logging configuration
|
| 40 |
logging:
|
| 41 |
project_name: 'tick-transformer-win-rate-fine-tuning'
|
| 42 |
+
test: 2048
|
|
|