DuyTa commited on
Commit
3493738
·
1 Parent(s): beb9fdc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +62 -2
README.md CHANGED
@@ -1,6 +1,67 @@
1
  ---
2
  library_name: peft
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  ## Training procedure
5
 
6
 
@@ -14,7 +75,6 @@ The following `bitsandbytes` quantization config was used during training:
14
  - bnb_4bit_quant_type: fp4
15
  - bnb_4bit_use_double_quant: False
16
  - bnb_4bit_compute_dtype: float32
17
- ### Framework versions
18
 
19
 
20
- - PEFT 0.5.0.dev0
 
1
  ---
2
  library_name: peft
3
  ---
4
+ ---
5
+ license: apache-2.0
6
+ base_model: openai/whisper-small
7
+ tags:
8
+ - generated_from_trainer
9
+ metrics:
10
+ - wer
11
+ model-index:
12
+ - name: vi_whisper-small
13
+ results:
14
+ - task:
15
+ name: Automatic Speech Recognition
16
+ type: automatic-speech-recognition
17
+ dataset:
18
+ name: vin100h
19
+ type: vin
20
+ config: None
21
+ split: None
22
+ metrics:
23
+ - name: Wer
24
+ type: wer
25
+ value: 21.8855
26
+ ---
27
+
28
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
+ should probably proofread and complete it, then remove this comment. -->
30
+
31
+
32
+ ## Model description
33
+
34
+ More information needed
35
+
36
+ ## Intended uses & limitations
37
+
38
+ More information needed
39
+
40
+ ## Training and evaluation data
41
+
42
+
43
+
44
+ ## Training procedure
45
+
46
+ ### Training hyperparameters
47
+
48
+ The following hyperparameters were used during training:
49
+ - learning_rate: 0.0001
50
+ - train_batch_size: 16
51
+ - eval_batch_size: 8
52
+ - seed: 42
53
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
54
+ - lr_scheduler_type: linear
55
+ - lr_scheduler_warmup_steps: 1000
56
+ - training_steps: 8000
57
+
58
+ ### Framework versions
59
+
60
+ - Transformers 4.32.0.dev0
61
+ - Pytorch 2.0.1+cu11.8
62
+ - Datasets 2.13.1
63
+ - Tokenizers 0.13.3
64
+ - PEFT 0.5.0.dev0
65
  ## Training procedure
66
 
67
 
 
75
  - bnb_4bit_quant_type: fp4
76
  - bnb_4bit_use_double_quant: False
77
  - bnb_4bit_compute_dtype: float32
 
78
 
79
 
80
+