mutaician commited on
Commit
2cd2224
·
verified ·
1 Parent(s): 0192600

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,206 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: facebook/nllb-200-distilled-600M
3
+ library_name: peft
4
+ tags:
5
+ - base_model:adapter:facebook/nllb-200-distilled-600M
6
+ - lora
7
+ - transformers
8
+ ---
9
+
10
+ # Model Card for Model ID
11
+
12
+ <!-- Provide a quick summary of what the model is/does. -->
13
+
14
+
15
+
16
+ ## Model Details
17
+
18
+ ### Model Description
19
+
20
+ <!-- Provide a longer summary of what this model is. -->
21
+
22
+
23
+
24
+ - **Developed by:** [More Information Needed]
25
+ - **Funded by [optional]:** [More Information Needed]
26
+ - **Shared by [optional]:** [More Information Needed]
27
+ - **Model type:** [More Information Needed]
28
+ - **Language(s) (NLP):** [More Information Needed]
29
+ - **License:** [More Information Needed]
30
+ - **Finetuned from model [optional]:** [More Information Needed]
31
+
32
+ ### Model Sources [optional]
33
+
34
+ <!-- Provide the basic links for the model. -->
35
+
36
+ - **Repository:** [More Information Needed]
37
+ - **Paper [optional]:** [More Information Needed]
38
+ - **Demo [optional]:** [More Information Needed]
39
+
40
+ ## Uses
41
+
42
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
43
+
44
+ ### Direct Use
45
+
46
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
47
+
48
+ [More Information Needed]
49
+
50
+ ### Downstream Use [optional]
51
+
52
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
53
+
54
+ [More Information Needed]
55
+
56
+ ### Out-of-Scope Use
57
+
58
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
59
+
60
+ [More Information Needed]
61
+
62
+ ## Bias, Risks, and Limitations
63
+
64
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
65
+
66
+ [More Information Needed]
67
+
68
+ ### Recommendations
69
+
70
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
71
+
72
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
73
+
74
+ ## How to Get Started with the Model
75
+
76
+ Use the code below to get started with the model.
77
+
78
+ [More Information Needed]
79
+
80
+ ## Training Details
81
+
82
+ ### Training Data
83
+
84
+ <!-- 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. -->
85
+
86
+ [More Information Needed]
87
+
88
+ ### Training Procedure
89
+
90
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
91
+
92
+ #### Preprocessing [optional]
93
+
94
+ [More Information Needed]
95
+
96
+
97
+ #### Training Hyperparameters
98
+
99
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
100
+
101
+ #### Speeds, Sizes, Times [optional]
102
+
103
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
104
+
105
+ [More Information Needed]
106
+
107
+ ## Evaluation
108
+
109
+ <!-- This section describes the evaluation protocols and provides the results. -->
110
+
111
+ ### Testing Data, Factors & Metrics
112
+
113
+ #### Testing Data
114
+
115
+ <!-- This should link to a Dataset Card if possible. -->
116
+
117
+ [More Information Needed]
118
+
119
+ #### Factors
120
+
121
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
122
+
123
+ [More Information Needed]
124
+
125
+ #### Metrics
126
+
127
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
128
+
129
+ [More Information Needed]
130
+
131
+ ### Results
132
+
133
+ [More Information Needed]
134
+
135
+ #### Summary
136
+
137
+
138
+
139
+ ## Model Examination [optional]
140
+
141
+ <!-- Relevant interpretability work for the model goes here -->
142
+
143
+ [More Information Needed]
144
+
145
+ ## Environmental Impact
146
+
147
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
148
+
149
+ 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).
150
+
151
+ - **Hardware Type:** [More Information Needed]
152
+ - **Hours used:** [More Information Needed]
153
+ - **Cloud Provider:** [More Information Needed]
154
+ - **Compute Region:** [More Information Needed]
155
+ - **Carbon Emitted:** [More Information Needed]
156
+
157
+ ## Technical Specifications [optional]
158
+
159
+ ### Model Architecture and Objective
160
+
161
+ [More Information Needed]
162
+
163
+ ### Compute Infrastructure
164
+
165
+ [More Information Needed]
166
+
167
+ #### Hardware
168
+
169
+ [More Information Needed]
170
+
171
+ #### Software
172
+
173
+ [More Information Needed]
174
+
175
+ ## Citation [optional]
176
+
177
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
178
+
179
+ **BibTeX:**
180
+
181
+ [More Information Needed]
182
+
183
+ **APA:**
184
+
185
+ [More Information Needed]
186
+
187
+ ## Glossary [optional]
188
+
189
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
190
+
191
+ [More Information Needed]
192
+
193
+ ## More Information [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Authors [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Contact
202
+
203
+ [More Information Needed]
204
+ ### Framework versions
205
+
206
+ - PEFT 0.18.1
adapter_config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "facebook/nllb-200-distilled-600M",
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": 128,
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": 64,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "k_proj",
33
+ "fc2",
34
+ "fc1",
35
+ "out_proj",
36
+ "v_proj",
37
+ "q_proj"
38
+ ],
39
+ "target_parameters": null,
40
+ "task_type": "SEQ_2_SEQ_LM",
41
+ "trainable_token_indices": null,
42
+ "use_dora": false,
43
+ "use_qalora": false,
44
+ "use_rslora": false
45
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed468bfe3af6d04be4380c9d10d5fa121ca06210ce5ac8e911edcac311b3a796
3
+ size 138465976
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13610c3f87a9f11fc38a533e463a4b95abcd4f85d2462b4313358c638e54692a
3
+ size 277054475
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be4fc4c4d8da4eb222cd4e186949a3e57e75062003db904f02d85f4cec38f64e
3
+ size 14645
scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c68afb8404e209881937a2fc1978cdd0907ed054943b76e44fa56196a944542
3
+ size 1383
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93983027c5c2a7f1140de1094c881b8bd99512709f7cd52701100017b774f47c
3
+ size 1465
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb765247710dd2dcae8ea188fe92e0a1eaf219fda634f878efb649172211ba16
3
+ size 31923505
tokenizer_config.json ADDED
@@ -0,0 +1,221 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "bos_token": "<s>",
4
+ "cls_token": "<s>",
5
+ "eos_token": "</s>",
6
+ "extra_special_tokens": [
7
+ "ace_Arab",
8
+ "ace_Latn",
9
+ "acm_Arab",
10
+ "acq_Arab",
11
+ "aeb_Arab",
12
+ "afr_Latn",
13
+ "ajp_Arab",
14
+ "aka_Latn",
15
+ "amh_Ethi",
16
+ "apc_Arab",
17
+ "arb_Arab",
18
+ "ars_Arab",
19
+ "ary_Arab",
20
+ "arz_Arab",
21
+ "asm_Beng",
22
+ "ast_Latn",
23
+ "awa_Deva",
24
+ "ayr_Latn",
25
+ "azb_Arab",
26
+ "azj_Latn",
27
+ "bak_Cyrl",
28
+ "bam_Latn",
29
+ "ban_Latn",
30
+ "bel_Cyrl",
31
+ "bem_Latn",
32
+ "ben_Beng",
33
+ "bho_Deva",
34
+ "bjn_Arab",
35
+ "bjn_Latn",
36
+ "bod_Tibt",
37
+ "bos_Latn",
38
+ "bug_Latn",
39
+ "bul_Cyrl",
40
+ "cat_Latn",
41
+ "ceb_Latn",
42
+ "ces_Latn",
43
+ "cjk_Latn",
44
+ "ckb_Arab",
45
+ "crh_Latn",
46
+ "cym_Latn",
47
+ "dan_Latn",
48
+ "deu_Latn",
49
+ "dik_Latn",
50
+ "dyu_Latn",
51
+ "dzo_Tibt",
52
+ "ell_Grek",
53
+ "eng_Latn",
54
+ "epo_Latn",
55
+ "est_Latn",
56
+ "eus_Latn",
57
+ "ewe_Latn",
58
+ "fao_Latn",
59
+ "pes_Arab",
60
+ "fij_Latn",
61
+ "fin_Latn",
62
+ "fon_Latn",
63
+ "fra_Latn",
64
+ "fur_Latn",
65
+ "fuv_Latn",
66
+ "gla_Latn",
67
+ "gle_Latn",
68
+ "glg_Latn",
69
+ "grn_Latn",
70
+ "guj_Gujr",
71
+ "hat_Latn",
72
+ "hau_Latn",
73
+ "heb_Hebr",
74
+ "hin_Deva",
75
+ "hne_Deva",
76
+ "hrv_Latn",
77
+ "hun_Latn",
78
+ "hye_Armn",
79
+ "ibo_Latn",
80
+ "ilo_Latn",
81
+ "ind_Latn",
82
+ "isl_Latn",
83
+ "ita_Latn",
84
+ "jav_Latn",
85
+ "jpn_Jpan",
86
+ "kab_Latn",
87
+ "kac_Latn",
88
+ "kam_Latn",
89
+ "kan_Knda",
90
+ "kas_Arab",
91
+ "kas_Deva",
92
+ "kat_Geor",
93
+ "knc_Arab",
94
+ "knc_Latn",
95
+ "kaz_Cyrl",
96
+ "kbp_Latn",
97
+ "kea_Latn",
98
+ "khm_Khmr",
99
+ "kik_Latn",
100
+ "kin_Latn",
101
+ "kir_Cyrl",
102
+ "kmb_Latn",
103
+ "kon_Latn",
104
+ "kor_Hang",
105
+ "kmr_Latn",
106
+ "lao_Laoo",
107
+ "lvs_Latn",
108
+ "lij_Latn",
109
+ "lim_Latn",
110
+ "lin_Latn",
111
+ "lit_Latn",
112
+ "lmo_Latn",
113
+ "ltg_Latn",
114
+ "ltz_Latn",
115
+ "lua_Latn",
116
+ "lug_Latn",
117
+ "luo_Latn",
118
+ "lus_Latn",
119
+ "mag_Deva",
120
+ "mai_Deva",
121
+ "mal_Mlym",
122
+ "mar_Deva",
123
+ "min_Latn",
124
+ "mkd_Cyrl",
125
+ "plt_Latn",
126
+ "mlt_Latn",
127
+ "mni_Beng",
128
+ "khk_Cyrl",
129
+ "mos_Latn",
130
+ "mri_Latn",
131
+ "zsm_Latn",
132
+ "mya_Mymr",
133
+ "nld_Latn",
134
+ "nno_Latn",
135
+ "nob_Latn",
136
+ "npi_Deva",
137
+ "nso_Latn",
138
+ "nus_Latn",
139
+ "nya_Latn",
140
+ "oci_Latn",
141
+ "gaz_Latn",
142
+ "ory_Orya",
143
+ "pag_Latn",
144
+ "pan_Guru",
145
+ "pap_Latn",
146
+ "pol_Latn",
147
+ "por_Latn",
148
+ "prs_Arab",
149
+ "pbt_Arab",
150
+ "quy_Latn",
151
+ "ron_Latn",
152
+ "run_Latn",
153
+ "rus_Cyrl",
154
+ "sag_Latn",
155
+ "san_Deva",
156
+ "sat_Beng",
157
+ "scn_Latn",
158
+ "shn_Mymr",
159
+ "sin_Sinh",
160
+ "slk_Latn",
161
+ "slv_Latn",
162
+ "smo_Latn",
163
+ "sna_Latn",
164
+ "snd_Arab",
165
+ "som_Latn",
166
+ "sot_Latn",
167
+ "spa_Latn",
168
+ "als_Latn",
169
+ "srd_Latn",
170
+ "srp_Cyrl",
171
+ "ssw_Latn",
172
+ "sun_Latn",
173
+ "swe_Latn",
174
+ "swh_Latn",
175
+ "szl_Latn",
176
+ "tam_Taml",
177
+ "tat_Cyrl",
178
+ "tel_Telu",
179
+ "tgk_Cyrl",
180
+ "tgl_Latn",
181
+ "tha_Thai",
182
+ "tir_Ethi",
183
+ "taq_Latn",
184
+ "taq_Tfng",
185
+ "tpi_Latn",
186
+ "tsn_Latn",
187
+ "tso_Latn",
188
+ "tuk_Latn",
189
+ "tum_Latn",
190
+ "tur_Latn",
191
+ "twi_Latn",
192
+ "tzm_Tfng",
193
+ "uig_Arab",
194
+ "ukr_Cyrl",
195
+ "umb_Latn",
196
+ "urd_Arab",
197
+ "uzn_Latn",
198
+ "vec_Latn",
199
+ "vie_Latn",
200
+ "war_Latn",
201
+ "wol_Latn",
202
+ "xho_Latn",
203
+ "ydd_Hebr",
204
+ "yor_Latn",
205
+ "yue_Hant",
206
+ "zho_Hans",
207
+ "zho_Hant",
208
+ "zul_Latn"
209
+ ],
210
+ "is_local": false,
211
+ "legacy_behaviour": false,
212
+ "mask_token": "<mask>",
213
+ "model_max_length": 1024,
214
+ "pad_token": "<pad>",
215
+ "sep_token": "</s>",
216
+ "sp_model_kwargs": {},
217
+ "src_lang": "swh_Latn",
218
+ "tgt_lang": "luo_Latn",
219
+ "tokenizer_class": "NllbTokenizer",
220
+ "unk_token": "<unk>"
221
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f19628ee92b5180a9cc31951c8fccf29ae0458a06ca5528130d87ee90b48ba20
3
+ size 5329