chaning learning rate back to default of 1e-3 by schnamo · Pull Request #156 · ChEB-AI/python-chebai · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions configs/model/OPT_experiments/electra_LR.yml

This file was deleted.

15 changes: 0 additions & 15 deletions configs/model/OPT_experiments/electra_tox_expl.yml

This file was deleted.

6 changes: 3 additions & 3 deletions configs/model/electra-for-pretraining.yml
2 changes: 1 addition & 1 deletion configs/model/electra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class_path: chebai.models.Electra
init_args:
model_type: classification
optimizer_kwargs:
lr: 1e-4
lr: 1e-3
config:
vocab_size: 4400
max_position_embeddings: 1800
Expand Down
3 changes: 2 additions & 1 deletion configs/model/electra300.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
class_path: chebai.models.Electra
init_args:
model_type: classification
optimizer_kwargs:
lr: 1e-3
config:
vocab_size: 1400
vocab_size: 4400
max_position_embeddings: 301
num_attention_heads: 8
num_hidden_layers: 6
Expand Down
18 changes: 0 additions & 18 deletions configs/model/electra_pretraining.yml

This file was deleted.

2 changes: 1 addition & 1 deletion configs/model/electra_tox.yml
Loading