Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
inwaves
/
os-solu
like
0
Model card
Files
Files and versions
Community
4e1467d
os-solu
/
utils.py
inwaves
Skeleton for classes
4e1467d
over 2 years ago
raw
Copy download link
history
blame
186 Bytes
@dataclass
class
OsSoluConfig
:
d_model:
int
=
512
vocab_size:
int
=
65536
# Unsure about this.
learning_rate:
float
=
1e-3
num_embeddings:
int
=
1024
# Unsure about this.