cataluna84 commited on
Commit
e210884
·
verified ·
1 Parent(s): aa5560d

checkpoints/step-35000

Browse files
checkpoints/step-35000/audio_heads.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a9e90aeee03e1d009df55d2fd0fb261c2ab15c06c300fa05a44dbc14781fa3e
3
+ size 8390277
checkpoints/step-35000/depth_decoder.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08e8f64209f1bc0ba173f623abed37d38bad6ebbeeb5b01fd8f459d86db48c53
3
+ size 1428745845
checkpoints/step-35000/metadata.json ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "step": 35000,
3
+ "config": {
4
+ "backend": "tpu",
5
+ "data": {
6
+ "train_split": "/mnt/data/splits/train.jsonl",
7
+ "val_split": "/mnt/data/splits/val.jsonl",
8
+ "encoded_dir": "/mnt/data/encoded",
9
+ "max_frames": 300,
10
+ "bucket_frames": null,
11
+ "audio_frame_rate": 12.5,
12
+ "num_workers": 32,
13
+ "pin_memory": false
14
+ },
15
+ "train": {
16
+ "num_codebooks": 8,
17
+ "batch_size": 8,
18
+ "grad_accum": 1,
19
+ "max_steps": 110463,
20
+ "warmup_steps": 1100,
21
+ "min_lr_ratio": 0.0,
22
+ "depth_chunk_size": 100,
23
+ "precision": "bfloat16",
24
+ "max_grad_norm": 1.0,
25
+ "seed": 42,
26
+ "scheduler_total_steps": null,
27
+ "per_chip_batch": 2,
28
+ "schedule": "wsd",
29
+ "wsd_anneal_steps": 11000,
30
+ "wsd_anneal_frac": 0.1,
31
+ "weight_decay": 0.01,
32
+ "adam_beta1": 0.9,
33
+ "adam_beta2": 0.999,
34
+ "adam_eps": 1e-08,
35
+ "allow_fresh_optimizer": false,
36
+ "use_scan_layers": true,
37
+ "xla_grad_checkpoint": true,
38
+ "compile_warmup_steps": 1,
39
+ "debug_input_sharding": false,
40
+ "early_stop_patience": 10,
41
+ "enable_clip_grad_norm": true,
42
+ "clip_grad_norm": 1.0,
43
+ "log_grad_norm": true,
44
+ "fsdp_barrier_hook": false,
45
+ "micro_mark_step": true,
46
+ "final_canonical_save": true
47
+ },
48
+ "loss": {
49
+ "text_weight": 0.2,
50
+ "audio_weight": 1.0,
51
+ "text_weight_curriculum_frac": 0.0,
52
+ "composite_text_w": 0.4,
53
+ "composite_audio_w": 0.6,
54
+ "text_padding_weight": 0.01,
55
+ "zero_padding_weight": 0.0,
56
+ "label_smoothing": 0.1,
57
+ "per_codebook_multipliers": [
58
+ 1.0,
59
+ 1.0,
60
+ 1.5,
61
+ 1.5,
62
+ 2.0,
63
+ 2.0,
64
+ 2.0,
65
+ 2.0
66
+ ],
67
+ "progressive_unmask_fraction": 0.1,
68
+ "unmask_k0": 1
69
+ },
70
+ "optim": {
71
+ "lr_lora": 0.0001716,
72
+ "lr_full_ft": 5e-05,
73
+ "lr_projection": 0.0005,
74
+ "lr_depth": 0.0001,
75
+ "lr_audio_embed": 0.0005,
76
+ "lr_text_embed": 0.0005,
77
+ "lr_depth_blocks": 1e-05
78
+ },
79
+ "logging": {
80
+ "log_every": 25,
81
+ "save_every": 1000,
82
+ "audio_every": 5000,
83
+ "audio_ar_frames": 50,
84
+ "val_every": 250,
85
+ "val_max_batches": 25,
86
+ "val_on_tpu": true,
87
+ "val_per_chip_batch": 8,
88
+ "tpu_telemetry_every": 250,
89
+ "save_dir": "gs://tinyaya-stage2-eu/checkpoints/stage2-v6e16-mh-v03-r2",
90
+ "log_spaced_saves": true,
91
+ "save_at_steps": null,
92
+ "async_checkpoint_upload": true,
93
+ "wandb_project": "tinyaya-stage2-tpu",
94
+ "wandb_run_name": "v0.3-long-horizon-mh-r2",
95
+ "use_wandb": true,
96
+ "wandb_tags": [
97
+ "v0.3",
98
+ "multi-host",
99
+ "wsd"
100
+ ],
101
+ "push_to_hub": true,
102
+ "hub_repo_id": "tiny-aya-translate/tr-hi-s2st-v0.3",
103
+ "hub_private": true,
104
+ "diag_metrics": true,
105
+ "keep_last_n": 0,
106
+ "keep_local_checkpoints": false
107
+ },
108
+ "perf": {
109
+ "enabled": true,
110
+ "warmup_skip_steps": 25,
111
+ "xprof_trace_labels": false
112
+ },
113
+ "lora": {
114
+ "r": 32,
115
+ "alpha": 64,
116
+ "dropout": 0.05,
117
+ "use_rslora": true,
118
+ "target_modules": [
119
+ "q_proj",
120
+ "k_proj",
121
+ "v_proj",
122
+ "o_proj",
123
+ "gate_proj",
124
+ "up_proj",
125
+ "down_proj",
126
+ "embed_tokens"
127
+ ],
128
+ "lora_exclude_top": 0,
129
+ "num_full_ft_layers": 0,
130
+ "depth_unfreeze_blocks": 0
131
+ }
132
+ },
133
+ "wandb_run_id": "xzcb60bl",
134
+ "best_val": 2.9973068475723266,
135
+ "patience_left": 10,
136
+ "resumes": 0,
137
+ "files": {
138
+ "rng.pt": 6605,
139
+ "depth_decoder.pt": 1428745845,
140
+ "text_embed.pt": 1090668924,
141
+ "scheduler.pt": 1401,
142
+ "projection.pt": 16778814,
143
+ "optimizer.pt": 768419326,
144
+ "model_audio_embed.pt": 8394415,
145
+ "audio_heads.pt": 8390277,
146
+ "peft_adapter/adapter_config.json": 1122,
147
+ "peft_adapter/README.md": 5202,
148
+ "peft_adapter/adapter_model.safetensors": 1220179520
149
+ }
150
+ }
checkpoints/step-35000/model_audio_embed.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7af3109394c6e13d5638f2445a3a1328d291ae09ddc996ae941ec94c7d77206
3
+ size 8394415
checkpoints/step-35000/peft_adapter/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: CohereLabs/tiny-aya-base
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:CohereLabs/tiny-aya-base
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.19.1
checkpoints/step-35000/peft_adapter/adapter_config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "CohereLabs/tiny-aya-base",
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": 64,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "lora_ga_config": null,
23
+ "megatron_config": null,
24
+ "megatron_core": "megatron.core",
25
+ "modules_to_save": null,
26
+ "peft_type": "LORA",
27
+ "peft_version": "0.19.1",
28
+ "qalora_group_size": 16,
29
+ "r": 32,
30
+ "rank_pattern": {},
31
+ "revision": null,
32
+ "target_modules": [
33
+ "up_proj",
34
+ "o_proj",
35
+ "k_proj",
36
+ "gate_proj",
37
+ "v_proj",
38
+ "embed_tokens",
39
+ "q_proj",
40
+ "down_proj"
41
+ ],
42
+ "target_parameters": null,
43
+ "task_type": "CAUSAL_LM",
44
+ "trainable_token_indices": null,
45
+ "use_bdlora": null,
46
+ "use_dora": false,
47
+ "use_qalora": false,
48
+ "use_rslora": true
49
+ }
checkpoints/step-35000/peft_adapter/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2b813ac5451308b1c76f6bd7569d8aa8216f16b7f276edb3f6f29500d1db285
3
+ size 1220179520
checkpoints/step-35000/projection.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:503ef7b07e0db8e25647b14b6a810e6338200b30d06e6a7a36177f9d845d4af2
3
+ size 16778814
checkpoints/step-35000/text_embed.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:122fb24f1bbd9f8728fdc2de1a1b3e94989ac3c0037981e1ab6fa78038d60fa0
3
+ size 1090668924