Edoardo-BS commited on
Commit
5fddb87
1 Parent(s): 876e16b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -39,7 +39,7 @@ hubert_ecg.load_state_dict(checkpoint['model_state_dict']) # pre-trained model r
39
 
40
  ```python
41
  import torch
42
- from hubert_ecg import HuBERTECG
43
  from hubert_ecg_classification import HuBERTForECGClassification
44
 
45
  path = "path/to/your/finetuned-hubert-ecg-model.pt"
 
39
 
40
  ```python
41
  import torch
42
+ from hubert_ecg import HuBERTECG, HuBERTECGConfig
43
  from hubert_ecg_classification import HuBERTForECGClassification
44
 
45
  path = "path/to/your/finetuned-hubert-ecg-model.pt"