JakJak504 commited on
Commit
071a829
·
verified ·
1 Parent(s): 555addc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -5,7 +5,10 @@ license: apache-2.0
5
  ---
6
  # DeepECG EfficientNet V2 model - Predicts 77 diagnosis
7
 
8
- Model compiled with JIT,
 
 
 
9
 
10
  To load use
11
  ```
 
5
  ---
6
  # DeepECG EfficientNet V2 model - Predicts 77 diagnosis
7
 
8
+ - model_name: `efficientnetv2_77_classes`
9
+ - Utilizes the EfficientNetV2 architecture for processing ECG signals.
10
+ - The model takes an input signal tensor and outputs the logits for the 77 diagnosis classes.
11
+ - Model compiled with JIT
12
 
13
  To load use
14
  ```