JakJak504 commited on
Commit
1b542da
·
verified ·
1 Parent(s): 494567c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -5,7 +5,11 @@ language:
5
  ---
6
  # DeeECG EfficientNet V2 Fine Tuned to detect AFIB at 5y
7
 
8
- Model compiled with JIT,
 
 
 
 
9
 
10
  To load use
11
  ```
 
5
  ---
6
  # DeeECG EfficientNet V2 Fine Tuned to detect AFIB at 5y
7
 
8
+ - model_name: `efficientnetv2_afib_5y`
9
+ - Utilizes the EfficientNetV2 architecture for processing ECG signals.
10
+ - Pre-trained model is loaded from a specified directory, and the model is used to process ECG signal tensors.
11
+ - The model takes an input signal tensor and outputs the logits for the binary classification of incident AFIB at 5 years.
12
+ - Model compiled with JIT,
13
 
14
  To load use
15
  ```