Spaces:
Sleeping
Sleeping
Update trainDistilBERT.py
Browse files- trainDistilBERT.py +1 -1
trainDistilBERT.py
CHANGED
@@ -16,7 +16,7 @@ import os
|
|
16 |
import random
|
17 |
import numpy as np
|
18 |
|
19 |
-
WANDB_MODE=offline
|
20 |
|
21 |
config = {
|
22 |
"mdl": "distilbert-base-uncased",
|
|
|
16 |
import random
|
17 |
import numpy as np
|
18 |
|
19 |
+
WANDB_MODE="offline"
|
20 |
|
21 |
config = {
|
22 |
"mdl": "distilbert-base-uncased",
|