Marcos12886
commited on
Commit
•
b09787c
1
Parent(s):
5633f20
End of training
Browse files- README.md +6 -5
- config.json +1 -1
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
---
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: ntu-spml/distilhubert
|
4 |
tags:
|
@@ -32,7 +33,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the audiofolder dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
- Accuracy: 0.8370
|
37 |
|
38 |
## Model description
|
@@ -66,13 +67,13 @@ The following hyperparameters were used during training:
|
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
68 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
69 |
-
| No log | 0.8696 | 5 | 0.
|
70 |
-
| No log | 1.7391 | 10 | 0.
|
71 |
|
72 |
|
73 |
### Framework versions
|
74 |
|
75 |
-
- Transformers 4.44.
|
76 |
-
- Pytorch 2.4.0+
|
77 |
- Datasets 2.21.0
|
78 |
- Tokenizers 0.19.1
|
|
|
1 |
---
|
2 |
+
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
base_model: ntu-spml/distilhubert
|
5 |
tags:
|
|
|
33 |
|
34 |
This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the audiofolder dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 0.6682
|
37 |
- Accuracy: 0.8370
|
38 |
|
39 |
## Model description
|
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
70 |
+
| No log | 0.8696 | 5 | 0.6812 | 0.8370 |
|
71 |
+
| No log | 1.7391 | 10 | 0.6682 | 0.8370 |
|
72 |
|
73 |
|
74 |
### Framework versions
|
75 |
|
76 |
+
- Transformers 4.44.2
|
77 |
+
- Pytorch 2.4.0+cu118
|
78 |
- Datasets 2.21.0
|
79 |
- Tokenizers 0.19.1
|
config.json
CHANGED
@@ -80,7 +80,7 @@
|
|
80 |
"num_hidden_layers": 2,
|
81 |
"pad_token_id": 0,
|
82 |
"torch_dtype": "float32",
|
83 |
-
"transformers_version": "4.44.
|
84 |
"use_weighted_layer_sum": false,
|
85 |
"vocab_size": 32
|
86 |
}
|
|
|
80 |
"num_hidden_layers": 2,
|
81 |
"pad_token_id": 0,
|
82 |
"torch_dtype": "float32",
|
83 |
+
"transformers_version": "4.44.2",
|
84 |
"use_weighted_layer_sum": false,
|
85 |
"vocab_size": 32
|
86 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 94766588
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:518cfbb7e0b0273a041bf9f389c2e399583fd8d6dc466f5a9a47f94dac442b10
|
3 |
size 94766588
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:497d1576d4deff8c5fe322b69928b2b277e2f4e35af91aa87223620fc912bf0c
|
3 |
size 5176
|