marifulhaque commited on
Commit
1f6094b
·
verified ·
1 Parent(s): 76cb9cf

End of training

Browse files
Files changed (4) hide show
  1. README.md +14 -14
  2. config.json +5 -5
  3. model.safetensors +1 -1
  4. training_args.bin +1 -1
README.md CHANGED
@@ -14,18 +14,18 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # ast_classifier
16
 
17
- This model is a fine-tuned version of [MIT/ast-finetuned-audioset-10-10-0.4593](https://huggingface.co/MIT/ast-finetuned-audioset-10-10-0.4593) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - eval_loss: 0.0801
20
- - eval_accuracy: 0.9804
21
- - eval_precision: 0.9534
22
- - eval_recall: 0.9901
23
- - eval_f1: 0.9714
24
- - eval_runtime: 469.4074
25
- - eval_samples_per_second: 7.054
26
- - eval_steps_per_second: 0.882
27
- - epoch: 1.0
28
- - step: 1656
29
 
30
  ## Model description
31
 
@@ -45,7 +45,7 @@ More information needed
45
 
46
  The following hyperparameters were used during training:
47
  - learning_rate: 5e-05
48
- - train_batch_size: 8
49
  - eval_batch_size: 8
50
  - seed: 42
51
  - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
@@ -54,7 +54,7 @@ The following hyperparameters were used during training:
54
 
55
  ### Framework versions
56
 
57
- - Transformers 4.57.1
58
  - Pytorch 2.9.0+cu126
59
- - Datasets 3.6.0
60
  - Tokenizers 0.22.1
 
14
 
15
  # ast_classifier
16
 
17
+ This model is a fine-tuned version of [MIT/ast-finetuned-audioset-10-10-0.4593](https://huggingface.co/MIT/ast-finetuned-audioset-10-10-0.4593) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - eval_loss: 1.7174
20
+ - eval_accuracy: 0.7822
21
+ - eval_precision: 0.9937
22
+ - eval_recall: 0.5860
23
+ - eval_f1: 0.7373
24
+ - eval_runtime: 124.9206
25
+ - eval_samples_per_second: 12.312
26
+ - eval_steps_per_second: 1.545
27
+ - epoch: 4.0
28
+ - step: 344
29
 
30
  ## Model description
31
 
 
45
 
46
  The following hyperparameters were used during training:
47
  - learning_rate: 5e-05
48
+ - train_batch_size: 64
49
  - eval_batch_size: 8
50
  - seed: 42
51
  - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
 
54
 
55
  ### Framework versions
56
 
57
+ - Transformers 4.57.2
58
  - Pytorch 2.9.0+cu126
59
+ - Datasets 4.0.0
60
  - Tokenizers 0.22.1
config.json CHANGED
@@ -9,14 +9,14 @@
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
11
  "id2label": {
12
- "0": "healthy",
13
- "1": "dysarthria"
14
  },
15
  "initializer_range": 0.02,
16
  "intermediate_size": 3072,
17
  "label2id": {
18
- "dysarthria": "1",
19
- "healthy": "0"
20
  },
21
  "layer_norm_eps": 1e-12,
22
  "max_length": 1024,
@@ -28,5 +28,5 @@
28
  "problem_type": "single_label_classification",
29
  "qkv_bias": true,
30
  "time_stride": 10,
31
- "transformers_version": "4.57.1"
32
  }
 
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
11
  "id2label": {
12
+ "0": "dysarthria",
13
+ "1": "healthy"
14
  },
15
  "initializer_range": 0.02,
16
  "intermediate_size": 3072,
17
  "label2id": {
18
+ "dysarthria": "0",
19
+ "healthy": "1"
20
  },
21
  "layer_norm_eps": 1e-12,
22
  "max_length": 1024,
 
28
  "problem_type": "single_label_classification",
29
  "qkv_bias": true,
30
  "time_stride": 10,
31
+ "transformers_version": "4.57.2"
32
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:64de820a4b986bfc7dab933714ba7f658c908de01f26218e93b64acf55305511
3
  size 344790040
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcd42c193b26796b87a40f21c7e3aac7ea3e5399f9141506793fba5b764a494a
3
  size 344790040
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e6426a374ad77d10d223e26203ad0050b9597ec00e2b293c3d50172ba8def1db
3
  size 5841
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af7d31cc3d6652b979acd9abb70a0d5b86f4ec127ed607e6af910cdcb2c1e1fe
3
  size 5841