Arjunj commited on
Commit
6bb909c
·
verified ·
1 Parent(s): ebe80a0

Upload VibeVoice ASR LoRA for Malayalam

Browse files
adapter_config.json CHANGED
@@ -29,13 +29,13 @@
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
32
- "up_proj",
33
- "v_proj",
34
  "k_proj",
 
35
  "down_proj",
36
  "o_proj",
 
37
  "gate_proj",
38
- "q_proj"
39
  ],
40
  "target_parameters": null,
41
  "task_type": "CAUSAL_LM",
 
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
 
 
32
  "k_proj",
33
+ "up_proj",
34
  "down_proj",
35
  "o_proj",
36
+ "q_proj",
37
  "gate_proj",
38
+ "v_proj"
39
  ],
40
  "target_parameters": null,
41
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fb1395b799e4d2ec69445cfc951514eaf177965a9e9c861c302f77319f05cb39
3
  size 161539072
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1d0062361f63d2a61ac065c06bc4d6eefcb6b2eef83ceef13bde20337f43514
3
  size 161539072
all_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "epoch": 3.0,
3
- "total_flos": 1.5779035428264346e+17,
4
- "train_loss": 0.08984137095254043,
5
- "train_runtime": 2255.0885,
6
- "train_samples_per_second": 4.938,
7
- "train_steps_per_second": 0.077
8
  }
 
1
  {
2
  "epoch": 3.0,
3
+ "total_flos": 1.1454376593850368e+18,
4
+ "train_loss": 0.8523904671744694,
5
+ "train_runtime": 19792.807,
6
+ "train_samples_per_second": 2.444,
7
+ "train_steps_per_second": 0.013
8
  }
checkpoint-168/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: microsoft/VibeVoice-ASR
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:microsoft/VibeVoice-ASR
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.18.1
checkpoint-168/adapter_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "microsoft/VibeVoice-ASR",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 32,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": null,
25
+ "peft_type": "LORA",
26
+ "peft_version": "0.18.1",
27
+ "qalora_group_size": 16,
28
+ "r": 16,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "k_proj",
33
+ "up_proj",
34
+ "down_proj",
35
+ "o_proj",
36
+ "q_proj",
37
+ "gate_proj",
38
+ "v_proj"
39
+ ],
40
+ "target_parameters": null,
41
+ "task_type": "CAUSAL_LM",
42
+ "trainable_token_indices": null,
43
+ "use_dora": false,
44
+ "use_qalora": false,
45
+ "use_rslora": false
46
+ }
checkpoint-168/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3d15177ff64743995200b7c483835ea2df2ca11512ab831f7294655aaa14626
3
+ size 161539072
checkpoint-168/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aab1fb3bfe096f667c623019e2155744395fba91c9a7deedb726997882d33231
3
+ size 323296891
checkpoint-168/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08ebe8147226f00a741cb894b98ea4718295cc6fd6a60a4fa5b56c044eeefd69
3
+ size 14709
checkpoint-168/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e0b15ffd4b1738c54b9c8feedf86ec22cbb14940f92f42e88a4b150b53e9411
3
+ size 1465
checkpoint-168/trainer_state.json ADDED
@@ -0,0 +1,146 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 2.0,
6
+ "eval_steps": 500,
7
+ "global_step": 168,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.11904761904761904,
14
+ "grad_norm": 0.895657479763031,
15
+ "learning_rate": 9.642857142857143e-05,
16
+ "loss": 2.7858,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.23809523809523808,
21
+ "grad_norm": 0.5870405435562134,
22
+ "learning_rate": 9.246031746031747e-05,
23
+ "loss": 1.5709,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.35714285714285715,
28
+ "grad_norm": 0.6833087801933289,
29
+ "learning_rate": 8.849206349206349e-05,
30
+ "loss": 1.372,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.47619047619047616,
35
+ "grad_norm": 0.7731186747550964,
36
+ "learning_rate": 8.452380952380952e-05,
37
+ "loss": 1.2796,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.5952380952380952,
42
+ "grad_norm": 0.8870206475257874,
43
+ "learning_rate": 8.055555555555556e-05,
44
+ "loss": 1.1928,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.7142857142857143,
49
+ "grad_norm": 0.9653159976005554,
50
+ "learning_rate": 7.658730158730159e-05,
51
+ "loss": 1.0905,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.8333333333333334,
56
+ "grad_norm": 1.034477710723877,
57
+ "learning_rate": 7.261904761904762e-05,
58
+ "loss": 0.9988,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.9523809523809523,
63
+ "grad_norm": 1.150348424911499,
64
+ "learning_rate": 6.865079365079366e-05,
65
+ "loss": 0.9214,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 1.0714285714285714,
70
+ "grad_norm": 1.0706491470336914,
71
+ "learning_rate": 6.46825396825397e-05,
72
+ "loss": 0.8236,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 1.1904761904761905,
77
+ "grad_norm": 1.3665771484375,
78
+ "learning_rate": 6.0714285714285715e-05,
79
+ "loss": 0.7343,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 1.3095238095238095,
84
+ "grad_norm": 1.350333333015442,
85
+ "learning_rate": 5.674603174603175e-05,
86
+ "loss": 0.7267,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 1.4285714285714286,
91
+ "grad_norm": 1.3638492822647095,
92
+ "learning_rate": 5.2777777777777784e-05,
93
+ "loss": 0.7088,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 1.5476190476190477,
98
+ "grad_norm": 1.357682228088379,
99
+ "learning_rate": 4.880952380952381e-05,
100
+ "loss": 0.6916,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 1.6666666666666665,
105
+ "grad_norm": 1.5811983346939087,
106
+ "learning_rate": 4.4841269841269846e-05,
107
+ "loss": 0.6879,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 1.7857142857142856,
112
+ "grad_norm": 1.407701015472412,
113
+ "learning_rate": 4.0873015873015874e-05,
114
+ "loss": 0.6336,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 1.9047619047619047,
119
+ "grad_norm": 1.427190899848938,
120
+ "learning_rate": 3.690476190476191e-05,
121
+ "loss": 0.6333,
122
+ "step": 160
123
+ }
124
+ ],
125
+ "logging_steps": 10,
126
+ "max_steps": 252,
127
+ "num_input_tokens_seen": 0,
128
+ "num_train_epochs": 3,
129
+ "save_steps": 500,
130
+ "stateful_callbacks": {
131
+ "TrainerControl": {
132
+ "args": {
133
+ "should_epoch_stop": false,
134
+ "should_evaluate": false,
135
+ "should_log": false,
136
+ "should_save": true,
137
+ "should_training_stop": false
138
+ },
139
+ "attributes": {}
140
+ }
141
+ },
142
+ "total_flos": 7.643197613822444e+17,
143
+ "train_batch_size": 24,
144
+ "trial_name": null,
145
+ "trial_params": null
146
+ }
checkpoint-168/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f42b68d2c89830d16d557f430dce2456c9c56dcf0ef46791bbcaa5599195e89
3
+ size 5905
checkpoint-252/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: microsoft/VibeVoice-ASR
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:microsoft/VibeVoice-ASR
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.18.1
checkpoint-252/adapter_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "microsoft/VibeVoice-ASR",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 32,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": null,
25
+ "peft_type": "LORA",
26
+ "peft_version": "0.18.1",
27
+ "qalora_group_size": 16,
28
+ "r": 16,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "k_proj",
33
+ "up_proj",
34
+ "down_proj",
35
+ "o_proj",
36
+ "q_proj",
37
+ "gate_proj",
38
+ "v_proj"
39
+ ],
40
+ "target_parameters": null,
41
+ "task_type": "CAUSAL_LM",
42
+ "trainable_token_indices": null,
43
+ "use_dora": false,
44
+ "use_qalora": false,
45
+ "use_rslora": false
46
+ }
checkpoint-252/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1d0062361f63d2a61ac065c06bc4d6eefcb6b2eef83ceef13bde20337f43514
3
+ size 161539072
checkpoint-252/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3978c5a1670857937a704ad8b60d25291ec734d9ec46ff1b0af3b8688b46f300
3
+ size 323296891
checkpoint-252/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5aa0a8193dbe4c0361a48cdc19be26e6946889131f264b92e4d21065a642860f
3
+ size 14709
checkpoint-252/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd76e45356fe7750a76058b72d27dd5bd419cb5caafae478d3a69d8338aeaa77
3
+ size 1465
checkpoint-252/trainer_state.json ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 3.0,
6
+ "eval_steps": 500,
7
+ "global_step": 252,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.11904761904761904,
14
+ "grad_norm": 0.895657479763031,
15
+ "learning_rate": 9.642857142857143e-05,
16
+ "loss": 2.7858,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.23809523809523808,
21
+ "grad_norm": 0.5870405435562134,
22
+ "learning_rate": 9.246031746031747e-05,
23
+ "loss": 1.5709,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.35714285714285715,
28
+ "grad_norm": 0.6833087801933289,
29
+ "learning_rate": 8.849206349206349e-05,
30
+ "loss": 1.372,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.47619047619047616,
35
+ "grad_norm": 0.7731186747550964,
36
+ "learning_rate": 8.452380952380952e-05,
37
+ "loss": 1.2796,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.5952380952380952,
42
+ "grad_norm": 0.8870206475257874,
43
+ "learning_rate": 8.055555555555556e-05,
44
+ "loss": 1.1928,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.7142857142857143,
49
+ "grad_norm": 0.9653159976005554,
50
+ "learning_rate": 7.658730158730159e-05,
51
+ "loss": 1.0905,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.8333333333333334,
56
+ "grad_norm": 1.034477710723877,
57
+ "learning_rate": 7.261904761904762e-05,
58
+ "loss": 0.9988,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.9523809523809523,
63
+ "grad_norm": 1.150348424911499,
64
+ "learning_rate": 6.865079365079366e-05,
65
+ "loss": 0.9214,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 1.0714285714285714,
70
+ "grad_norm": 1.0706491470336914,
71
+ "learning_rate": 6.46825396825397e-05,
72
+ "loss": 0.8236,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 1.1904761904761905,
77
+ "grad_norm": 1.3665771484375,
78
+ "learning_rate": 6.0714285714285715e-05,
79
+ "loss": 0.7343,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 1.3095238095238095,
84
+ "grad_norm": 1.350333333015442,
85
+ "learning_rate": 5.674603174603175e-05,
86
+ "loss": 0.7267,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 1.4285714285714286,
91
+ "grad_norm": 1.3638492822647095,
92
+ "learning_rate": 5.2777777777777784e-05,
93
+ "loss": 0.7088,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 1.5476190476190477,
98
+ "grad_norm": 1.357682228088379,
99
+ "learning_rate": 4.880952380952381e-05,
100
+ "loss": 0.6916,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 1.6666666666666665,
105
+ "grad_norm": 1.5811983346939087,
106
+ "learning_rate": 4.4841269841269846e-05,
107
+ "loss": 0.6879,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 1.7857142857142856,
112
+ "grad_norm": 1.407701015472412,
113
+ "learning_rate": 4.0873015873015874e-05,
114
+ "loss": 0.6336,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 1.9047619047619047,
119
+ "grad_norm": 1.427190899848938,
120
+ "learning_rate": 3.690476190476191e-05,
121
+ "loss": 0.6333,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 2.0238095238095237,
126
+ "grad_norm": 1.3829928636550903,
127
+ "learning_rate": 3.2936507936507936e-05,
128
+ "loss": 0.6057,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 2.142857142857143,
133
+ "grad_norm": 1.3527870178222656,
134
+ "learning_rate": 2.8968253968253974e-05,
135
+ "loss": 0.522,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 2.261904761904762,
140
+ "grad_norm": 1.621706485748291,
141
+ "learning_rate": 2.5e-05,
142
+ "loss": 0.4988,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 2.380952380952381,
147
+ "grad_norm": 1.5113567113876343,
148
+ "learning_rate": 2.1031746031746032e-05,
149
+ "loss": 0.5114,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 2.5,
154
+ "grad_norm": 1.4099675416946411,
155
+ "learning_rate": 1.7063492063492063e-05,
156
+ "loss": 0.4697,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 2.619047619047619,
161
+ "grad_norm": 1.669247031211853,
162
+ "learning_rate": 1.3095238095238096e-05,
163
+ "loss": 0.4832,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 2.738095238095238,
168
+ "grad_norm": 1.6166075468063354,
169
+ "learning_rate": 9.126984126984127e-06,
170
+ "loss": 0.4741,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 2.857142857142857,
175
+ "grad_norm": 1.547747254371643,
176
+ "learning_rate": 5.158730158730159e-06,
177
+ "loss": 0.4545,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 2.9761904761904763,
182
+ "grad_norm": 1.6597768068313599,
183
+ "learning_rate": 1.1904761904761904e-06,
184
+ "loss": 0.5079,
185
+ "step": 250
186
+ }
187
+ ],
188
+ "logging_steps": 10,
189
+ "max_steps": 252,
190
+ "num_input_tokens_seen": 0,
191
+ "num_train_epochs": 3,
192
+ "save_steps": 500,
193
+ "stateful_callbacks": {
194
+ "TrainerControl": {
195
+ "args": {
196
+ "should_epoch_stop": false,
197
+ "should_evaluate": false,
198
+ "should_log": false,
199
+ "should_save": true,
200
+ "should_training_stop": true
201
+ },
202
+ "attributes": {}
203
+ }
204
+ },
205
+ "total_flos": 1.1454376593850368e+18,
206
+ "train_batch_size": 24,
207
+ "trial_name": null,
208
+ "trial_params": null
209
+ }
checkpoint-252/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f42b68d2c89830d16d557f430dce2456c9c56dcf0ef46791bbcaa5599195e89
3
+ size 5905
checkpoint-84/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: microsoft/VibeVoice-ASR
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:microsoft/VibeVoice-ASR
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.18.1
checkpoint-84/adapter_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "microsoft/VibeVoice-ASR",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 32,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": null,
25
+ "peft_type": "LORA",
26
+ "peft_version": "0.18.1",
27
+ "qalora_group_size": 16,
28
+ "r": 16,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "k_proj",
33
+ "up_proj",
34
+ "down_proj",
35
+ "o_proj",
36
+ "q_proj",
37
+ "gate_proj",
38
+ "v_proj"
39
+ ],
40
+ "target_parameters": null,
41
+ "task_type": "CAUSAL_LM",
42
+ "trainable_token_indices": null,
43
+ "use_dora": false,
44
+ "use_qalora": false,
45
+ "use_rslora": false
46
+ }
checkpoint-84/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3868454369f9509d8291b198c3e8e747fd75fc20582359bf9d8a942525a310c6
3
+ size 161539072
checkpoint-84/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d8df6d8708952ae03dd1cc02f9a6711b26562174e5579231ad4572b948bdc3c
3
+ size 323296891
checkpoint-84/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:450d216db30e955d456d315440c2edd3d6cdf945c98da7217cd4a9701fb529c1
3
+ size 14709
checkpoint-84/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77a3f5515a6ab6fa536ed34ca46e38638cbcd5378e50e7784a42d9b79314605e
3
+ size 1465
checkpoint-84/trainer_state.json ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.0,
6
+ "eval_steps": 500,
7
+ "global_step": 84,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.11904761904761904,
14
+ "grad_norm": 0.895657479763031,
15
+ "learning_rate": 9.642857142857143e-05,
16
+ "loss": 2.7858,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.23809523809523808,
21
+ "grad_norm": 0.5870405435562134,
22
+ "learning_rate": 9.246031746031747e-05,
23
+ "loss": 1.5709,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.35714285714285715,
28
+ "grad_norm": 0.6833087801933289,
29
+ "learning_rate": 8.849206349206349e-05,
30
+ "loss": 1.372,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.47619047619047616,
35
+ "grad_norm": 0.7731186747550964,
36
+ "learning_rate": 8.452380952380952e-05,
37
+ "loss": 1.2796,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.5952380952380952,
42
+ "grad_norm": 0.8870206475257874,
43
+ "learning_rate": 8.055555555555556e-05,
44
+ "loss": 1.1928,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.7142857142857143,
49
+ "grad_norm": 0.9653159976005554,
50
+ "learning_rate": 7.658730158730159e-05,
51
+ "loss": 1.0905,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.8333333333333334,
56
+ "grad_norm": 1.034477710723877,
57
+ "learning_rate": 7.261904761904762e-05,
58
+ "loss": 0.9988,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.9523809523809523,
63
+ "grad_norm": 1.150348424911499,
64
+ "learning_rate": 6.865079365079366e-05,
65
+ "loss": 0.9214,
66
+ "step": 80
67
+ }
68
+ ],
69
+ "logging_steps": 10,
70
+ "max_steps": 252,
71
+ "num_input_tokens_seen": 0,
72
+ "num_train_epochs": 3,
73
+ "save_steps": 500,
74
+ "stateful_callbacks": {
75
+ "TrainerControl": {
76
+ "args": {
77
+ "should_epoch_stop": false,
78
+ "should_evaluate": false,
79
+ "should_log": false,
80
+ "should_save": true,
81
+ "should_training_stop": false
82
+ },
83
+ "attributes": {}
84
+ }
85
+ },
86
+ "total_flos": 3.838899128453038e+17,
87
+ "train_batch_size": 24,
88
+ "trial_name": null,
89
+ "trial_params": null
90
+ }
checkpoint-84/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f42b68d2c89830d16d557f430dce2456c9c56dcf0ef46791bbcaa5599195e89
3
+ size 5905
runs/Mar08_06-18-43_ee6e38114ffb/events.out.tfevents.1772950740.ee6e38114ffb.23149.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2e9bd0a9fc1e08170c13de5f2027f3c3fd6ea93e9070a66cc55afae44c13ff5
3
+ size 8156
runs/Mar08_06-21-21_ee6e38114ffb/events.out.tfevents.1772950897.ee6e38114ffb.32536.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:813f8dfdcb691159806ce5ea070e9f483f14d65fdb2b9b1fe387e1d24c713841
3
+ size 10434
runs/Mar08_08-21-50_ee6e38114ffb/events.out.tfevents.1772958125.ee6e38114ffb.639818.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ab7f0685cc08238bb8d462a07709115a2147ccbb4298f1016eae057d61cda7f
3
+ size 13531
train_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "epoch": 3.0,
3
- "total_flos": 1.5779035428264346e+17,
4
- "train_loss": 0.08984137095254043,
5
- "train_runtime": 2255.0885,
6
- "train_samples_per_second": 4.938,
7
- "train_steps_per_second": 0.077
8
  }
 
1
  {
2
  "epoch": 3.0,
3
+ "total_flos": 1.1454376593850368e+18,
4
+ "train_loss": 0.8523904671744694,
5
+ "train_runtime": 19792.807,
6
+ "train_samples_per_second": 2.444,
7
+ "train_steps_per_second": 0.013
8
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3d57686491500b237a5f23a516aaa4f4d6081c506cf27d78c1cde429badc8276
3
  size 5905
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f42b68d2c89830d16d557f430dce2456c9c56dcf0ef46791bbcaa5599195e89
3
  size 5905