Upload folder using huggingface_hub
Browse files- README.md +204 -0
- adapter_config.json +29 -0
- adapter_model.bin +3 -0
- qwen.tiktoken +0 -0
- special_tokens_map.json +3 -0
- tokenizer_config.json +12 -0
- trainer_state.json +268 -0
- training_args.bin +3 -0
README.md
ADDED
|
@@ -0,0 +1,204 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: peft
|
| 3 |
+
base_model: Qwen/Qwen-VL-Chat
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Model Card for Model ID
|
| 7 |
+
|
| 8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
## Model Details
|
| 13 |
+
|
| 14 |
+
### Model Description
|
| 15 |
+
|
| 16 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
- **Developed by:** [More Information Needed]
|
| 21 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 22 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 23 |
+
- **Model type:** [More Information Needed]
|
| 24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 25 |
+
- **License:** [More Information Needed]
|
| 26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 27 |
+
|
| 28 |
+
### Model Sources [optional]
|
| 29 |
+
|
| 30 |
+
<!-- Provide the basic links for the model. -->
|
| 31 |
+
|
| 32 |
+
- **Repository:** [More Information Needed]
|
| 33 |
+
- **Paper [optional]:** [More Information Needed]
|
| 34 |
+
- **Demo [optional]:** [More Information Needed]
|
| 35 |
+
|
| 36 |
+
## Uses
|
| 37 |
+
|
| 38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 39 |
+
|
| 40 |
+
### Direct Use
|
| 41 |
+
|
| 42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 43 |
+
|
| 44 |
+
[More Information Needed]
|
| 45 |
+
|
| 46 |
+
### Downstream Use [optional]
|
| 47 |
+
|
| 48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 49 |
+
|
| 50 |
+
[More Information Needed]
|
| 51 |
+
|
| 52 |
+
### Out-of-Scope Use
|
| 53 |
+
|
| 54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 55 |
+
|
| 56 |
+
[More Information Needed]
|
| 57 |
+
|
| 58 |
+
## Bias, Risks, and Limitations
|
| 59 |
+
|
| 60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 61 |
+
|
| 62 |
+
[More Information Needed]
|
| 63 |
+
|
| 64 |
+
### Recommendations
|
| 65 |
+
|
| 66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 67 |
+
|
| 68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 69 |
+
|
| 70 |
+
## How to Get Started with the Model
|
| 71 |
+
|
| 72 |
+
Use the code below to get started with the model.
|
| 73 |
+
|
| 74 |
+
[More Information Needed]
|
| 75 |
+
|
| 76 |
+
## Training Details
|
| 77 |
+
|
| 78 |
+
### Training Data
|
| 79 |
+
|
| 80 |
+
<!-- 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. -->
|
| 81 |
+
|
| 82 |
+
[More Information Needed]
|
| 83 |
+
|
| 84 |
+
### Training Procedure
|
| 85 |
+
|
| 86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 87 |
+
|
| 88 |
+
#### Preprocessing [optional]
|
| 89 |
+
|
| 90 |
+
[More Information Needed]
|
| 91 |
+
|
| 92 |
+
|
| 93 |
+
#### Training Hyperparameters
|
| 94 |
+
|
| 95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 96 |
+
|
| 97 |
+
#### Speeds, Sizes, Times [optional]
|
| 98 |
+
|
| 99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 100 |
+
|
| 101 |
+
[More Information Needed]
|
| 102 |
+
|
| 103 |
+
## Evaluation
|
| 104 |
+
|
| 105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 106 |
+
|
| 107 |
+
### Testing Data, Factors & Metrics
|
| 108 |
+
|
| 109 |
+
#### Testing Data
|
| 110 |
+
|
| 111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 112 |
+
|
| 113 |
+
[More Information Needed]
|
| 114 |
+
|
| 115 |
+
#### Factors
|
| 116 |
+
|
| 117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 118 |
+
|
| 119 |
+
[More Information Needed]
|
| 120 |
+
|
| 121 |
+
#### Metrics
|
| 122 |
+
|
| 123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 124 |
+
|
| 125 |
+
[More Information Needed]
|
| 126 |
+
|
| 127 |
+
### Results
|
| 128 |
+
|
| 129 |
+
[More Information Needed]
|
| 130 |
+
|
| 131 |
+
#### Summary
|
| 132 |
+
|
| 133 |
+
|
| 134 |
+
|
| 135 |
+
## Model Examination [optional]
|
| 136 |
+
|
| 137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 138 |
+
|
| 139 |
+
[More Information Needed]
|
| 140 |
+
|
| 141 |
+
## Environmental Impact
|
| 142 |
+
|
| 143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 144 |
+
|
| 145 |
+
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).
|
| 146 |
+
|
| 147 |
+
- **Hardware Type:** [More Information Needed]
|
| 148 |
+
- **Hours used:** [More Information Needed]
|
| 149 |
+
- **Cloud Provider:** [More Information Needed]
|
| 150 |
+
- **Compute Region:** [More Information Needed]
|
| 151 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 152 |
+
|
| 153 |
+
## Technical Specifications [optional]
|
| 154 |
+
|
| 155 |
+
### Model Architecture and Objective
|
| 156 |
+
|
| 157 |
+
[More Information Needed]
|
| 158 |
+
|
| 159 |
+
### Compute Infrastructure
|
| 160 |
+
|
| 161 |
+
[More Information Needed]
|
| 162 |
+
|
| 163 |
+
#### Hardware
|
| 164 |
+
|
| 165 |
+
[More Information Needed]
|
| 166 |
+
|
| 167 |
+
#### Software
|
| 168 |
+
|
| 169 |
+
[More Information Needed]
|
| 170 |
+
|
| 171 |
+
## Citation [optional]
|
| 172 |
+
|
| 173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 174 |
+
|
| 175 |
+
**BibTeX:**
|
| 176 |
+
|
| 177 |
+
[More Information Needed]
|
| 178 |
+
|
| 179 |
+
**APA:**
|
| 180 |
+
|
| 181 |
+
[More Information Needed]
|
| 182 |
+
|
| 183 |
+
## Glossary [optional]
|
| 184 |
+
|
| 185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 186 |
+
|
| 187 |
+
[More Information Needed]
|
| 188 |
+
|
| 189 |
+
## More Information [optional]
|
| 190 |
+
|
| 191 |
+
[More Information Needed]
|
| 192 |
+
|
| 193 |
+
## Model Card Authors [optional]
|
| 194 |
+
|
| 195 |
+
[More Information Needed]
|
| 196 |
+
|
| 197 |
+
## Model Card Contact
|
| 198 |
+
|
| 199 |
+
[More Information Needed]
|
| 200 |
+
|
| 201 |
+
|
| 202 |
+
### Framework versions
|
| 203 |
+
|
| 204 |
+
- PEFT 0.8.2
|
adapter_config.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "Qwen/Qwen-VL-Chat",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"fan_in_fan_out": false,
|
| 7 |
+
"inference_mode": true,
|
| 8 |
+
"init_lora_weights": true,
|
| 9 |
+
"layers_pattern": null,
|
| 10 |
+
"layers_to_transform": null,
|
| 11 |
+
"loftq_config": {},
|
| 12 |
+
"lora_alpha": 16,
|
| 13 |
+
"lora_dropout": 0.05,
|
| 14 |
+
"megatron_config": null,
|
| 15 |
+
"megatron_core": "megatron.core",
|
| 16 |
+
"modules_to_save": null,
|
| 17 |
+
"peft_type": "LORA",
|
| 18 |
+
"r": 64,
|
| 19 |
+
"rank_pattern": {},
|
| 20 |
+
"revision": null,
|
| 21 |
+
"target_modules": [
|
| 22 |
+
"w1",
|
| 23 |
+
"w2",
|
| 24 |
+
"attn.c_proj",
|
| 25 |
+
"c_attn"
|
| 26 |
+
],
|
| 27 |
+
"task_type": "CAUSAL_LM",
|
| 28 |
+
"use_rslora": false
|
| 29 |
+
}
|
adapter_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04a4823e398144b4b6dbe1427a58a91a6340756cc9dbf040cf9b7bbf4f76e2c4
|
| 3 |
+
size 224482573
|
qwen.tiktoken
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"pad_token": "<|endoftext|>"
|
| 3 |
+
}
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"auto_map": {
|
| 3 |
+
"AutoTokenizer": [
|
| 4 |
+
"Qwen/Qwen-VL-Chat--tokenization_qwen.QWenTokenizer",
|
| 5 |
+
null
|
| 6 |
+
]
|
| 7 |
+
},
|
| 8 |
+
"clean_up_tokenization_spaces": true,
|
| 9 |
+
"model_max_length": 1024,
|
| 10 |
+
"padding_side": "right",
|
| 11 |
+
"tokenizer_class": "QWenTokenizer"
|
| 12 |
+
}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,268 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 2.909090909090909,
|
| 5 |
+
"eval_steps": 2,
|
| 6 |
+
"global_step": 24,
|
| 7 |
+
"is_hyper_param_search": false,
|
| 8 |
+
"is_local_process_zero": true,
|
| 9 |
+
"is_world_process_zero": true,
|
| 10 |
+
"log_history": [
|
| 11 |
+
{
|
| 12 |
+
"epoch": 0.12,
|
| 13 |
+
"learning_rate": 0.0001,
|
| 14 |
+
"loss": 1.1004,
|
| 15 |
+
"step": 1
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"epoch": 0.24,
|
| 19 |
+
"learning_rate": 9.953429730181653e-05,
|
| 20 |
+
"loss": 1.0779,
|
| 21 |
+
"step": 2
|
| 22 |
+
},
|
| 23 |
+
{
|
| 24 |
+
"epoch": 0.24,
|
| 25 |
+
"eval_loss": 0.9501686692237854,
|
| 26 |
+
"eval_runtime": 200.0322,
|
| 27 |
+
"eval_samples_per_second": 1.97,
|
| 28 |
+
"eval_steps_per_second": 1.97,
|
| 29 |
+
"step": 2
|
| 30 |
+
},
|
| 31 |
+
{
|
| 32 |
+
"epoch": 0.36,
|
| 33 |
+
"learning_rate": 9.814586436738998e-05,
|
| 34 |
+
"loss": 0.9914,
|
| 35 |
+
"step": 3
|
| 36 |
+
},
|
| 37 |
+
{
|
| 38 |
+
"epoch": 0.48,
|
| 39 |
+
"learning_rate": 9.586056507527266e-05,
|
| 40 |
+
"loss": 1.0335,
|
| 41 |
+
"step": 4
|
| 42 |
+
},
|
| 43 |
+
{
|
| 44 |
+
"epoch": 0.48,
|
| 45 |
+
"eval_loss": 0.923614501953125,
|
| 46 |
+
"eval_runtime": 198.7457,
|
| 47 |
+
"eval_samples_per_second": 1.982,
|
| 48 |
+
"eval_steps_per_second": 1.982,
|
| 49 |
+
"step": 4
|
| 50 |
+
},
|
| 51 |
+
{
|
| 52 |
+
"epoch": 0.61,
|
| 53 |
+
"learning_rate": 9.272097022732443e-05,
|
| 54 |
+
"loss": 1.0181,
|
| 55 |
+
"step": 5
|
| 56 |
+
},
|
| 57 |
+
{
|
| 58 |
+
"epoch": 0.73,
|
| 59 |
+
"learning_rate": 8.8785564535221e-05,
|
| 60 |
+
"loss": 0.9396,
|
| 61 |
+
"step": 6
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"epoch": 0.73,
|
| 65 |
+
"eval_loss": 0.8758770227432251,
|
| 66 |
+
"eval_runtime": 198.4083,
|
| 67 |
+
"eval_samples_per_second": 1.986,
|
| 68 |
+
"eval_steps_per_second": 1.986,
|
| 69 |
+
"step": 6
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"epoch": 0.85,
|
| 73 |
+
"learning_rate": 8.412765716093272e-05,
|
| 74 |
+
"loss": 0.8945,
|
| 75 |
+
"step": 7
|
| 76 |
+
},
|
| 77 |
+
{
|
| 78 |
+
"epoch": 0.97,
|
| 79 |
+
"learning_rate": 7.883401610574336e-05,
|
| 80 |
+
"loss": 0.8626,
|
| 81 |
+
"step": 8
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"epoch": 0.97,
|
| 85 |
+
"eval_loss": 0.8385794162750244,
|
| 86 |
+
"eval_runtime": 198.5474,
|
| 87 |
+
"eval_samples_per_second": 1.984,
|
| 88 |
+
"eval_steps_per_second": 1.984,
|
| 89 |
+
"step": 8
|
| 90 |
+
},
|
| 91 |
+
{
|
| 92 |
+
"epoch": 1.09,
|
| 93 |
+
"learning_rate": 7.300325188655761e-05,
|
| 94 |
+
"loss": 0.9288,
|
| 95 |
+
"step": 9
|
| 96 |
+
},
|
| 97 |
+
{
|
| 98 |
+
"epoch": 1.21,
|
| 99 |
+
"learning_rate": 6.674398060854931e-05,
|
| 100 |
+
"loss": 0.851,
|
| 101 |
+
"step": 10
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 1.21,
|
| 105 |
+
"eval_loss": 0.8167327046394348,
|
| 106 |
+
"eval_runtime": 198.6633,
|
| 107 |
+
"eval_samples_per_second": 1.983,
|
| 108 |
+
"eval_steps_per_second": 1.983,
|
| 109 |
+
"step": 10
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"epoch": 1.33,
|
| 113 |
+
"learning_rate": 6.01728006526317e-05,
|
| 114 |
+
"loss": 0.9437,
|
| 115 |
+
"step": 11
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 1.45,
|
| 119 |
+
"learning_rate": 5.341212066823355e-05,
|
| 120 |
+
"loss": 0.7923,
|
| 121 |
+
"step": 12
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"epoch": 1.45,
|
| 125 |
+
"eval_loss": 0.8032552003860474,
|
| 126 |
+
"eval_runtime": 198.7596,
|
| 127 |
+
"eval_samples_per_second": 1.982,
|
| 128 |
+
"eval_steps_per_second": 1.982,
|
| 129 |
+
"step": 12
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 1.58,
|
| 133 |
+
"learning_rate": 4.658787933176646e-05,
|
| 134 |
+
"loss": 0.8178,
|
| 135 |
+
"step": 13
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"epoch": 1.7,
|
| 139 |
+
"learning_rate": 3.982719934736832e-05,
|
| 140 |
+
"loss": 0.9243,
|
| 141 |
+
"step": 14
|
| 142 |
+
},
|
| 143 |
+
{
|
| 144 |
+
"epoch": 1.7,
|
| 145 |
+
"eval_loss": 0.7937539219856262,
|
| 146 |
+
"eval_runtime": 198.5721,
|
| 147 |
+
"eval_samples_per_second": 1.984,
|
| 148 |
+
"eval_steps_per_second": 1.984,
|
| 149 |
+
"step": 14
|
| 150 |
+
},
|
| 151 |
+
{
|
| 152 |
+
"epoch": 1.82,
|
| 153 |
+
"learning_rate": 3.325601939145069e-05,
|
| 154 |
+
"loss": 0.8228,
|
| 155 |
+
"step": 15
|
| 156 |
+
},
|
| 157 |
+
{
|
| 158 |
+
"epoch": 1.94,
|
| 159 |
+
"learning_rate": 2.6996748113442394e-05,
|
| 160 |
+
"loss": 0.7204,
|
| 161 |
+
"step": 16
|
| 162 |
+
},
|
| 163 |
+
{
|
| 164 |
+
"epoch": 1.94,
|
| 165 |
+
"eval_loss": 0.7855896949768066,
|
| 166 |
+
"eval_runtime": 198.8281,
|
| 167 |
+
"eval_samples_per_second": 1.982,
|
| 168 |
+
"eval_steps_per_second": 1.982,
|
| 169 |
+
"step": 16
|
| 170 |
+
},
|
| 171 |
+
{
|
| 172 |
+
"epoch": 2.06,
|
| 173 |
+
"learning_rate": 2.1165983894256647e-05,
|
| 174 |
+
"loss": 0.7464,
|
| 175 |
+
"step": 17
|
| 176 |
+
},
|
| 177 |
+
{
|
| 178 |
+
"epoch": 2.18,
|
| 179 |
+
"learning_rate": 1.5872342839067306e-05,
|
| 180 |
+
"loss": 0.8133,
|
| 181 |
+
"step": 18
|
| 182 |
+
},
|
| 183 |
+
{
|
| 184 |
+
"epoch": 2.18,
|
| 185 |
+
"eval_loss": 0.7796281576156616,
|
| 186 |
+
"eval_runtime": 198.8105,
|
| 187 |
+
"eval_samples_per_second": 1.982,
|
| 188 |
+
"eval_steps_per_second": 1.982,
|
| 189 |
+
"step": 18
|
| 190 |
+
},
|
| 191 |
+
{
|
| 192 |
+
"epoch": 2.3,
|
| 193 |
+
"learning_rate": 1.1214435464779006e-05,
|
| 194 |
+
"loss": 0.7889,
|
| 195 |
+
"step": 19
|
| 196 |
+
},
|
| 197 |
+
{
|
| 198 |
+
"epoch": 2.42,
|
| 199 |
+
"learning_rate": 7.2790297726755716e-06,
|
| 200 |
+
"loss": 0.8084,
|
| 201 |
+
"step": 20
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"epoch": 2.42,
|
| 205 |
+
"eval_loss": 0.7759197950363159,
|
| 206 |
+
"eval_runtime": 199.2508,
|
| 207 |
+
"eval_samples_per_second": 1.977,
|
| 208 |
+
"eval_steps_per_second": 1.977,
|
| 209 |
+
"step": 20
|
| 210 |
+
},
|
| 211 |
+
{
|
| 212 |
+
"epoch": 2.55,
|
| 213 |
+
"learning_rate": 4.139434924727359e-06,
|
| 214 |
+
"loss": 0.7555,
|
| 215 |
+
"step": 21
|
| 216 |
+
},
|
| 217 |
+
{
|
| 218 |
+
"epoch": 2.67,
|
| 219 |
+
"learning_rate": 1.8541356326100433e-06,
|
| 220 |
+
"loss": 0.8306,
|
| 221 |
+
"step": 22
|
| 222 |
+
},
|
| 223 |
+
{
|
| 224 |
+
"epoch": 2.67,
|
| 225 |
+
"eval_loss": 0.774889349937439,
|
| 226 |
+
"eval_runtime": 198.8018,
|
| 227 |
+
"eval_samples_per_second": 1.982,
|
| 228 |
+
"eval_steps_per_second": 1.982,
|
| 229 |
+
"step": 22
|
| 230 |
+
},
|
| 231 |
+
{
|
| 232 |
+
"epoch": 2.79,
|
| 233 |
+
"learning_rate": 4.6570269818346224e-07,
|
| 234 |
+
"loss": 0.8286,
|
| 235 |
+
"step": 23
|
| 236 |
+
},
|
| 237 |
+
{
|
| 238 |
+
"epoch": 2.91,
|
| 239 |
+
"learning_rate": 0.0,
|
| 240 |
+
"loss": 0.8494,
|
| 241 |
+
"step": 24
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"epoch": 2.91,
|
| 245 |
+
"eval_loss": 0.7748062014579773,
|
| 246 |
+
"eval_runtime": 198.7386,
|
| 247 |
+
"eval_samples_per_second": 1.983,
|
| 248 |
+
"eval_steps_per_second": 1.983,
|
| 249 |
+
"step": 24
|
| 250 |
+
},
|
| 251 |
+
{
|
| 252 |
+
"epoch": 2.91,
|
| 253 |
+
"step": 24,
|
| 254 |
+
"total_flos": 6.451525496655053e+16,
|
| 255 |
+
"train_loss": 0.880849632124106,
|
| 256 |
+
"train_runtime": 3685.2277,
|
| 257 |
+
"train_samples_per_second": 0.321,
|
| 258 |
+
"train_steps_per_second": 0.007
|
| 259 |
+
}
|
| 260 |
+
],
|
| 261 |
+
"logging_steps": 1.0,
|
| 262 |
+
"max_steps": 24,
|
| 263 |
+
"num_train_epochs": 3,
|
| 264 |
+
"save_steps": 3,
|
| 265 |
+
"total_flos": 6.451525496655053e+16,
|
| 266 |
+
"trial_name": null,
|
| 267 |
+
"trial_params": null
|
| 268 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f7c1715db0ebc5c29b072123dbe3e5256d7889c0689b8a77e54902c51d3d4b3
|
| 3 |
+
size 4219
|