Upload folder using huggingface_hub
Browse files- README.md +3 -0
- hparams.yaml +11 -0
- model_weights.pth +3 -0
- training_info.json +12 -0
README.md
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# marianaagdias/ecg_peak_detection
|
| 2 |
+
|
| 3 |
+
|
hparams.yaml
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
bidirectional: true
|
| 2 |
+
dropout: 0
|
| 3 |
+
hid_dim:
|
| 4 |
+
- 32
|
| 5 |
+
- 64
|
| 6 |
+
- 64
|
| 7 |
+
learning_rate: 0.001
|
| 8 |
+
n_features: 1
|
| 9 |
+
n_layers: 3
|
| 10 |
+
num_classes: 1
|
| 11 |
+
task: classification
|
model_weights.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67c5326c142ff01ec3e911f2459b42826392bf06dcc53ca2d26b051daaa785df
|
| 3 |
+
size 533628
|
training_info.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model": "GRUseq2seq",
|
| 3 |
+
"train_dataset": "private_gib01",
|
| 4 |
+
"task": "peak detection",
|
| 5 |
+
"gpu_model": "NVIDIA GeForce GTX 1080 Ti",
|
| 6 |
+
"epochs": 80,
|
| 7 |
+
"optimizer": "Adam (\nParameter Group 0\n amsgrad: False\n betas: (0.9, 0.999)\n capturable: False\n differentiable: False\n eps: 1e-08\n foreach: None\n fused: None\n initial_lr: 0.001\n lr: 0.001\n maximize: False\n weight_decay: 1e-05\n)",
|
| 8 |
+
"learning_rate": 0.001,
|
| 9 |
+
"validation_loss": 0.14879398047924042,
|
| 10 |
+
"training_time": 11375.492486476898,
|
| 11 |
+
"retraining": false
|
| 12 |
+
}
|