End of training
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
base_model: asapp/sew-d-tiny-100k
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
metrics:
|
|
@@ -18,14 +18,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
# sewd_classifier
|
| 20 |
|
| 21 |
-
This model is a fine-tuned version of [asapp/sew-d-tiny-100k](https://huggingface.co/asapp/sew-d-tiny-100k) on an unknown dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
-
- Loss:
|
| 24 |
- Accuracy: 0.0128
|
| 25 |
- Precision: 0.0002
|
| 26 |
- Recall: 0.0128
|
| 27 |
- F1: 0.0003
|
| 28 |
-
- Binary: 0.
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
|
@@ -59,9 +59,9 @@ The following hyperparameters were used during training:
|
|
| 59 |
|
| 60 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 | Binary |
|
| 61 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|:------:|
|
| 62 |
-
|
|
| 63 |
-
|
|
| 64 |
-
|
|
| 65 |
|
| 66 |
|
| 67 |
### Framework versions
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
base_model: asapp/sew-d-tiny-100k-ft-ls100h
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
metrics:
|
|
|
|
| 18 |
|
| 19 |
# sewd_classifier
|
| 20 |
|
| 21 |
+
This model is a fine-tuned version of [asapp/sew-d-tiny-100k-ft-ls100h](https://huggingface.co/asapp/sew-d-tiny-100k-ft-ls100h) on an unknown dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
+
- Loss: 4.4387
|
| 24 |
- Accuracy: 0.0128
|
| 25 |
- Precision: 0.0002
|
| 26 |
- Recall: 0.0128
|
| 27 |
- F1: 0.0003
|
| 28 |
+
- Binary: 0.1156
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
|
|
|
| 59 |
|
| 60 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 | Binary |
|
| 61 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|:------:|
|
| 62 |
+
| 4.4296 | 1.0 | 876 | 4.4357 | 0.0128 | 0.0002 | 0.0128 | 0.0003 | 0.1156 |
|
| 63 |
+
| 4.427 | 2.0 | 1752 | 4.4385 | 0.0128 | 0.0002 | 0.0128 | 0.0003 | 0.1156 |
|
| 64 |
+
| 4.4257 | 3.0 | 2628 | 4.4387 | 0.0128 | 0.0002 | 0.0128 | 0.0003 | 0.1156 |
|
| 65 |
|
| 66 |
|
| 67 |
### Framework versions
|
config.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "asapp/sew-d-tiny-100k",
|
| 3 |
-
"activation_dropout": 0.
|
| 4 |
"apply_spec_augment": true,
|
| 5 |
"architectures": [
|
| 6 |
"SEWDForSequenceClassification"
|
| 7 |
],
|
| 8 |
-
"attention_dropout": 0.
|
| 9 |
"bos_token_id": 1,
|
| 10 |
"classifier_proj_size": 256,
|
| 11 |
"conv_bias": false,
|
|
@@ -54,17 +54,17 @@
|
|
| 54 |
2,
|
| 55 |
1
|
| 56 |
],
|
| 57 |
-
"ctc_loss_reduction": "
|
| 58 |
"ctc_zero_infinity": false,
|
| 59 |
"eos_token_id": 2,
|
| 60 |
"feat_extract_activation": "gelu",
|
| 61 |
"feat_extract_norm": "group",
|
| 62 |
-
"feat_proj_dropout": 0.
|
| 63 |
"feature_extractor_type": "Wav2Vec2FeatureExtractor",
|
| 64 |
"feature_layer_norm_eps": 1e-05,
|
| 65 |
"final_dropout": 0.0,
|
| 66 |
"hidden_act": "gelu_python",
|
| 67 |
-
"hidden_dropout": 0.
|
| 68 |
"hidden_size": 384,
|
| 69 |
"id2label": {
|
| 70 |
"0": "LABEL_0",
|
|
@@ -241,10 +241,10 @@
|
|
| 241 |
"LABEL_9": 9
|
| 242 |
},
|
| 243 |
"layer_norm_eps": 1e-07,
|
| 244 |
-
"layerdrop": 0.
|
| 245 |
-
"mask_feature_length":
|
| 246 |
"mask_feature_min_masks": 0,
|
| 247 |
-
"mask_feature_prob": 0.
|
| 248 |
"mask_time_length": 10,
|
| 249 |
"mask_time_min_masks": 2,
|
| 250 |
"mask_time_prob": 0.65,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "asapp/sew-d-tiny-100k-ft-ls100h",
|
| 3 |
+
"activation_dropout": 0.1,
|
| 4 |
"apply_spec_augment": true,
|
| 5 |
"architectures": [
|
| 6 |
"SEWDForSequenceClassification"
|
| 7 |
],
|
| 8 |
+
"attention_dropout": 0.0,
|
| 9 |
"bos_token_id": 1,
|
| 10 |
"classifier_proj_size": 256,
|
| 11 |
"conv_bias": false,
|
|
|
|
| 54 |
2,
|
| 55 |
1
|
| 56 |
],
|
| 57 |
+
"ctc_loss_reduction": "mean",
|
| 58 |
"ctc_zero_infinity": false,
|
| 59 |
"eos_token_id": 2,
|
| 60 |
"feat_extract_activation": "gelu",
|
| 61 |
"feat_extract_norm": "group",
|
| 62 |
+
"feat_proj_dropout": 0.0,
|
| 63 |
"feature_extractor_type": "Wav2Vec2FeatureExtractor",
|
| 64 |
"feature_layer_norm_eps": 1e-05,
|
| 65 |
"final_dropout": 0.0,
|
| 66 |
"hidden_act": "gelu_python",
|
| 67 |
+
"hidden_dropout": 0.0,
|
| 68 |
"hidden_size": 384,
|
| 69 |
"id2label": {
|
| 70 |
"0": "LABEL_0",
|
|
|
|
| 241 |
"LABEL_9": 9
|
| 242 |
},
|
| 243 |
"layer_norm_eps": 1e-07,
|
| 244 |
+
"layerdrop": 0.1,
|
| 245 |
+
"mask_feature_length": 64,
|
| 246 |
"mask_feature_min_masks": 0,
|
| 247 |
+
"mask_feature_prob": 0.5,
|
| 248 |
"mask_time_length": 10,
|
| 249 |
"mask_time_min_masks": 2,
|
| 250 |
"mask_time_prob": 0.65,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 96968812
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:79ff77b47cc02c6ad91798d5a75fa4087ad43a70d3b11f9716973cb542460603
|
| 3 |
size 96968812
|
runs/Jun11_00-02-10_LAPTOP-1GID9RGH/events.out.tfevents.1718038931.LAPTOP-1GID9RGH.22860.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5618b5507afa08b1dd7b55a4d102ab7c5884a06e22e23cf3bc4b2ad20c763dad
|
| 3 |
+
size 11928
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4984
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b67d26a553a2ef4eb806550922b7f0cc62cb2dd5edce049e08c38aa48b7179d
|
| 3 |
size 4984
|