JakJak504 commited on
Commit
08fb8bf
·
verified ·
1 Parent(s): 0367c67

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -3,9 +3,12 @@ license: apache-2.0
3
  language:
4
  - en
5
  ---
6
- # DeepECG EfficientNet V2 Fine Tuned to detect LVEF under or equal 40 % model
7
-
8
- Model compiled with JIT,
 
 
 
9
 
10
  To load use
11
  ```
 
3
  language:
4
  - en
5
  ---
6
+ # DeepECG EfficientNet V2
7
+ - model_name: `efficientnetv2_lvef_equal_under_40`
8
+ - Utilizes the EfficientNetV2 architecture for processing ECG signals.
9
+ - Pre-trained model is loaded from a specified directory, and the model is used to process ECG signal tensors.
10
+ - The model takes an input signal tensor and outputs the logits for the binary classification of LVEF <= 40%.
11
+ - Model compiled with JIT,
12
 
13
  To load use
14
  ```