Model save
Browse files- README.md +78 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: facebook/wav2vec2-base
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
model-index:
|
9 |
+
- name: SeizureClassifier_Wav2Vec_43243498
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# SeizureClassifier_Wav2Vec_43243498
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0520
|
21 |
+
- Accuracy: 0.9901
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 3e-05
|
41 |
+
- train_batch_size: 16
|
42 |
+
- eval_batch_size: 16
|
43 |
+
- seed: 42
|
44 |
+
- gradient_accumulation_steps: 4
|
45 |
+
- total_train_batch_size: 64
|
46 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
+
- lr_scheduler_type: linear
|
48 |
+
- lr_scheduler_warmup_ratio: 0.1
|
49 |
+
- num_epochs: 15
|
50 |
+
- mixed_precision_training: Native AMP
|
51 |
+
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
55 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
56 |
+
| 1.1121 | 0.99 | 44 | 0.9842 | 0.8144 |
|
57 |
+
| 0.6303 | 1.99 | 88 | 0.5874 | 0.8861 |
|
58 |
+
| 0.4605 | 2.98 | 132 | 0.3826 | 0.9406 |
|
59 |
+
| 0.323 | 4.0 | 177 | 0.2791 | 0.9530 |
|
60 |
+
| 0.2435 | 4.99 | 221 | 0.3828 | 0.8688 |
|
61 |
+
| 0.2354 | 5.99 | 265 | 0.1321 | 0.9752 |
|
62 |
+
| 0.2491 | 6.98 | 309 | 0.1552 | 0.9653 |
|
63 |
+
| 0.1116 | 8.0 | 354 | 0.1540 | 0.9579 |
|
64 |
+
| 0.0934 | 8.99 | 398 | 0.1053 | 0.9827 |
|
65 |
+
| 0.0774 | 9.99 | 442 | 0.1016 | 0.9777 |
|
66 |
+
| 0.0553 | 10.98 | 486 | 0.1856 | 0.9530 |
|
67 |
+
| 0.0368 | 12.0 | 531 | 0.1151 | 0.9728 |
|
68 |
+
| 0.017 | 12.99 | 575 | 0.0516 | 0.9876 |
|
69 |
+
| 0.0153 | 13.99 | 619 | 0.0540 | 0.9901 |
|
70 |
+
| 0.0144 | 14.92 | 660 | 0.0520 | 0.9901 |
|
71 |
+
|
72 |
+
|
73 |
+
### Framework versions
|
74 |
+
|
75 |
+
- Transformers 4.36.2
|
76 |
+
- Pytorch 2.1.2+cu118
|
77 |
+
- Datasets 2.16.1
|
78 |
+
- Tokenizers 0.15.0
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 378304424
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fbdb98ce422916cd86a6712832298f1572248d800653ec2b09ef74ee0a1cce0b
|
3 |
size 378304424
|