Spaces:
Sleeping
Sleeping
from dataclasses import dataclass | |
class ModelConfig: | |
bert_output_size = 312 | |
embedding_size = 128 | |
class TrainConfig: | |
epochs = 12 | |
batch_size = 16 | |