Config
helical.models.mamba2_mrna.Mamba2mRNAConfig
Mamba2-mRNA Config class to store the configuration of the Mamba2-mRNA model.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
batch_size
|
int
|
The batch size |
10
|
device
|
Literal['cpu', 'cuda']
|
The device to use. Either use "cuda" or "cpu". |
"cpu"
|
max_length
|
int
|
The maximum length of the input sequence. It is recommeded to set this to the longest sequence in the dataset. |
8192
|
nproc
|
int
|
Number of processes to use for data processing. |
1
|