Transformers
Inference Endpoints
exnx commited on
Commit
3523fcd
1 Parent(s): 151f1a2

update typo

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -37,7 +37,7 @@ See the [colab](https://colab.research.google.com/drive/1wyVEQd4R3HYLTUOXEEQmp_I
37
 
38
  # instantiate pretrained model
39
  pretrained_model_name = 'hyenadna-medium-450k-seqlen'
40
- max_length = 450k
41
 
42
  model = HyenaDNAPreTrainedModel.from_pretrained(
43
  './checkpoints',
 
37
 
38
  # instantiate pretrained model
39
  pretrained_model_name = 'hyenadna-medium-450k-seqlen'
40
+ max_length = 450_000
41
 
42
  model = HyenaDNAPreTrainedModel.from_pretrained(
43
  './checkpoints',