Config
helical.models.helix_mrna.HelixmRNAConfig
HelixmRNAConfig class to store the configuration of the Helix-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. |
12288
|
nproc
|
int
|
Number of processes to use for data processing. |
1
|