Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +5 -0
- README.md +206 -0
- adapter_config.json +43 -0
- adapter_model.safetensors +3 -0
- all_results.json +16 -0
- checkpoint-2000/README.md +206 -0
- checkpoint-2000/adapter_config.json +43 -0
- checkpoint-2000/adapter_model.safetensors +3 -0
- checkpoint-2000/optimizer.pt +3 -0
- checkpoint-2000/rng_state.pth +3 -0
- checkpoint-2000/scaler.pt +3 -0
- checkpoint-2000/scheduler.pt +3 -0
- checkpoint-2000/tokenizer.json +3 -0
- checkpoint-2000/tokenizer_config.json +221 -0
- checkpoint-2000/trainer_state.json +62 -0
- checkpoint-2000/training_args.bin +3 -0
- checkpoint-4000/README.md +206 -0
- checkpoint-4000/adapter_config.json +43 -0
- checkpoint-4000/adapter_model.safetensors +3 -0
- checkpoint-4000/optimizer.pt +3 -0
- checkpoint-4000/rng_state.pth +3 -0
- checkpoint-4000/scaler.pt +3 -0
- checkpoint-4000/scheduler.pt +3 -0
- checkpoint-4000/tokenizer.json +3 -0
- checkpoint-4000/tokenizer_config.json +221 -0
- checkpoint-4000/trainer_state.json +90 -0
- checkpoint-4000/training_args.bin +3 -0
- checkpoint-6000/README.md +206 -0
- checkpoint-6000/adapter_config.json +43 -0
- checkpoint-6000/adapter_model.safetensors +3 -0
- checkpoint-6000/optimizer.pt +3 -0
- checkpoint-6000/rng_state.pth +3 -0
- checkpoint-6000/scaler.pt +3 -0
- checkpoint-6000/scheduler.pt +3 -0
- checkpoint-6000/tokenizer.json +3 -0
- checkpoint-6000/tokenizer_config.json +221 -0
- checkpoint-6000/trainer_state.json +118 -0
- checkpoint-6000/training_args.bin +3 -0
- checkpoint-7660/README.md +206 -0
- checkpoint-7660/adapter_config.json +43 -0
- checkpoint-7660/adapter_model.safetensors +3 -0
- checkpoint-7660/optimizer.pt +3 -0
- checkpoint-7660/rng_state.pth +3 -0
- checkpoint-7660/scaler.pt +3 -0
- checkpoint-7660/scheduler.pt +3 -0
- checkpoint-7660/tokenizer.json +3 -0
- checkpoint-7660/tokenizer_config.json +221 -0
- checkpoint-7660/trainer_state.json +139 -0
- checkpoint-7660/training_args.bin +3 -0
- eval_results.json +10 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,8 @@ 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 |
+
checkpoint-2000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
checkpoint-4000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
checkpoint-6000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
checkpoint-7660/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
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,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": 32,
|
| 20 |
+
"lora_bias": false,
|
| 21 |
+
"lora_dropout": 0.1,
|
| 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 |
+
"q_proj",
|
| 33 |
+
"k_proj",
|
| 34 |
+
"v_proj",
|
| 35 |
+
"out_proj"
|
| 36 |
+
],
|
| 37 |
+
"target_parameters": null,
|
| 38 |
+
"task_type": "SEQ_2_SEQ_LM",
|
| 39 |
+
"trainable_token_indices": null,
|
| 40 |
+
"use_dora": false,
|
| 41 |
+
"use_qalora": false,
|
| 42 |
+
"use_rslora": false
|
| 43 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3ec7fef7a4f64e43bdddac28698d494f527a557dfa534423c14105e21e1e09f
|
| 3 |
+
size 18915448
|
all_results.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 10.0,
|
| 3 |
+
"eval_avg_bleu": 17.9615,
|
| 4 |
+
"eval_gen_len": 27.0366,
|
| 5 |
+
"eval_loss": 3.2015554904937744,
|
| 6 |
+
"eval_runtime": 1365.8728,
|
| 7 |
+
"eval_samples": 10370,
|
| 8 |
+
"eval_samples_per_second": 7.592,
|
| 9 |
+
"eval_steps_per_second": 0.95,
|
| 10 |
+
"total_flos": 1.7418239852347392e+17,
|
| 11 |
+
"train_loss": 6.09080462343699,
|
| 12 |
+
"train_runtime": 4841.9523,
|
| 13 |
+
"train_samples": 98002,
|
| 14 |
+
"train_samples_per_second": 202.402,
|
| 15 |
+
"train_steps_per_second": 1.582
|
| 16 |
+
}
|
checkpoint-2000/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
|
checkpoint-2000/adapter_config.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": 32,
|
| 20 |
+
"lora_bias": false,
|
| 21 |
+
"lora_dropout": 0.1,
|
| 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 |
+
"q_proj",
|
| 33 |
+
"k_proj",
|
| 34 |
+
"v_proj",
|
| 35 |
+
"out_proj"
|
| 36 |
+
],
|
| 37 |
+
"target_parameters": null,
|
| 38 |
+
"task_type": "SEQ_2_SEQ_LM",
|
| 39 |
+
"trainable_token_indices": null,
|
| 40 |
+
"use_dora": false,
|
| 41 |
+
"use_qalora": false,
|
| 42 |
+
"use_rslora": false
|
| 43 |
+
}
|
checkpoint-2000/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:087dbdf4c4db25b0d1407f23aa0dfd65470ae17d1daff83c9013aa6a77c38766
|
| 3 |
+
size 18915448
|
checkpoint-2000/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e2284df9e5baa2148e6300a32ecbe0488b16dc484195420776f752369daa484
|
| 3 |
+
size 37994827
|
checkpoint-2000/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e2dd098f6b6ad27bb7d64c7603de631de8f071e2194316f23f584c9a64f6830e
|
| 3 |
+
size 14645
|
checkpoint-2000/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4aa03f6e0cd07cf67ce1fbe3101d545f5771ef9148b9debf02b11cf6948da5c
|
| 3 |
+
size 1383
|
checkpoint-2000/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a62e1267aa0ef8a20b68e2dd84c15835036bb5edf21cbfb6fbc855c2d34b11a
|
| 3 |
+
size 1465
|
checkpoint-2000/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b3be18cc91c94d4a1d83731ace4dac0b90a7db024edecdeb9fe7d19ec01ce901
|
| 3 |
+
size 32240136
|
checkpoint-2000/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": "eng_Latn",
|
| 218 |
+
"tgt_lang": null,
|
| 219 |
+
"tokenizer_class": "NllbTokenizer",
|
| 220 |
+
"unk_token": "<unk>"
|
| 221 |
+
}
|
checkpoint-2000/trainer_state.json
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 2.6111655239960823,
|
| 6 |
+
"eval_steps": 500.0,
|
| 7 |
+
"global_step": 2000,
|
| 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.6529546196539341,
|
| 14 |
+
"grad_norm": 0.2742629051208496,
|
| 15 |
+
"learning_rate": 0.0001996,
|
| 16 |
+
"loss": 8.915619140625,
|
| 17 |
+
"step": 500
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 1.3055827619980411,
|
| 21 |
+
"grad_norm": 0.3224039077758789,
|
| 22 |
+
"learning_rate": 0.0001860614525139665,
|
| 23 |
+
"loss": 7.01044482421875,
|
| 24 |
+
"step": 1000
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 1.958537381651975,
|
| 28 |
+
"grad_norm": 0.33685654401779175,
|
| 29 |
+
"learning_rate": 0.0001720949720670391,
|
| 30 |
+
"loss": 6.59273095703125,
|
| 31 |
+
"step": 1500
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 2.6111655239960823,
|
| 35 |
+
"grad_norm": 0.3674958050251007,
|
| 36 |
+
"learning_rate": 0.00015812849162011173,
|
| 37 |
+
"loss": 6.29274072265625,
|
| 38 |
+
"step": 2000
|
| 39 |
+
}
|
| 40 |
+
],
|
| 41 |
+
"logging_steps": 500,
|
| 42 |
+
"max_steps": 7660,
|
| 43 |
+
"num_input_tokens_seen": 0,
|
| 44 |
+
"num_train_epochs": 10,
|
| 45 |
+
"save_steps": 2000,
|
| 46 |
+
"stateful_callbacks": {
|
| 47 |
+
"TrainerControl": {
|
| 48 |
+
"args": {
|
| 49 |
+
"should_epoch_stop": false,
|
| 50 |
+
"should_evaluate": false,
|
| 51 |
+
"should_log": false,
|
| 52 |
+
"should_save": true,
|
| 53 |
+
"should_training_stop": false
|
| 54 |
+
},
|
| 55 |
+
"attributes": {}
|
| 56 |
+
}
|
| 57 |
+
},
|
| 58 |
+
"total_flos": 4.539285061828608e+16,
|
| 59 |
+
"train_batch_size": 32,
|
| 60 |
+
"trial_name": null,
|
| 61 |
+
"trial_params": null
|
| 62 |
+
}
|
checkpoint-2000/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a6d1c19f6ebf39abcf1ea1f27d5232df90871be7195da4d231b7063e680a6d2
|
| 3 |
+
size 5393
|
checkpoint-4000/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
|
checkpoint-4000/adapter_config.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": 32,
|
| 20 |
+
"lora_bias": false,
|
| 21 |
+
"lora_dropout": 0.1,
|
| 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 |
+
"q_proj",
|
| 33 |
+
"k_proj",
|
| 34 |
+
"v_proj",
|
| 35 |
+
"out_proj"
|
| 36 |
+
],
|
| 37 |
+
"target_parameters": null,
|
| 38 |
+
"task_type": "SEQ_2_SEQ_LM",
|
| 39 |
+
"trainable_token_indices": null,
|
| 40 |
+
"use_dora": false,
|
| 41 |
+
"use_qalora": false,
|
| 42 |
+
"use_rslora": false
|
| 43 |
+
}
|
checkpoint-4000/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fe3b2c52607580bcace81761a9669c4f12df59d0778e6616d63d6dd2394ff880
|
| 3 |
+
size 18915448
|
checkpoint-4000/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:858db816db7747cc78282b6a9e766ec1e8040532cc59b29860d93e0306756d9d
|
| 3 |
+
size 37994827
|
checkpoint-4000/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d0704d1c4f31331ae1c075d085507c897e72c841fe221366cc9f8e66748dc0dd
|
| 3 |
+
size 14645
|
checkpoint-4000/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c0033c7745b46bdca3ecab5787678834ca68f7f7e1288869dceeb38812abc253
|
| 3 |
+
size 1383
|
checkpoint-4000/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f71ed2c4cf886b72311c02869d9658e54e21943eed4dd29ff8ee65b30a6bbfb
|
| 3 |
+
size 1465
|
checkpoint-4000/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b3be18cc91c94d4a1d83731ace4dac0b90a7db024edecdeb9fe7d19ec01ce901
|
| 3 |
+
size 32240136
|
checkpoint-4000/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": "eng_Latn",
|
| 218 |
+
"tgt_lang": null,
|
| 219 |
+
"tokenizer_class": "NllbTokenizer",
|
| 220 |
+
"unk_token": "<unk>"
|
| 221 |
+
}
|
checkpoint-4000/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": 5.222004570682338,
|
| 6 |
+
"eval_steps": 500.0,
|
| 7 |
+
"global_step": 4000,
|
| 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.6529546196539341,
|
| 14 |
+
"grad_norm": 0.2742629051208496,
|
| 15 |
+
"learning_rate": 0.0001996,
|
| 16 |
+
"loss": 8.915619140625,
|
| 17 |
+
"step": 500
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 1.3055827619980411,
|
| 21 |
+
"grad_norm": 0.3224039077758789,
|
| 22 |
+
"learning_rate": 0.0001860614525139665,
|
| 23 |
+
"loss": 7.01044482421875,
|
| 24 |
+
"step": 1000
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 1.958537381651975,
|
| 28 |
+
"grad_norm": 0.33685654401779175,
|
| 29 |
+
"learning_rate": 0.0001720949720670391,
|
| 30 |
+
"loss": 6.59273095703125,
|
| 31 |
+
"step": 1500
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 2.6111655239960823,
|
| 35 |
+
"grad_norm": 0.3674958050251007,
|
| 36 |
+
"learning_rate": 0.00015812849162011173,
|
| 37 |
+
"loss": 6.29274072265625,
|
| 38 |
+
"step": 2000
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 3.2637936663401894,
|
| 42 |
+
"grad_norm": 0.381099671125412,
|
| 43 |
+
"learning_rate": 0.00014416201117318437,
|
| 44 |
+
"loss": 6.14118603515625,
|
| 45 |
+
"step": 2500
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 3.9167482859941236,
|
| 49 |
+
"grad_norm": 0.37459638714790344,
|
| 50 |
+
"learning_rate": 0.000130195530726257,
|
| 51 |
+
"loss": 6.01636474609375,
|
| 52 |
+
"step": 3000
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 4.569376428338231,
|
| 56 |
+
"grad_norm": 0.37941330671310425,
|
| 57 |
+
"learning_rate": 0.00011622905027932962,
|
| 58 |
+
"loss": 5.841765625,
|
| 59 |
+
"step": 3500
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 5.222004570682338,
|
| 63 |
+
"grad_norm": 0.37199151515960693,
|
| 64 |
+
"learning_rate": 0.00010226256983240223,
|
| 65 |
+
"loss": 5.79295166015625,
|
| 66 |
+
"step": 4000
|
| 67 |
+
}
|
| 68 |
+
],
|
| 69 |
+
"logging_steps": 500,
|
| 70 |
+
"max_steps": 7660,
|
| 71 |
+
"num_input_tokens_seen": 0,
|
| 72 |
+
"num_train_epochs": 10,
|
| 73 |
+
"save_steps": 2000,
|
| 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": 9.095538393808896e+16,
|
| 87 |
+
"train_batch_size": 32,
|
| 88 |
+
"trial_name": null,
|
| 89 |
+
"trial_params": null
|
| 90 |
+
}
|
checkpoint-4000/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a6d1c19f6ebf39abcf1ea1f27d5232df90871be7195da4d231b7063e680a6d2
|
| 3 |
+
size 5393
|
checkpoint-6000/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
|
checkpoint-6000/adapter_config.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": 32,
|
| 20 |
+
"lora_bias": false,
|
| 21 |
+
"lora_dropout": 0.1,
|
| 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 |
+
"q_proj",
|
| 33 |
+
"k_proj",
|
| 34 |
+
"v_proj",
|
| 35 |
+
"out_proj"
|
| 36 |
+
],
|
| 37 |
+
"target_parameters": null,
|
| 38 |
+
"task_type": "SEQ_2_SEQ_LM",
|
| 39 |
+
"trainable_token_indices": null,
|
| 40 |
+
"use_dora": false,
|
| 41 |
+
"use_qalora": false,
|
| 42 |
+
"use_rslora": false
|
| 43 |
+
}
|
checkpoint-6000/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be73a9ab3e68b8c988c51b12d0bff9cf1ae7740f0cd2eca349bb75d36f762b8f
|
| 3 |
+
size 18915448
|
checkpoint-6000/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4cf20131545b3963cf2c20c63ca64bd8b1e3765011ae8bf7d26d26eccacafdcf
|
| 3 |
+
size 37994827
|
checkpoint-6000/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b25bb0b1000dccc194e2616bdf8068f0a388241df34e9d6c316915f67ce1c9cf
|
| 3 |
+
size 14645
|
checkpoint-6000/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5511d819bf796459e3041f09c8a721c8cdaf3fd8eaf5b89cb43e85b9bd8d1a93
|
| 3 |
+
size 1383
|
checkpoint-6000/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:739317057d8b68147e06519248b1e530572603bfd1194ed8b25e316d5c9514c7
|
| 3 |
+
size 1465
|
checkpoint-6000/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b3be18cc91c94d4a1d83731ace4dac0b90a7db024edecdeb9fe7d19ec01ce901
|
| 3 |
+
size 32240136
|
checkpoint-6000/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": "eng_Latn",
|
| 218 |
+
"tgt_lang": null,
|
| 219 |
+
"tokenizer_class": "NllbTokenizer",
|
| 220 |
+
"unk_token": "<unk>"
|
| 221 |
+
}
|
checkpoint-6000/trainer_state.json
ADDED
|
@@ -0,0 +1,118 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 7.83317009467842,
|
| 6 |
+
"eval_steps": 500.0,
|
| 7 |
+
"global_step": 6000,
|
| 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.6529546196539341,
|
| 14 |
+
"grad_norm": 0.2742629051208496,
|
| 15 |
+
"learning_rate": 0.0001996,
|
| 16 |
+
"loss": 8.915619140625,
|
| 17 |
+
"step": 500
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 1.3055827619980411,
|
| 21 |
+
"grad_norm": 0.3224039077758789,
|
| 22 |
+
"learning_rate": 0.0001860614525139665,
|
| 23 |
+
"loss": 7.01044482421875,
|
| 24 |
+
"step": 1000
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 1.958537381651975,
|
| 28 |
+
"grad_norm": 0.33685654401779175,
|
| 29 |
+
"learning_rate": 0.0001720949720670391,
|
| 30 |
+
"loss": 6.59273095703125,
|
| 31 |
+
"step": 1500
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 2.6111655239960823,
|
| 35 |
+
"grad_norm": 0.3674958050251007,
|
| 36 |
+
"learning_rate": 0.00015812849162011173,
|
| 37 |
+
"loss": 6.29274072265625,
|
| 38 |
+
"step": 2000
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 3.2637936663401894,
|
| 42 |
+
"grad_norm": 0.381099671125412,
|
| 43 |
+
"learning_rate": 0.00014416201117318437,
|
| 44 |
+
"loss": 6.14118603515625,
|
| 45 |
+
"step": 2500
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 3.9167482859941236,
|
| 49 |
+
"grad_norm": 0.37459638714790344,
|
| 50 |
+
"learning_rate": 0.000130195530726257,
|
| 51 |
+
"loss": 6.01636474609375,
|
| 52 |
+
"step": 3000
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 4.569376428338231,
|
| 56 |
+
"grad_norm": 0.37941330671310425,
|
| 57 |
+
"learning_rate": 0.00011622905027932962,
|
| 58 |
+
"loss": 5.841765625,
|
| 59 |
+
"step": 3500
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 5.222004570682338,
|
| 63 |
+
"grad_norm": 0.37199151515960693,
|
| 64 |
+
"learning_rate": 0.00010226256983240223,
|
| 65 |
+
"loss": 5.79295166015625,
|
| 66 |
+
"step": 4000
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 5.874959190336272,
|
| 70 |
+
"grad_norm": 0.3803079128265381,
|
| 71 |
+
"learning_rate": 8.829608938547486e-05,
|
| 72 |
+
"loss": 5.71527734375,
|
| 73 |
+
"step": 4500
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 6.527587332680379,
|
| 77 |
+
"grad_norm": 0.37484532594680786,
|
| 78 |
+
"learning_rate": 7.43296089385475e-05,
|
| 79 |
+
"loss": 5.6381220703125,
|
| 80 |
+
"step": 5000
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 7.180215475024486,
|
| 84 |
+
"grad_norm": 0.395292192697525,
|
| 85 |
+
"learning_rate": 6.036312849162011e-05,
|
| 86 |
+
"loss": 5.58549072265625,
|
| 87 |
+
"step": 5500
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 7.83317009467842,
|
| 91 |
+
"grad_norm": 0.4512353241443634,
|
| 92 |
+
"learning_rate": 4.6396648044692745e-05,
|
| 93 |
+
"loss": 5.5589013671875,
|
| 94 |
+
"step": 6000
|
| 95 |
+
}
|
| 96 |
+
],
|
| 97 |
+
"logging_steps": 500,
|
| 98 |
+
"max_steps": 7660,
|
| 99 |
+
"num_input_tokens_seen": 0,
|
| 100 |
+
"num_train_epochs": 10,
|
| 101 |
+
"save_steps": 2000,
|
| 102 |
+
"stateful_callbacks": {
|
| 103 |
+
"TrainerControl": {
|
| 104 |
+
"args": {
|
| 105 |
+
"should_epoch_stop": false,
|
| 106 |
+
"should_evaluate": false,
|
| 107 |
+
"should_log": false,
|
| 108 |
+
"should_save": true,
|
| 109 |
+
"should_training_stop": false
|
| 110 |
+
},
|
| 111 |
+
"attributes": {}
|
| 112 |
+
}
|
| 113 |
+
},
|
| 114 |
+
"total_flos": 1.3635056790798336e+17,
|
| 115 |
+
"train_batch_size": 32,
|
| 116 |
+
"trial_name": null,
|
| 117 |
+
"trial_params": null
|
| 118 |
+
}
|
checkpoint-6000/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a6d1c19f6ebf39abcf1ea1f27d5232df90871be7195da4d231b7063e680a6d2
|
| 3 |
+
size 5393
|
checkpoint-7660/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
|
checkpoint-7660/adapter_config.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": 32,
|
| 20 |
+
"lora_bias": false,
|
| 21 |
+
"lora_dropout": 0.1,
|
| 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 |
+
"q_proj",
|
| 33 |
+
"k_proj",
|
| 34 |
+
"v_proj",
|
| 35 |
+
"out_proj"
|
| 36 |
+
],
|
| 37 |
+
"target_parameters": null,
|
| 38 |
+
"task_type": "SEQ_2_SEQ_LM",
|
| 39 |
+
"trainable_token_indices": null,
|
| 40 |
+
"use_dora": false,
|
| 41 |
+
"use_qalora": false,
|
| 42 |
+
"use_rslora": false
|
| 43 |
+
}
|
checkpoint-7660/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3ec7fef7a4f64e43bdddac28698d494f527a557dfa534423c14105e21e1e09f
|
| 3 |
+
size 18915448
|
checkpoint-7660/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c8d1a2fc607131fe87bbb7283fc82fabdab945fb2948bd557ab8e7174b218941
|
| 3 |
+
size 37994827
|
checkpoint-7660/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0785716657a2320e94affda363ef6dd3ddbb22d189d2a6f543b8fb3bb7dcd30e
|
| 3 |
+
size 14645
|
checkpoint-7660/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:715411345558dfd4a409e78a653fdc66b0ae0a2679b0f9108b2ae550cbbcea74
|
| 3 |
+
size 1383
|
checkpoint-7660/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b89437689f44508704cc9d8dc8e385558bf2d486421e4cc5eb64fb3564f2b213
|
| 3 |
+
size 1465
|
checkpoint-7660/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b3be18cc91c94d4a1d83731ace4dac0b90a7db024edecdeb9fe7d19ec01ce901
|
| 3 |
+
size 32240136
|
checkpoint-7660/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": "eng_Latn",
|
| 218 |
+
"tgt_lang": null,
|
| 219 |
+
"tokenizer_class": "NllbTokenizer",
|
| 220 |
+
"unk_token": "<unk>"
|
| 221 |
+
}
|
checkpoint-7660/trainer_state.json
ADDED
|
@@ -0,0 +1,139 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 10.0,
|
| 6 |
+
"eval_steps": 500.0,
|
| 7 |
+
"global_step": 7660,
|
| 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.6529546196539341,
|
| 14 |
+
"grad_norm": 0.2742629051208496,
|
| 15 |
+
"learning_rate": 0.0001996,
|
| 16 |
+
"loss": 8.915619140625,
|
| 17 |
+
"step": 500
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 1.3055827619980411,
|
| 21 |
+
"grad_norm": 0.3224039077758789,
|
| 22 |
+
"learning_rate": 0.0001860614525139665,
|
| 23 |
+
"loss": 7.01044482421875,
|
| 24 |
+
"step": 1000
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 1.958537381651975,
|
| 28 |
+
"grad_norm": 0.33685654401779175,
|
| 29 |
+
"learning_rate": 0.0001720949720670391,
|
| 30 |
+
"loss": 6.59273095703125,
|
| 31 |
+
"step": 1500
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 2.6111655239960823,
|
| 35 |
+
"grad_norm": 0.3674958050251007,
|
| 36 |
+
"learning_rate": 0.00015812849162011173,
|
| 37 |
+
"loss": 6.29274072265625,
|
| 38 |
+
"step": 2000
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 3.2637936663401894,
|
| 42 |
+
"grad_norm": 0.381099671125412,
|
| 43 |
+
"learning_rate": 0.00014416201117318437,
|
| 44 |
+
"loss": 6.14118603515625,
|
| 45 |
+
"step": 2500
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 3.9167482859941236,
|
| 49 |
+
"grad_norm": 0.37459638714790344,
|
| 50 |
+
"learning_rate": 0.000130195530726257,
|
| 51 |
+
"loss": 6.01636474609375,
|
| 52 |
+
"step": 3000
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 4.569376428338231,
|
| 56 |
+
"grad_norm": 0.37941330671310425,
|
| 57 |
+
"learning_rate": 0.00011622905027932962,
|
| 58 |
+
"loss": 5.841765625,
|
| 59 |
+
"step": 3500
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 5.222004570682338,
|
| 63 |
+
"grad_norm": 0.37199151515960693,
|
| 64 |
+
"learning_rate": 0.00010226256983240223,
|
| 65 |
+
"loss": 5.79295166015625,
|
| 66 |
+
"step": 4000
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 5.874959190336272,
|
| 70 |
+
"grad_norm": 0.3803079128265381,
|
| 71 |
+
"learning_rate": 8.829608938547486e-05,
|
| 72 |
+
"loss": 5.71527734375,
|
| 73 |
+
"step": 4500
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 6.527587332680379,
|
| 77 |
+
"grad_norm": 0.37484532594680786,
|
| 78 |
+
"learning_rate": 7.43296089385475e-05,
|
| 79 |
+
"loss": 5.6381220703125,
|
| 80 |
+
"step": 5000
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 7.180215475024486,
|
| 84 |
+
"grad_norm": 0.395292192697525,
|
| 85 |
+
"learning_rate": 6.036312849162011e-05,
|
| 86 |
+
"loss": 5.58549072265625,
|
| 87 |
+
"step": 5500
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 7.83317009467842,
|
| 91 |
+
"grad_norm": 0.4512353241443634,
|
| 92 |
+
"learning_rate": 4.6396648044692745e-05,
|
| 93 |
+
"loss": 5.5589013671875,
|
| 94 |
+
"step": 6000
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 8.485798237022527,
|
| 98 |
+
"grad_norm": 0.4076979458332062,
|
| 99 |
+
"learning_rate": 3.2430167597765364e-05,
|
| 100 |
+
"loss": 5.5175244140625,
|
| 101 |
+
"step": 6500
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 9.138426379366633,
|
| 105 |
+
"grad_norm": 0.4094633162021637,
|
| 106 |
+
"learning_rate": 1.8463687150837993e-05,
|
| 107 |
+
"loss": 5.470318359375,
|
| 108 |
+
"step": 7000
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"epoch": 9.791380999020568,
|
| 112 |
+
"grad_norm": 0.4419861435890198,
|
| 113 |
+
"learning_rate": 4.497206703910615e-06,
|
| 114 |
+
"loss": 5.4800283203125,
|
| 115 |
+
"step": 7500
|
| 116 |
+
}
|
| 117 |
+
],
|
| 118 |
+
"logging_steps": 500,
|
| 119 |
+
"max_steps": 7660,
|
| 120 |
+
"num_input_tokens_seen": 0,
|
| 121 |
+
"num_train_epochs": 10,
|
| 122 |
+
"save_steps": 2000,
|
| 123 |
+
"stateful_callbacks": {
|
| 124 |
+
"TrainerControl": {
|
| 125 |
+
"args": {
|
| 126 |
+
"should_epoch_stop": false,
|
| 127 |
+
"should_evaluate": false,
|
| 128 |
+
"should_log": false,
|
| 129 |
+
"should_save": true,
|
| 130 |
+
"should_training_stop": true
|
| 131 |
+
},
|
| 132 |
+
"attributes": {}
|
| 133 |
+
}
|
| 134 |
+
},
|
| 135 |
+
"total_flos": 1.7418239852347392e+17,
|
| 136 |
+
"train_batch_size": 32,
|
| 137 |
+
"trial_name": null,
|
| 138 |
+
"trial_params": null
|
| 139 |
+
}
|
checkpoint-7660/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a6d1c19f6ebf39abcf1ea1f27d5232df90871be7195da4d231b7063e680a6d2
|
| 3 |
+
size 5393
|
eval_results.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 10.0,
|
| 3 |
+
"eval_avg_bleu": 17.9615,
|
| 4 |
+
"eval_gen_len": 27.0366,
|
| 5 |
+
"eval_loss": 3.2015554904937744,
|
| 6 |
+
"eval_runtime": 1365.8728,
|
| 7 |
+
"eval_samples": 10370,
|
| 8 |
+
"eval_samples_per_second": 7.592,
|
| 9 |
+
"eval_steps_per_second": 0.95
|
| 10 |
+
}
|