Spaces:
Runtime error
Runtime error
AnnaPalatkina
commited on
Commit
•
b9ce0e2
1
Parent(s):
9761446
Update config.py
Browse files
config.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
params = {
|
2 |
'pretrained_model_name': 'ltgoslo/norbert2',
|
3 |
-
'path_to_model_bin': '
|
4 |
'LR': 1e-05,
|
5 |
'dropout': 0.4,
|
6 |
'warmup': 2,
|
|
|
1 |
params = {
|
2 |
'pretrained_model_name': 'ltgoslo/norbert2',
|
3 |
+
'path_to_model_bin': 'saved_models/norbert2_epoch_5.bin',
|
4 |
'LR': 1e-05,
|
5 |
'dropout': 0.4,
|
6 |
'warmup': 2,
|