anthonymeo commited on
Commit
e824f6b
·
verified ·
1 Parent(s): 593c44f

Upload 4 files

Browse files
Files changed (4) hide show
  1. README.md +204 -0
  2. adapter_config.json +32 -0
  3. adapter_model.bin +3 -0
  4. xtuner_config.py +199 -0
README.md CHANGED
@@ -0,0 +1,204 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: internlm/internlm-7b
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,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "internlm/internlm-7b",
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.1,
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
+ "up_proj",
23
+ "gate_proj",
24
+ "o_proj",
25
+ "v_proj",
26
+ "down_proj",
27
+ "q_proj",
28
+ "k_proj"
29
+ ],
30
+ "task_type": "CAUSAL_LM",
31
+ "use_rslora": false
32
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e91e74ad4a3228701c8868d8e5c05ec74540bacb1e1aa6f64b209c0413b3b70a
3
+ size 319977229
xtuner_config.py ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (c) OpenMMLab. All rights reserved.
2
+ import torch
3
+ from datasets import load_dataset
4
+ from mmengine.config import read_base
5
+ from mmengine.dataset import DefaultSampler
6
+ from mmengine.hooks import (CheckpointHook, DistSamplerSeedHook, IterTimerHook,
7
+ LoggerHook, ParamSchedulerHook)
8
+ from mmengine.optim import AmpOptimWrapper, CosineAnnealingLR
9
+ from peft import LoraConfig
10
+ from torch.optim import AdamW
11
+ from transformers import (AutoModelForCausalLM, AutoTokenizer,
12
+ BitsAndBytesConfig)
13
+
14
+ from xtuner.dataset import process_hf_dataset
15
+ from xtuner.dataset.collate_fns import default_collate_fn
16
+ from xtuner.dataset.map_fns import template_map_fn_factory
17
+ from xtuner.engine.hooks import DatasetInfoHook, EvaluateChatHook
18
+ from xtuner.engine.runner import TrainLoop
19
+ from xtuner.model import SupervisedFinetune
20
+ from xtuner.utils import PROMPT_TEMPLATE
21
+
22
+ with read_base():
23
+ from .map_fn import multi_turn_2_map_fn as dataset_map_fn
24
+
25
+ #######################################################################
26
+ # PART 1 Settings #
27
+ #######################################################################
28
+ # Model
29
+ pretrained_model_name_or_path = 'internlm/internlm-7b'
30
+
31
+ # Data
32
+ data_path = './data.json'
33
+ prompt_template = PROMPT_TEMPLATE.default
34
+ max_length = 2048
35
+ pack_to_max_length = True
36
+
37
+ # Scheduler & Optimizer
38
+ batch_size = 1 # per_device
39
+ accumulative_counts = 16
40
+ dataloader_num_workers = 0
41
+ max_epochs = 3
42
+ optim_type = AdamW
43
+ lr = 2e-4
44
+ betas = (0.9, 0.999)
45
+ weight_decay = 0
46
+ max_norm = 1 # grad clip
47
+
48
+ # Save
49
+ save_steps = 500
50
+ save_total_limit = 2 # Maximum checkpoints to keep (-1 means unlimited)
51
+
52
+ # Evaluate the generation performance during the training
53
+ evaluation_freq = 500
54
+ SYSTEM = ''
55
+ evaluation_inputs = [
56
+ 'How many #12 THHN wires am i allowed to put in a 1" EMT conduit?', 'How far do i need to bury a 1/2" PVC conduit under a driveway?', 'How deep do i need to bury EMT conduit under a sidewalk?'
57
+ ]
58
+
59
+ #######################################################################
60
+ # PART 2 Model & Tokenizer #
61
+ #######################################################################
62
+ tokenizer = dict(
63
+ type=AutoTokenizer.from_pretrained,
64
+ pretrained_model_name_or_path=pretrained_model_name_or_path,
65
+ trust_remote_code=True,
66
+ padding_side='right')
67
+
68
+ model = dict(
69
+ type=SupervisedFinetune,
70
+ llm=dict(
71
+ type=AutoModelForCausalLM.from_pretrained,
72
+ pretrained_model_name_or_path=pretrained_model_name_or_path,
73
+ trust_remote_code=True,
74
+ torch_dtype=torch.float16,
75
+ quantization_config=dict(
76
+ type=BitsAndBytesConfig,
77
+ load_in_4bit=True,
78
+ load_in_8bit=False,
79
+ llm_int8_threshold=6.0,
80
+ llm_int8_has_fp16_weight=False,
81
+ bnb_4bit_compute_dtype=torch.float16,
82
+ bnb_4bit_use_double_quant=True,
83
+ bnb_4bit_quant_type='nf4')),
84
+ lora=dict(
85
+ type=LoraConfig,
86
+ r=64,
87
+ lora_alpha=16,
88
+ lora_dropout=0.1,
89
+ bias='none',
90
+ task_type='CAUSAL_LM'))
91
+
92
+ #######################################################################
93
+ # PART 3 Dataset & Dataloader #
94
+ #######################################################################
95
+ train_dataset = dict(
96
+ type=process_hf_dataset,
97
+ dataset=dict(
98
+ type=load_dataset, path='json', data_files=dict(train=data_path)),
99
+ tokenizer=tokenizer,
100
+ max_length=max_length,
101
+ dataset_map_fn=dataset_map_fn,
102
+ template_map_fn=dict(
103
+ type=template_map_fn_factory, template=prompt_template),
104
+ remove_unused_columns=True,
105
+ shuffle_before_pack=True,
106
+ pack_to_max_length=pack_to_max_length)
107
+
108
+ train_dataloader = dict(
109
+ batch_size=batch_size,
110
+ num_workers=dataloader_num_workers,
111
+ dataset=train_dataset,
112
+ sampler=dict(type=DefaultSampler, shuffle=True),
113
+ collate_fn=dict(type=default_collate_fn))
114
+
115
+ #######################################################################
116
+ # PART 4 Scheduler & Optimizer #
117
+ #######################################################################
118
+ # optimizer
119
+ optim_wrapper = dict(
120
+ type=AmpOptimWrapper,
121
+ optimizer=dict(
122
+ type=optim_type, lr=lr, betas=betas, weight_decay=weight_decay),
123
+ clip_grad=dict(max_norm=max_norm, error_if_nonfinite=False),
124
+ accumulative_counts=accumulative_counts,
125
+ loss_scale='dynamic',
126
+ dtype='float16')
127
+
128
+ # learning policy
129
+ # More information: https://github.com/open-mmlab/mmengine/blob/main/docs/en/tutorials/param_scheduler.md # noqa: E501
130
+ param_scheduler = dict(
131
+ type=CosineAnnealingLR,
132
+ eta_min=0.0,
133
+ by_epoch=True,
134
+ end=max_epochs,
135
+ convert_to_iter_based=True)
136
+
137
+ # train, val, test setting
138
+ train_cfg = dict(type=TrainLoop, max_epochs=max_epochs)
139
+
140
+ #######################################################################
141
+ # PART 5 Runtime #
142
+ #######################################################################
143
+ # Log the dialogue periodically during the training process, optional
144
+ custom_hooks = [
145
+ dict(type=DatasetInfoHook, tokenizer=tokenizer),
146
+ dict(
147
+ type=EvaluateChatHook,
148
+ tokenizer=tokenizer,
149
+ every_n_iters=evaluation_freq,
150
+ evaluation_inputs=evaluation_inputs,
151
+ system=SYSTEM,
152
+ prompt_template=prompt_template)
153
+ ]
154
+
155
+ # configure default hooks
156
+ default_hooks = dict(
157
+ # record the time of every iteration.
158
+ timer=dict(type=IterTimerHook),
159
+ # print log every 10 iterations.
160
+ logger=dict(type=LoggerHook, log_metric_by_epoch=False, interval=10),
161
+ # enable the parameter scheduler.
162
+ param_scheduler=dict(type=ParamSchedulerHook),
163
+ # save checkpoint per `save_steps`.
164
+ checkpoint=dict(
165
+ type=CheckpointHook,
166
+ by_epoch=False,
167
+ interval=save_steps,
168
+ max_keep_ckpts=save_total_limit),
169
+ # set sampler seed in distributed evrionment.
170
+ sampler_seed=dict(type=DistSamplerSeedHook),
171
+ )
172
+
173
+ # configure environment
174
+ env_cfg = dict(
175
+ # whether to enable cudnn benchmark
176
+ cudnn_benchmark=False,
177
+ # set multi process parameters
178
+ mp_cfg=dict(mp_start_method='fork', opencv_num_threads=0),
179
+ # set distributed parameters
180
+ dist_cfg=dict(backend='nccl'),
181
+ )
182
+
183
+ # set visualizer
184
+ visualizer = None
185
+
186
+ # set log level
187
+ log_level = 'INFO'
188
+
189
+ # load from which checkpoint
190
+ load_from = None
191
+
192
+ # whether to resume training from the loaded checkpoint
193
+ resume = False
194
+
195
+ # Defaults to use random seed and disable `deterministic`
196
+ randomness = dict(seed=None, deterministic=False)
197
+
198
+ # set log processor
199
+ log_processor = dict(by_epoch=False)