JovialValley commited on
Commit
2623cc1
·
1 Parent(s): 153d018

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +83 -0
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: model_broadclass_onSet3
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # model_broadclass_onSet3
13
+
14
+ This model was trained from scratch on the None dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - eval_loss: 0.1389
17
+ - eval_0_precision: 1.0
18
+ - eval_0_recall: 1.0
19
+ - eval_0_f1-score: 1.0
20
+ - eval_0_support: 23
21
+ - eval_1_precision: 0.9697
22
+ - eval_1_recall: 0.9697
23
+ - eval_1_f1-score: 0.9697
24
+ - eval_1_support: 33
25
+ - eval_2_precision: 1.0
26
+ - eval_2_recall: 1.0
27
+ - eval_2_f1-score: 1.0
28
+ - eval_2_support: 26
29
+ - eval_3_precision: 0.9333
30
+ - eval_3_recall: 0.9333
31
+ - eval_3_f1-score: 0.9333
32
+ - eval_3_support: 15
33
+ - eval_accuracy: 0.9794
34
+ - eval_macro avg_precision: 0.9758
35
+ - eval_macro avg_recall: 0.9758
36
+ - eval_macro avg_f1-score: 0.9758
37
+ - eval_macro avg_support: 97
38
+ - eval_weighted avg_precision: 0.9794
39
+ - eval_weighted avg_recall: 0.9794
40
+ - eval_weighted avg_f1-score: 0.9794
41
+ - eval_weighted avg_support: 97
42
+ - eval_wer: 0.1037
43
+ - eval_mtrix: [[0, 1, 2, 3], [0, 23, 0, 0, 0], [1, 0, 32, 0, 1], [2, 0, 0, 26, 0], [3, 0, 1, 0, 14]]
44
+ - eval_runtime: 5.6481
45
+ - eval_samples_per_second: 17.174
46
+ - eval_steps_per_second: 2.302
47
+ - step: 0
48
+
49
+ ## Model description
50
+
51
+ More information needed
52
+
53
+ ## Intended uses & limitations
54
+
55
+ More information needed
56
+
57
+ ## Training and evaluation data
58
+
59
+ More information needed
60
+
61
+ ## Training procedure
62
+
63
+ ### Training hyperparameters
64
+
65
+ The following hyperparameters were used during training:
66
+ - learning_rate: 0.0003
67
+ - train_batch_size: 8
68
+ - eval_batch_size: 8
69
+ - seed: 42
70
+ - gradient_accumulation_steps: 2
71
+ - total_train_batch_size: 16
72
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
73
+ - lr_scheduler_type: linear
74
+ - lr_scheduler_warmup_steps: 200
75
+ - num_epochs: 80
76
+ - mixed_precision_training: Native AMP
77
+
78
+ ### Framework versions
79
+
80
+ - Transformers 4.25.1
81
+ - Pytorch 1.13.0+cu116
82
+ - Datasets 2.8.0
83
+ - Tokenizers 0.13.2