alejogil35
commited on
Commit
•
f8196de
1
Parent(s):
f9a36c4
End of training
Browse files- README.md +21 -0
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -5,6 +5,8 @@ tags:
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- acordes_completo
|
|
|
|
|
8 |
model-index:
|
9 |
- name: distilhubert-finetuned-chorddetection
|
10 |
results: []
|
@@ -16,6 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
# distilhubert-finetuned-chorddetection
|
17 |
|
18 |
This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the ChordStimation dataset.
|
|
|
|
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -43,6 +48,22 @@ The following hyperparameters were used during training:
|
|
43 |
- lr_scheduler_warmup_ratio: 0.1
|
44 |
- num_epochs: 10
|
45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
### Framework versions
|
47 |
|
48 |
- Transformers 4.35.0.dev0
|
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- acordes_completo
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
model-index:
|
11 |
- name: distilhubert-finetuned-chorddetection
|
12 |
results: []
|
|
|
18 |
# distilhubert-finetuned-chorddetection
|
19 |
|
20 |
This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the ChordStimation dataset.
|
21 |
+
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.0000
|
23 |
+
- Accuracy: 1.0
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
48 |
- lr_scheduler_warmup_ratio: 0.1
|
49 |
- num_epochs: 10
|
50 |
|
51 |
+
### Training results
|
52 |
+
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
55 |
+
| 0.0 | 1.0 | 3025 | 0.0000 | 1.0 |
|
56 |
+
| 0.0 | 2.0 | 6050 | 0.0000 | 1.0 |
|
57 |
+
| 0.0 | 3.0 | 9075 | 0.0000 | 1.0 |
|
58 |
+
| 0.0 | 4.0 | 12100 | 0.0000 | 1.0 |
|
59 |
+
| 0.0 | 5.0 | 15125 | 0.0000 | 1.0 |
|
60 |
+
| 0.0 | 6.0 | 18150 | 0.0000 | 1.0 |
|
61 |
+
| 0.0 | 7.0 | 21175 | 0.0000 | 1.0 |
|
62 |
+
| 0.0 | 8.0 | 24200 | 0.0000 | 1.0 |
|
63 |
+
| 0.0 | 9.0 | 27225 | 0.0000 | 1.0 |
|
64 |
+
| 0.0 | 10.0 | 30250 | 0.0000 | 1.0 |
|
65 |
+
|
66 |
+
|
67 |
### Framework versions
|
68 |
|
69 |
- Transformers 4.35.0.dev0
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 94822480
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc9b06f110ca7559210aa494548f2fb3712b1c7fe15d4badffba323d7109157b
|
3 |
size 94822480
|