wangrongsheng commited on
Commit
9a4e9bc
·
1 Parent(s): 0faef94
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. LLM-Detector-V6-11w/README.md +56 -0
  2. LLM-Detector-V6-11w/adapter_config.json +23 -0
  3. LLM-Detector-V6-11w/adapter_model.bin +3 -0
  4. LLM-Detector-V6-11w/added_tokens.json +3 -0
  5. LLM-Detector-V6-11w/all_results.json +7 -0
  6. LLM-Detector-V6-11w/checkpoint-12000/README.md +219 -0
  7. LLM-Detector-V6-11w/checkpoint-12000/adapter_config.json +23 -0
  8. LLM-Detector-V6-11w/checkpoint-12000/adapter_model.bin +3 -0
  9. LLM-Detector-V6-11w/checkpoint-12000/added_tokens.json +3 -0
  10. LLM-Detector-V6-11w/checkpoint-12000/optimizer.pt +3 -0
  11. LLM-Detector-V6-11w/checkpoint-12000/rng_state.pth +3 -0
  12. LLM-Detector-V6-11w/checkpoint-12000/scheduler.pt +3 -0
  13. LLM-Detector-V6-11w/checkpoint-12000/special_tokens_map.json +24 -0
  14. LLM-Detector-V6-11w/checkpoint-12000/tokenizer.json +0 -0
  15. LLM-Detector-V6-11w/checkpoint-12000/tokenizer.model +3 -0
  16. LLM-Detector-V6-11w/checkpoint-12000/tokenizer_config.json +38 -0
  17. LLM-Detector-V6-11w/checkpoint-12000/trainer_state.json +739 -0
  18. LLM-Detector-V6-11w/checkpoint-12000/training_args.bin +3 -0
  19. LLM-Detector-V6-11w/checkpoint-15000/README.md +219 -0
  20. LLM-Detector-V6-11w/checkpoint-15000/adapter_config.json +23 -0
  21. LLM-Detector-V6-11w/checkpoint-15000/adapter_model.bin +3 -0
  22. LLM-Detector-V6-11w/checkpoint-15000/added_tokens.json +3 -0
  23. LLM-Detector-V6-11w/checkpoint-15000/optimizer.pt +3 -0
  24. LLM-Detector-V6-11w/checkpoint-15000/rng_state.pth +3 -0
  25. LLM-Detector-V6-11w/checkpoint-15000/scheduler.pt +3 -0
  26. LLM-Detector-V6-11w/checkpoint-15000/special_tokens_map.json +24 -0
  27. LLM-Detector-V6-11w/checkpoint-15000/tokenizer.json +0 -0
  28. LLM-Detector-V6-11w/checkpoint-15000/tokenizer.model +3 -0
  29. LLM-Detector-V6-11w/checkpoint-15000/tokenizer_config.json +38 -0
  30. LLM-Detector-V6-11w/checkpoint-15000/trainer_state.json +919 -0
  31. LLM-Detector-V6-11w/checkpoint-15000/training_args.bin +3 -0
  32. LLM-Detector-V6-11w/checkpoint-18000/README.md +219 -0
  33. LLM-Detector-V6-11w/checkpoint-18000/adapter_config.json +23 -0
  34. LLM-Detector-V6-11w/checkpoint-18000/adapter_model.bin +3 -0
  35. LLM-Detector-V6-11w/checkpoint-18000/added_tokens.json +3 -0
  36. LLM-Detector-V6-11w/checkpoint-18000/optimizer.pt +3 -0
  37. LLM-Detector-V6-11w/checkpoint-18000/rng_state.pth +3 -0
  38. LLM-Detector-V6-11w/checkpoint-18000/scheduler.pt +3 -0
  39. LLM-Detector-V6-11w/checkpoint-18000/special_tokens_map.json +24 -0
  40. LLM-Detector-V6-11w/checkpoint-18000/tokenizer.json +0 -0
  41. LLM-Detector-V6-11w/checkpoint-18000/tokenizer.model +3 -0
  42. LLM-Detector-V6-11w/checkpoint-18000/tokenizer_config.json +38 -0
  43. LLM-Detector-V6-11w/checkpoint-18000/trainer_state.json +1099 -0
  44. LLM-Detector-V6-11w/checkpoint-18000/training_args.bin +3 -0
  45. LLM-Detector-V6-11w/checkpoint-21000/README.md +219 -0
  46. LLM-Detector-V6-11w/checkpoint-21000/adapter_config.json +23 -0
  47. LLM-Detector-V6-11w/checkpoint-21000/adapter_model.bin +3 -0
  48. LLM-Detector-V6-11w/checkpoint-21000/added_tokens.json +3 -0
  49. LLM-Detector-V6-11w/checkpoint-21000/optimizer.pt +3 -0
  50. LLM-Detector-V6-11w/checkpoint-21000/rng_state.pth +3 -0
LLM-Detector-V6-11w/README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ base_model: ./Llama-2-13b-chat-hf
4
+ tags:
5
+ - llama-factory
6
+ - lora
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: llama2-13b
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # llama2-13b
17
+
18
+ This model is a fine-tuned version of [./Llama-2-13b-chat-hf](https://huggingface.co/./Llama-2-13b-chat-hf) on the ta, the tb, the tc, the td, the te, the tf, the tg and the th datasets.
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 5e-05
38
+ - train_batch_size: 4
39
+ - eval_batch_size: 8
40
+ - seed: 42
41
+ - gradient_accumulation_steps: 4
42
+ - total_train_batch_size: 16
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: cosine
45
+ - num_epochs: 3.0
46
+
47
+ ### Training results
48
+
49
+
50
+
51
+ ### Framework versions
52
+
53
+ - Transformers 4.33.0
54
+ - Pytorch 2.1.1+cu121
55
+ - Datasets 2.14.7
56
+ - Tokenizers 0.13.3
LLM-Detector-V6-11w/adapter_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "./Llama-2-13b-chat-hf",
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
+ "lora_alpha": 16.0,
12
+ "lora_dropout": 0.1,
13
+ "modules_to_save": null,
14
+ "peft_type": "LORA",
15
+ "r": 8,
16
+ "rank_pattern": {},
17
+ "revision": null,
18
+ "target_modules": [
19
+ "v_proj",
20
+ "q_proj"
21
+ ],
22
+ "task_type": "CAUSAL_LM"
23
+ }
LLM-Detector-V6-11w/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8b1594b4b57894996a8a0e4fda601e884eb91ce171da0bc1aa17e052d8249b2
3
+ size 26272202
LLM-Detector-V6-11w/added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<pad>": 32000
3
+ }
LLM-Detector-V6-11w/all_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "train_loss": 0.020508435523056583,
4
+ "train_runtime": 294350.325,
5
+ "train_samples_per_second": 1.212,
6
+ "train_steps_per_second": 0.076
7
+ }
LLM-Detector-V6-11w/checkpoint-12000/README.md ADDED
@@ -0,0 +1,219 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: ./Llama-2-13b-chat-hf
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
+ - **Shared by [optional]:** [More Information Needed]
22
+ - **Model type:** [More Information Needed]
23
+ - **Language(s) (NLP):** [More Information Needed]
24
+ - **License:** [More Information Needed]
25
+ - **Finetuned from model [optional]:** [More Information Needed]
26
+
27
+ ### Model Sources [optional]
28
+
29
+ <!-- Provide the basic links for the model. -->
30
+
31
+ - **Repository:** [More Information Needed]
32
+ - **Paper [optional]:** [More Information Needed]
33
+ - **Demo [optional]:** [More Information Needed]
34
+
35
+ ## Uses
36
+
37
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
38
+
39
+ ### Direct Use
40
+
41
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
42
+
43
+ [More Information Needed]
44
+
45
+ ### Downstream Use [optional]
46
+
47
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Out-of-Scope Use
52
+
53
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
54
+
55
+ [More Information Needed]
56
+
57
+ ## Bias, Risks, and Limitations
58
+
59
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ### Recommendations
64
+
65
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
66
+
67
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
68
+
69
+ ## How to Get Started with the Model
70
+
71
+ Use the code below to get started with the model.
72
+
73
+ [More Information Needed]
74
+
75
+ ## Training Details
76
+
77
+ ### Training Data
78
+
79
+ <!-- This should link to a Data 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. -->
80
+
81
+ [More Information Needed]
82
+
83
+ ### Training Procedure
84
+
85
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
86
+
87
+ #### Preprocessing [optional]
88
+
89
+ [More Information Needed]
90
+
91
+
92
+ #### Training Hyperparameters
93
+
94
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
95
+
96
+ #### Speeds, Sizes, Times [optional]
97
+
98
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
99
+
100
+ [More Information Needed]
101
+
102
+ ## Evaluation
103
+
104
+ <!-- This section describes the evaluation protocols and provides the results. -->
105
+
106
+ ### Testing Data, Factors & Metrics
107
+
108
+ #### Testing Data
109
+
110
+ <!-- This should link to a Data Card if possible. -->
111
+
112
+ [More Information Needed]
113
+
114
+ #### Factors
115
+
116
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Metrics
121
+
122
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
123
+
124
+ [More Information Needed]
125
+
126
+ ### Results
127
+
128
+ [More Information Needed]
129
+
130
+ #### Summary
131
+
132
+
133
+
134
+ ## Model Examination [optional]
135
+
136
+ <!-- Relevant interpretability work for the model goes here -->
137
+
138
+ [More Information Needed]
139
+
140
+ ## Environmental Impact
141
+
142
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
143
+
144
+ 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).
145
+
146
+ - **Hardware Type:** [More Information Needed]
147
+ - **Hours used:** [More Information Needed]
148
+ - **Cloud Provider:** [More Information Needed]
149
+ - **Compute Region:** [More Information Needed]
150
+ - **Carbon Emitted:** [More Information Needed]
151
+
152
+ ## Technical Specifications [optional]
153
+
154
+ ### Model Architecture and Objective
155
+
156
+ [More Information Needed]
157
+
158
+ ### Compute Infrastructure
159
+
160
+ [More Information Needed]
161
+
162
+ #### Hardware
163
+
164
+ [More Information Needed]
165
+
166
+ #### Software
167
+
168
+ [More Information Needed]
169
+
170
+ ## Citation [optional]
171
+
172
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
173
+
174
+ **BibTeX:**
175
+
176
+ [More Information Needed]
177
+
178
+ **APA:**
179
+
180
+ [More Information Needed]
181
+
182
+ ## Glossary [optional]
183
+
184
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
185
+
186
+ [More Information Needed]
187
+
188
+ ## More Information [optional]
189
+
190
+ [More Information Needed]
191
+
192
+ ## Model Card Authors [optional]
193
+
194
+ [More Information Needed]
195
+
196
+ ## Model Card Contact
197
+
198
+ [More Information Needed]
199
+
200
+
201
+ ## Training procedure
202
+
203
+
204
+ The following `bitsandbytes` quantization config was used during training:
205
+ - quant_method: QuantizationMethod.BITS_AND_BYTES
206
+ - load_in_8bit: False
207
+ - load_in_4bit: True
208
+ - llm_int8_threshold: 6.0
209
+ - llm_int8_skip_modules: None
210
+ - llm_int8_enable_fp32_cpu_offload: False
211
+ - llm_int8_has_fp16_weight: False
212
+ - bnb_4bit_quant_type: nf4
213
+ - bnb_4bit_use_double_quant: True
214
+ - bnb_4bit_compute_dtype: float16
215
+
216
+ ### Framework versions
217
+
218
+
219
+ - PEFT 0.6.2
LLM-Detector-V6-11w/checkpoint-12000/adapter_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "./Llama-2-13b-chat-hf",
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
+ "lora_alpha": 16.0,
12
+ "lora_dropout": 0.1,
13
+ "modules_to_save": null,
14
+ "peft_type": "LORA",
15
+ "r": 8,
16
+ "rank_pattern": {},
17
+ "revision": null,
18
+ "target_modules": [
19
+ "v_proj",
20
+ "q_proj"
21
+ ],
22
+ "task_type": "CAUSAL_LM"
23
+ }
LLM-Detector-V6-11w/checkpoint-12000/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc5ebc56d0fa8867bd6469e26502e9f333a546f6afd7d90515551b6627616179
3
+ size 26272202
LLM-Detector-V6-11w/checkpoint-12000/added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<pad>": 32000
3
+ }
LLM-Detector-V6-11w/checkpoint-12000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13ea991e80cff4348770e2050d4688928ede14c7c9ca06a78973071b93984600
3
+ size 52563258
LLM-Detector-V6-11w/checkpoint-12000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a33d807d5608cb92eac951b15c9f371121ed50fec11a5e4b7871c9fa594aff43
3
+ size 14244
LLM-Detector-V6-11w/checkpoint-12000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67f15ee785078ff296bbc591ab3e9dfc50cf8cddc42a477dfe677cda389ba0dd
3
+ size 1064
LLM-Detector-V6-11w/checkpoint-12000/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<unk>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
LLM-Detector-V6-11w/checkpoint-12000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
LLM-Detector-V6-11w/checkpoint-12000/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
LLM-Detector-V6-11w/checkpoint-12000/tokenizer_config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "bos_token": {
5
+ "__type": "AddedToken",
6
+ "content": "<s>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "clean_up_tokenization_spaces": false,
13
+ "eos_token": {
14
+ "__type": "AddedToken",
15
+ "content": "</s>",
16
+ "lstrip": false,
17
+ "normalized": true,
18
+ "rstrip": false,
19
+ "single_word": false
20
+ },
21
+ "legacy": false,
22
+ "model_max_length": 1000000000000000019884624838656,
23
+ "pad_token": null,
24
+ "padding_side": "right",
25
+ "sp_model_kwargs": {},
26
+ "spaces_between_special_tokens": false,
27
+ "split_special_tokens": false,
28
+ "tokenizer_class": "LlamaTokenizer",
29
+ "unk_token": {
30
+ "__type": "AddedToken",
31
+ "content": "<unk>",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "use_default_system_prompt": true
38
+ }
LLM-Detector-V6-11w/checkpoint-12000/trainer_state.json ADDED
@@ -0,0 +1,739 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.6144764723689078,
5
+ "eval_steps": 500,
6
+ "global_step": 12000,
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.01,
13
+ "learning_rate": 4.9997567688496474e-05,
14
+ "loss": 2.9132,
15
+ "step": 100
16
+ },
17
+ {
18
+ "epoch": 0.03,
19
+ "learning_rate": 4.9990172715142793e-05,
20
+ "loss": 0.0721,
21
+ "step": 200
22
+ },
23
+ {
24
+ "epoch": 0.04,
25
+ "learning_rate": 4.997781629993153e-05,
26
+ "loss": 0.0757,
27
+ "step": 300
28
+ },
29
+ {
30
+ "epoch": 0.05,
31
+ "learning_rate": 4.9960500896052476e-05,
32
+ "loss": 0.0599,
33
+ "step": 400
34
+ },
35
+ {
36
+ "epoch": 0.07,
37
+ "learning_rate": 4.9938477167054135e-05,
38
+ "loss": 0.0353,
39
+ "step": 500
40
+ },
41
+ {
42
+ "epoch": 0.08,
43
+ "learning_rate": 4.9911304569050045e-05,
44
+ "loss": 0.0256,
45
+ "step": 600
46
+ },
47
+ {
48
+ "epoch": 0.09,
49
+ "learning_rate": 4.987918618733232e-05,
50
+ "loss": 0.0173,
51
+ "step": 700
52
+ },
53
+ {
54
+ "epoch": 0.11,
55
+ "learning_rate": 4.98421283985469e-05,
56
+ "loss": 0.0276,
57
+ "step": 800
58
+ },
59
+ {
60
+ "epoch": 0.12,
61
+ "learning_rate": 4.9800138559988466e-05,
62
+ "loss": 0.0225,
63
+ "step": 900
64
+ },
65
+ {
66
+ "epoch": 0.13,
67
+ "learning_rate": 4.97532250081397e-05,
68
+ "loss": 0.026,
69
+ "step": 1000
70
+ },
71
+ {
72
+ "epoch": 0.15,
73
+ "learning_rate": 4.970139705701628e-05,
74
+ "loss": 0.0271,
75
+ "step": 1100
76
+ },
77
+ {
78
+ "epoch": 0.16,
79
+ "learning_rate": 4.9644664996317616e-05,
80
+ "loss": 0.0231,
81
+ "step": 1200
82
+ },
83
+ {
84
+ "epoch": 0.17,
85
+ "learning_rate": 4.958304008938407e-05,
86
+ "loss": 0.0196,
87
+ "step": 1300
88
+ },
89
+ {
90
+ "epoch": 0.19,
91
+ "learning_rate": 4.951653457096072e-05,
92
+ "loss": 0.0124,
93
+ "step": 1400
94
+ },
95
+ {
96
+ "epoch": 0.2,
97
+ "learning_rate": 4.944516164476834e-05,
98
+ "loss": 0.0159,
99
+ "step": 1500
100
+ },
101
+ {
102
+ "epoch": 0.22,
103
+ "learning_rate": 4.9368935480882034e-05,
104
+ "loss": 0.0144,
105
+ "step": 1600
106
+ },
107
+ {
108
+ "epoch": 0.23,
109
+ "learning_rate": 4.9287871212917866e-05,
110
+ "loss": 0.0182,
111
+ "step": 1700
112
+ },
113
+ {
114
+ "epoch": 0.24,
115
+ "learning_rate": 4.9201984935028426e-05,
116
+ "loss": 0.018,
117
+ "step": 1800
118
+ },
119
+ {
120
+ "epoch": 0.26,
121
+ "learning_rate": 4.911129369870746e-05,
122
+ "loss": 0.0156,
123
+ "step": 1900
124
+ },
125
+ {
126
+ "epoch": 0.27,
127
+ "learning_rate": 4.90158155094046e-05,
128
+ "loss": 0.0146,
129
+ "step": 2000
130
+ },
131
+ {
132
+ "epoch": 0.28,
133
+ "learning_rate": 4.8915569322950615e-05,
134
+ "loss": 0.0196,
135
+ "step": 2100
136
+ },
137
+ {
138
+ "epoch": 0.3,
139
+ "learning_rate": 4.8810575041794e-05,
140
+ "loss": 0.02,
141
+ "step": 2200
142
+ },
143
+ {
144
+ "epoch": 0.31,
145
+ "learning_rate": 4.8700853511049656e-05,
146
+ "loss": 0.0143,
147
+ "step": 2300
148
+ },
149
+ {
150
+ "epoch": 0.32,
151
+ "learning_rate": 4.858642651436035e-05,
152
+ "loss": 0.0111,
153
+ "step": 2400
154
+ },
155
+ {
156
+ "epoch": 0.34,
157
+ "learning_rate": 4.846731676957191e-05,
158
+ "loss": 0.0179,
159
+ "step": 2500
160
+ },
161
+ {
162
+ "epoch": 0.35,
163
+ "learning_rate": 4.834354792422293e-05,
164
+ "loss": 0.0133,
165
+ "step": 2600
166
+ },
167
+ {
168
+ "epoch": 0.36,
169
+ "learning_rate": 4.821514455084985e-05,
170
+ "loss": 0.0112,
171
+ "step": 2700
172
+ },
173
+ {
174
+ "epoch": 0.38,
175
+ "learning_rate": 4.8082132142108465e-05,
176
+ "loss": 0.0131,
177
+ "step": 2800
178
+ },
179
+ {
180
+ "epoch": 0.39,
181
+ "learning_rate": 4.794453710571272e-05,
182
+ "loss": 0.0134,
183
+ "step": 2900
184
+ },
185
+ {
186
+ "epoch": 0.4,
187
+ "learning_rate": 4.780238675919182e-05,
188
+ "loss": 0.0084,
189
+ "step": 3000
190
+ },
191
+ {
192
+ "epoch": 0.42,
193
+ "learning_rate": 4.765570932446672e-05,
194
+ "loss": 0.0069,
195
+ "step": 3100
196
+ },
197
+ {
198
+ "epoch": 0.43,
199
+ "learning_rate": 4.75045339222471e-05,
200
+ "loss": 0.0186,
201
+ "step": 3200
202
+ },
203
+ {
204
+ "epoch": 0.44,
205
+ "learning_rate": 4.734889056624983e-05,
206
+ "loss": 0.0138,
207
+ "step": 3300
208
+ },
209
+ {
210
+ "epoch": 0.46,
211
+ "learning_rate": 4.718881015724017e-05,
212
+ "loss": 0.012,
213
+ "step": 3400
214
+ },
215
+ {
216
+ "epoch": 0.47,
217
+ "learning_rate": 4.702432447689692e-05,
218
+ "loss": 0.0121,
219
+ "step": 3500
220
+ },
221
+ {
222
+ "epoch": 0.48,
223
+ "learning_rate": 4.6855466181502544e-05,
224
+ "loss": 0.0104,
225
+ "step": 3600
226
+ },
227
+ {
228
+ "epoch": 0.5,
229
+ "learning_rate": 4.66822687954598e-05,
230
+ "loss": 0.014,
231
+ "step": 3700
232
+ },
233
+ {
234
+ "epoch": 0.51,
235
+ "learning_rate": 4.65047667046359e-05,
236
+ "loss": 0.0085,
237
+ "step": 3800
238
+ },
239
+ {
240
+ "epoch": 0.52,
241
+ "learning_rate": 4.632299514953571e-05,
242
+ "loss": 0.0111,
243
+ "step": 3900
244
+ },
245
+ {
246
+ "epoch": 0.54,
247
+ "learning_rate": 4.613699021830524e-05,
248
+ "loss": 0.0122,
249
+ "step": 4000
250
+ },
251
+ {
252
+ "epoch": 0.55,
253
+ "learning_rate": 4.59467888395669e-05,
254
+ "loss": 0.0082,
255
+ "step": 4100
256
+ },
257
+ {
258
+ "epoch": 0.57,
259
+ "learning_rate": 4.575242877508777e-05,
260
+ "loss": 0.0087,
261
+ "step": 4200
262
+ },
263
+ {
264
+ "epoch": 0.58,
265
+ "learning_rate": 4.5553948612282607e-05,
266
+ "loss": 0.0115,
267
+ "step": 4300
268
+ },
269
+ {
270
+ "epoch": 0.59,
271
+ "learning_rate": 4.5351387756552846e-05,
272
+ "loss": 0.0069,
273
+ "step": 4400
274
+ },
275
+ {
276
+ "epoch": 0.61,
277
+ "learning_rate": 4.51447864234632e-05,
278
+ "loss": 0.0099,
279
+ "step": 4500
280
+ },
281
+ {
282
+ "epoch": 0.62,
283
+ "learning_rate": 4.4934185630757484e-05,
284
+ "loss": 0.0087,
285
+ "step": 4600
286
+ },
287
+ {
288
+ "epoch": 0.63,
289
+ "learning_rate": 4.4719627190215064e-05,
290
+ "loss": 0.0096,
291
+ "step": 4700
292
+ },
293
+ {
294
+ "epoch": 0.65,
295
+ "learning_rate": 4.450115369934976e-05,
296
+ "loss": 0.0122,
297
+ "step": 4800
298
+ },
299
+ {
300
+ "epoch": 0.66,
301
+ "learning_rate": 4.427880853295274e-05,
302
+ "loss": 0.0076,
303
+ "step": 4900
304
+ },
305
+ {
306
+ "epoch": 0.67,
307
+ "learning_rate": 4.4052635834481025e-05,
308
+ "loss": 0.0071,
309
+ "step": 5000
310
+ },
311
+ {
312
+ "epoch": 0.69,
313
+ "learning_rate": 4.3822680507293455e-05,
314
+ "loss": 0.0105,
315
+ "step": 5100
316
+ },
317
+ {
318
+ "epoch": 0.7,
319
+ "learning_rate": 4.358898820573581e-05,
320
+ "loss": 0.0108,
321
+ "step": 5200
322
+ },
323
+ {
324
+ "epoch": 0.71,
325
+ "learning_rate": 4.3351605326076724e-05,
326
+ "loss": 0.0063,
327
+ "step": 5300
328
+ },
329
+ {
330
+ "epoch": 0.73,
331
+ "learning_rate": 4.3110578997296416e-05,
332
+ "loss": 0.0147,
333
+ "step": 5400
334
+ },
335
+ {
336
+ "epoch": 0.74,
337
+ "learning_rate": 4.286595707172986e-05,
338
+ "loss": 0.0135,
339
+ "step": 5500
340
+ },
341
+ {
342
+ "epoch": 0.75,
343
+ "learning_rate": 4.261778811556646e-05,
344
+ "loss": 0.0105,
345
+ "step": 5600
346
+ },
347
+ {
348
+ "epoch": 0.77,
349
+ "learning_rate": 4.236612139920786e-05,
350
+ "loss": 0.0131,
351
+ "step": 5700
352
+ },
353
+ {
354
+ "epoch": 0.78,
355
+ "learning_rate": 4.2111006887486035e-05,
356
+ "loss": 0.0085,
357
+ "step": 5800
358
+ },
359
+ {
360
+ "epoch": 0.79,
361
+ "learning_rate": 4.185249522974346e-05,
362
+ "loss": 0.0052,
363
+ "step": 5900
364
+ },
365
+ {
366
+ "epoch": 0.81,
367
+ "learning_rate": 4.159063774977748e-05,
368
+ "loss": 0.008,
369
+ "step": 6000
370
+ },
371
+ {
372
+ "epoch": 0.82,
373
+ "learning_rate": 4.1325486435650625e-05,
374
+ "loss": 0.011,
375
+ "step": 6100
376
+ },
377
+ {
378
+ "epoch": 0.83,
379
+ "learning_rate": 4.105709392936914e-05,
380
+ "loss": 0.0074,
381
+ "step": 6200
382
+ },
383
+ {
384
+ "epoch": 0.85,
385
+ "learning_rate": 4.0785513516431705e-05,
386
+ "loss": 0.0147,
387
+ "step": 6300
388
+ },
389
+ {
390
+ "epoch": 0.86,
391
+ "learning_rate": 4.051079911525031e-05,
392
+ "loss": 0.0049,
393
+ "step": 6400
394
+ },
395
+ {
396
+ "epoch": 0.87,
397
+ "learning_rate": 4.023300526644557e-05,
398
+ "loss": 0.0075,
399
+ "step": 6500
400
+ },
401
+ {
402
+ "epoch": 0.89,
403
+ "learning_rate": 3.995501009115527e-05,
404
+ "loss": 0.0114,
405
+ "step": 6600
406
+ },
407
+ {
408
+ "epoch": 0.9,
409
+ "learning_rate": 3.967125281105033e-05,
410
+ "loss": 0.0089,
411
+ "step": 6700
412
+ },
413
+ {
414
+ "epoch": 0.91,
415
+ "learning_rate": 3.93845827632495e-05,
416
+ "loss": 0.0066,
417
+ "step": 6800
418
+ },
419
+ {
420
+ "epoch": 0.93,
421
+ "learning_rate": 3.909505686199625e-05,
422
+ "loss": 0.0079,
423
+ "step": 6900
424
+ },
425
+ {
426
+ "epoch": 0.94,
427
+ "learning_rate": 3.880273258852296e-05,
428
+ "loss": 0.008,
429
+ "step": 7000
430
+ },
431
+ {
432
+ "epoch": 0.96,
433
+ "learning_rate": 3.850766797963886e-05,
434
+ "loss": 0.0068,
435
+ "step": 7100
436
+ },
437
+ {
438
+ "epoch": 0.97,
439
+ "learning_rate": 3.8209921616207645e-05,
440
+ "loss": 0.0069,
441
+ "step": 7200
442
+ },
443
+ {
444
+ "epoch": 0.98,
445
+ "learning_rate": 3.790955261151704e-05,
446
+ "loss": 0.0088,
447
+ "step": 7300
448
+ },
449
+ {
450
+ "epoch": 1.0,
451
+ "learning_rate": 3.7606620599542756e-05,
452
+ "loss": 0.0078,
453
+ "step": 7400
454
+ },
455
+ {
456
+ "epoch": 1.01,
457
+ "learning_rate": 3.730118572310899e-05,
458
+ "loss": 0.008,
459
+ "step": 7500
460
+ },
461
+ {
462
+ "epoch": 1.02,
463
+ "learning_rate": 3.699330862194794e-05,
464
+ "loss": 0.0057,
465
+ "step": 7600
466
+ },
467
+ {
468
+ "epoch": 1.04,
469
+ "learning_rate": 3.668305042066061e-05,
470
+ "loss": 0.0046,
471
+ "step": 7700
472
+ },
473
+ {
474
+ "epoch": 1.05,
475
+ "learning_rate": 3.637047271658145e-05,
476
+ "loss": 0.0059,
477
+ "step": 7800
478
+ },
479
+ {
480
+ "epoch": 1.06,
481
+ "learning_rate": 3.605563756754904e-05,
482
+ "loss": 0.0046,
483
+ "step": 7900
484
+ },
485
+ {
486
+ "epoch": 1.08,
487
+ "learning_rate": 3.573860747958544e-05,
488
+ "loss": 0.0085,
489
+ "step": 8000
490
+ },
491
+ {
492
+ "epoch": 1.09,
493
+ "learning_rate": 3.541944539448648e-05,
494
+ "loss": 0.0064,
495
+ "step": 8100
496
+ },
497
+ {
498
+ "epoch": 1.1,
499
+ "learning_rate": 3.509821467732553e-05,
500
+ "loss": 0.0064,
501
+ "step": 8200
502
+ },
503
+ {
504
+ "epoch": 1.12,
505
+ "learning_rate": 3.477822117325554e-05,
506
+ "loss": 0.0061,
507
+ "step": 8300
508
+ },
509
+ {
510
+ "epoch": 1.13,
511
+ "learning_rate": 3.445306400520726e-05,
512
+ "loss": 0.0087,
513
+ "step": 8400
514
+ },
515
+ {
516
+ "epoch": 1.14,
517
+ "learning_rate": 3.4126030066319e-05,
518
+ "loss": 0.0042,
519
+ "step": 8500
520
+ },
521
+ {
522
+ "epoch": 1.16,
523
+ "learning_rate": 3.379718428450832e-05,
524
+ "loss": 0.0071,
525
+ "step": 8600
526
+ },
527
+ {
528
+ "epoch": 1.17,
529
+ "learning_rate": 3.346659194740827e-05,
530
+ "loss": 0.0043,
531
+ "step": 8700
532
+ },
533
+ {
534
+ "epoch": 1.18,
535
+ "learning_rate": 3.313431868940551e-05,
536
+ "loss": 0.0062,
537
+ "step": 8800
538
+ },
539
+ {
540
+ "epoch": 1.2,
541
+ "learning_rate": 3.280043047860958e-05,
542
+ "loss": 0.0096,
543
+ "step": 8900
544
+ },
545
+ {
546
+ "epoch": 1.21,
547
+ "learning_rate": 3.24649936037558e-05,
548
+ "loss": 0.0049,
549
+ "step": 9000
550
+ },
551
+ {
552
+ "epoch": 1.22,
553
+ "learning_rate": 3.21280746610446e-05,
554
+ "loss": 0.0043,
555
+ "step": 9100
556
+ },
557
+ {
558
+ "epoch": 1.24,
559
+ "learning_rate": 3.1789740540919856e-05,
560
+ "loss": 0.006,
561
+ "step": 9200
562
+ },
563
+ {
564
+ "epoch": 1.25,
565
+ "learning_rate": 3.145005841478868e-05,
566
+ "loss": 0.0053,
567
+ "step": 9300
568
+ },
569
+ {
570
+ "epoch": 1.26,
571
+ "learning_rate": 3.1109095721685525e-05,
572
+ "loss": 0.0075,
573
+ "step": 9400
574
+ },
575
+ {
576
+ "epoch": 1.28,
577
+ "learning_rate": 3.076692015488315e-05,
578
+ "loss": 0.0048,
579
+ "step": 9500
580
+ },
581
+ {
582
+ "epoch": 1.29,
583
+ "learning_rate": 3.0423599648453037e-05,
584
+ "loss": 0.0063,
585
+ "step": 9600
586
+ },
587
+ {
588
+ "epoch": 1.31,
589
+ "learning_rate": 3.007920236377807e-05,
590
+ "loss": 0.0075,
591
+ "step": 9700
592
+ },
593
+ {
594
+ "epoch": 1.32,
595
+ "learning_rate": 2.9733796676020104e-05,
596
+ "loss": 0.0082,
597
+ "step": 9800
598
+ },
599
+ {
600
+ "epoch": 1.33,
601
+ "learning_rate": 2.938745116054501e-05,
602
+ "loss": 0.0054,
603
+ "step": 9900
604
+ },
605
+ {
606
+ "epoch": 1.35,
607
+ "learning_rate": 2.9040234579308025e-05,
608
+ "loss": 0.0042,
609
+ "step": 10000
610
+ },
611
+ {
612
+ "epoch": 1.36,
613
+ "learning_rate": 2.8692215867202042e-05,
614
+ "loss": 0.0112,
615
+ "step": 10100
616
+ },
617
+ {
618
+ "epoch": 1.37,
619
+ "learning_rate": 2.8343464118371603e-05,
620
+ "loss": 0.0059,
621
+ "step": 10200
622
+ },
623
+ {
624
+ "epoch": 1.39,
625
+ "learning_rate": 2.7994048572495225e-05,
626
+ "loss": 0.0034,
627
+ "step": 10300
628
+ },
629
+ {
630
+ "epoch": 1.4,
631
+ "learning_rate": 2.7644038601038813e-05,
632
+ "loss": 0.0082,
633
+ "step": 10400
634
+ },
635
+ {
636
+ "epoch": 1.41,
637
+ "learning_rate": 2.7293503693483008e-05,
638
+ "loss": 0.0047,
639
+ "step": 10500
640
+ },
641
+ {
642
+ "epoch": 1.43,
643
+ "learning_rate": 2.6942513443527008e-05,
644
+ "loss": 0.0024,
645
+ "step": 10600
646
+ },
647
+ {
648
+ "epoch": 1.44,
649
+ "learning_rate": 2.6591137535271742e-05,
650
+ "loss": 0.0041,
651
+ "step": 10700
652
+ },
653
+ {
654
+ "epoch": 1.45,
655
+ "learning_rate": 2.6239445729385104e-05,
656
+ "loss": 0.0041,
657
+ "step": 10800
658
+ },
659
+ {
660
+ "epoch": 1.47,
661
+ "learning_rate": 2.5887507849251914e-05,
662
+ "loss": 0.0059,
663
+ "step": 10900
664
+ },
665
+ {
666
+ "epoch": 1.48,
667
+ "learning_rate": 2.5535393767111533e-05,
668
+ "loss": 0.0032,
669
+ "step": 11000
670
+ },
671
+ {
672
+ "epoch": 1.49,
673
+ "learning_rate": 2.5183173390185736e-05,
674
+ "loss": 0.004,
675
+ "step": 11100
676
+ },
677
+ {
678
+ "epoch": 1.51,
679
+ "learning_rate": 2.483091664679959e-05,
680
+ "loss": 0.0039,
681
+ "step": 11200
682
+ },
683
+ {
684
+ "epoch": 1.52,
685
+ "learning_rate": 2.44786934724982e-05,
686
+ "loss": 0.004,
687
+ "step": 11300
688
+ },
689
+ {
690
+ "epoch": 1.53,
691
+ "learning_rate": 2.4126573796162015e-05,
692
+ "loss": 0.0033,
693
+ "step": 11400
694
+ },
695
+ {
696
+ "epoch": 1.55,
697
+ "learning_rate": 2.377462752612344e-05,
698
+ "loss": 0.0091,
699
+ "step": 11500
700
+ },
701
+ {
702
+ "epoch": 1.56,
703
+ "learning_rate": 2.3422924536287548e-05,
704
+ "loss": 0.0049,
705
+ "step": 11600
706
+ },
707
+ {
708
+ "epoch": 1.57,
709
+ "learning_rate": 2.307153465225958e-05,
710
+ "loss": 0.0048,
711
+ "step": 11700
712
+ },
713
+ {
714
+ "epoch": 1.59,
715
+ "learning_rate": 2.272052763748209e-05,
716
+ "loss": 0.0024,
717
+ "step": 11800
718
+ },
719
+ {
720
+ "epoch": 1.6,
721
+ "learning_rate": 2.2369973179384445e-05,
722
+ "loss": 0.0058,
723
+ "step": 11900
724
+ },
725
+ {
726
+ "epoch": 1.61,
727
+ "learning_rate": 2.201994087554733e-05,
728
+ "loss": 0.0098,
729
+ "step": 12000
730
+ }
731
+ ],
732
+ "logging_steps": 100,
733
+ "max_steps": 22296,
734
+ "num_train_epochs": 3,
735
+ "save_steps": 3000,
736
+ "total_flos": 4.8461499181056e+18,
737
+ "trial_name": null,
738
+ "trial_params": null
739
+ }
LLM-Detector-V6-11w/checkpoint-12000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8e02268b0e5756331085a22abe601ecb2daf8e3353b9a1d6d712573829b67ec
3
+ size 4600
LLM-Detector-V6-11w/checkpoint-15000/README.md ADDED
@@ -0,0 +1,219 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: ./Llama-2-13b-chat-hf
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
+ - **Shared by [optional]:** [More Information Needed]
22
+ - **Model type:** [More Information Needed]
23
+ - **Language(s) (NLP):** [More Information Needed]
24
+ - **License:** [More Information Needed]
25
+ - **Finetuned from model [optional]:** [More Information Needed]
26
+
27
+ ### Model Sources [optional]
28
+
29
+ <!-- Provide the basic links for the model. -->
30
+
31
+ - **Repository:** [More Information Needed]
32
+ - **Paper [optional]:** [More Information Needed]
33
+ - **Demo [optional]:** [More Information Needed]
34
+
35
+ ## Uses
36
+
37
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
38
+
39
+ ### Direct Use
40
+
41
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
42
+
43
+ [More Information Needed]
44
+
45
+ ### Downstream Use [optional]
46
+
47
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Out-of-Scope Use
52
+
53
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
54
+
55
+ [More Information Needed]
56
+
57
+ ## Bias, Risks, and Limitations
58
+
59
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ### Recommendations
64
+
65
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
66
+
67
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
68
+
69
+ ## How to Get Started with the Model
70
+
71
+ Use the code below to get started with the model.
72
+
73
+ [More Information Needed]
74
+
75
+ ## Training Details
76
+
77
+ ### Training Data
78
+
79
+ <!-- This should link to a Data 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. -->
80
+
81
+ [More Information Needed]
82
+
83
+ ### Training Procedure
84
+
85
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
86
+
87
+ #### Preprocessing [optional]
88
+
89
+ [More Information Needed]
90
+
91
+
92
+ #### Training Hyperparameters
93
+
94
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
95
+
96
+ #### Speeds, Sizes, Times [optional]
97
+
98
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
99
+
100
+ [More Information Needed]
101
+
102
+ ## Evaluation
103
+
104
+ <!-- This section describes the evaluation protocols and provides the results. -->
105
+
106
+ ### Testing Data, Factors & Metrics
107
+
108
+ #### Testing Data
109
+
110
+ <!-- This should link to a Data Card if possible. -->
111
+
112
+ [More Information Needed]
113
+
114
+ #### Factors
115
+
116
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Metrics
121
+
122
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
123
+
124
+ [More Information Needed]
125
+
126
+ ### Results
127
+
128
+ [More Information Needed]
129
+
130
+ #### Summary
131
+
132
+
133
+
134
+ ## Model Examination [optional]
135
+
136
+ <!-- Relevant interpretability work for the model goes here -->
137
+
138
+ [More Information Needed]
139
+
140
+ ## Environmental Impact
141
+
142
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
143
+
144
+ 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).
145
+
146
+ - **Hardware Type:** [More Information Needed]
147
+ - **Hours used:** [More Information Needed]
148
+ - **Cloud Provider:** [More Information Needed]
149
+ - **Compute Region:** [More Information Needed]
150
+ - **Carbon Emitted:** [More Information Needed]
151
+
152
+ ## Technical Specifications [optional]
153
+
154
+ ### Model Architecture and Objective
155
+
156
+ [More Information Needed]
157
+
158
+ ### Compute Infrastructure
159
+
160
+ [More Information Needed]
161
+
162
+ #### Hardware
163
+
164
+ [More Information Needed]
165
+
166
+ #### Software
167
+
168
+ [More Information Needed]
169
+
170
+ ## Citation [optional]
171
+
172
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
173
+
174
+ **BibTeX:**
175
+
176
+ [More Information Needed]
177
+
178
+ **APA:**
179
+
180
+ [More Information Needed]
181
+
182
+ ## Glossary [optional]
183
+
184
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
185
+
186
+ [More Information Needed]
187
+
188
+ ## More Information [optional]
189
+
190
+ [More Information Needed]
191
+
192
+ ## Model Card Authors [optional]
193
+
194
+ [More Information Needed]
195
+
196
+ ## Model Card Contact
197
+
198
+ [More Information Needed]
199
+
200
+
201
+ ## Training procedure
202
+
203
+
204
+ The following `bitsandbytes` quantization config was used during training:
205
+ - quant_method: QuantizationMethod.BITS_AND_BYTES
206
+ - load_in_8bit: False
207
+ - load_in_4bit: True
208
+ - llm_int8_threshold: 6.0
209
+ - llm_int8_skip_modules: None
210
+ - llm_int8_enable_fp32_cpu_offload: False
211
+ - llm_int8_has_fp16_weight: False
212
+ - bnb_4bit_quant_type: nf4
213
+ - bnb_4bit_use_double_quant: True
214
+ - bnb_4bit_compute_dtype: float16
215
+
216
+ ### Framework versions
217
+
218
+
219
+ - PEFT 0.6.2
LLM-Detector-V6-11w/checkpoint-15000/adapter_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "./Llama-2-13b-chat-hf",
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
+ "lora_alpha": 16.0,
12
+ "lora_dropout": 0.1,
13
+ "modules_to_save": null,
14
+ "peft_type": "LORA",
15
+ "r": 8,
16
+ "rank_pattern": {},
17
+ "revision": null,
18
+ "target_modules": [
19
+ "v_proj",
20
+ "q_proj"
21
+ ],
22
+ "task_type": "CAUSAL_LM"
23
+ }
LLM-Detector-V6-11w/checkpoint-15000/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b386520c99e4898bf12c823d20e239ce7ad28309ca5f26cd345d039540a89ae
3
+ size 26272202
LLM-Detector-V6-11w/checkpoint-15000/added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<pad>": 32000
3
+ }
LLM-Detector-V6-11w/checkpoint-15000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:086743c5054ae9a32bdb5191c8908ad51ccacfe56f666c3e7b9b71ac75d2067c
3
+ size 52563258
LLM-Detector-V6-11w/checkpoint-15000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdeeae0a2a5a5790ba34184ea3d0a0444eab2a77d95324fd4b9ab363762cf5e1
3
+ size 14244
LLM-Detector-V6-11w/checkpoint-15000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ea05cc55f2f45f53b449edaad91d7b12c981326c2d9b625bf8e619db7e03be2
3
+ size 1064
LLM-Detector-V6-11w/checkpoint-15000/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<unk>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
LLM-Detector-V6-11w/checkpoint-15000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
LLM-Detector-V6-11w/checkpoint-15000/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
LLM-Detector-V6-11w/checkpoint-15000/tokenizer_config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "bos_token": {
5
+ "__type": "AddedToken",
6
+ "content": "<s>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "clean_up_tokenization_spaces": false,
13
+ "eos_token": {
14
+ "__type": "AddedToken",
15
+ "content": "</s>",
16
+ "lstrip": false,
17
+ "normalized": true,
18
+ "rstrip": false,
19
+ "single_word": false
20
+ },
21
+ "legacy": false,
22
+ "model_max_length": 1000000000000000019884624838656,
23
+ "pad_token": null,
24
+ "padding_side": "right",
25
+ "sp_model_kwargs": {},
26
+ "spaces_between_special_tokens": false,
27
+ "split_special_tokens": false,
28
+ "tokenizer_class": "LlamaTokenizer",
29
+ "unk_token": {
30
+ "__type": "AddedToken",
31
+ "content": "<unk>",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "use_default_system_prompt": true
38
+ }
LLM-Detector-V6-11w/checkpoint-15000/trainer_state.json ADDED
@@ -0,0 +1,919 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.018095590461135,
5
+ "eval_steps": 500,
6
+ "global_step": 15000,
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.01,
13
+ "learning_rate": 4.9997567688496474e-05,
14
+ "loss": 2.9132,
15
+ "step": 100
16
+ },
17
+ {
18
+ "epoch": 0.03,
19
+ "learning_rate": 4.9990172715142793e-05,
20
+ "loss": 0.0721,
21
+ "step": 200
22
+ },
23
+ {
24
+ "epoch": 0.04,
25
+ "learning_rate": 4.997781629993153e-05,
26
+ "loss": 0.0757,
27
+ "step": 300
28
+ },
29
+ {
30
+ "epoch": 0.05,
31
+ "learning_rate": 4.9960500896052476e-05,
32
+ "loss": 0.0599,
33
+ "step": 400
34
+ },
35
+ {
36
+ "epoch": 0.07,
37
+ "learning_rate": 4.9938477167054135e-05,
38
+ "loss": 0.0353,
39
+ "step": 500
40
+ },
41
+ {
42
+ "epoch": 0.08,
43
+ "learning_rate": 4.9911304569050045e-05,
44
+ "loss": 0.0256,
45
+ "step": 600
46
+ },
47
+ {
48
+ "epoch": 0.09,
49
+ "learning_rate": 4.987918618733232e-05,
50
+ "loss": 0.0173,
51
+ "step": 700
52
+ },
53
+ {
54
+ "epoch": 0.11,
55
+ "learning_rate": 4.98421283985469e-05,
56
+ "loss": 0.0276,
57
+ "step": 800
58
+ },
59
+ {
60
+ "epoch": 0.12,
61
+ "learning_rate": 4.9800138559988466e-05,
62
+ "loss": 0.0225,
63
+ "step": 900
64
+ },
65
+ {
66
+ "epoch": 0.13,
67
+ "learning_rate": 4.97532250081397e-05,
68
+ "loss": 0.026,
69
+ "step": 1000
70
+ },
71
+ {
72
+ "epoch": 0.15,
73
+ "learning_rate": 4.970139705701628e-05,
74
+ "loss": 0.0271,
75
+ "step": 1100
76
+ },
77
+ {
78
+ "epoch": 0.16,
79
+ "learning_rate": 4.9644664996317616e-05,
80
+ "loss": 0.0231,
81
+ "step": 1200
82
+ },
83
+ {
84
+ "epoch": 0.17,
85
+ "learning_rate": 4.958304008938407e-05,
86
+ "loss": 0.0196,
87
+ "step": 1300
88
+ },
89
+ {
90
+ "epoch": 0.19,
91
+ "learning_rate": 4.951653457096072e-05,
92
+ "loss": 0.0124,
93
+ "step": 1400
94
+ },
95
+ {
96
+ "epoch": 0.2,
97
+ "learning_rate": 4.944516164476834e-05,
98
+ "loss": 0.0159,
99
+ "step": 1500
100
+ },
101
+ {
102
+ "epoch": 0.22,
103
+ "learning_rate": 4.9368935480882034e-05,
104
+ "loss": 0.0144,
105
+ "step": 1600
106
+ },
107
+ {
108
+ "epoch": 0.23,
109
+ "learning_rate": 4.9287871212917866e-05,
110
+ "loss": 0.0182,
111
+ "step": 1700
112
+ },
113
+ {
114
+ "epoch": 0.24,
115
+ "learning_rate": 4.9201984935028426e-05,
116
+ "loss": 0.018,
117
+ "step": 1800
118
+ },
119
+ {
120
+ "epoch": 0.26,
121
+ "learning_rate": 4.911129369870746e-05,
122
+ "loss": 0.0156,
123
+ "step": 1900
124
+ },
125
+ {
126
+ "epoch": 0.27,
127
+ "learning_rate": 4.90158155094046e-05,
128
+ "loss": 0.0146,
129
+ "step": 2000
130
+ },
131
+ {
132
+ "epoch": 0.28,
133
+ "learning_rate": 4.8915569322950615e-05,
134
+ "loss": 0.0196,
135
+ "step": 2100
136
+ },
137
+ {
138
+ "epoch": 0.3,
139
+ "learning_rate": 4.8810575041794e-05,
140
+ "loss": 0.02,
141
+ "step": 2200
142
+ },
143
+ {
144
+ "epoch": 0.31,
145
+ "learning_rate": 4.8700853511049656e-05,
146
+ "loss": 0.0143,
147
+ "step": 2300
148
+ },
149
+ {
150
+ "epoch": 0.32,
151
+ "learning_rate": 4.858642651436035e-05,
152
+ "loss": 0.0111,
153
+ "step": 2400
154
+ },
155
+ {
156
+ "epoch": 0.34,
157
+ "learning_rate": 4.846731676957191e-05,
158
+ "loss": 0.0179,
159
+ "step": 2500
160
+ },
161
+ {
162
+ "epoch": 0.35,
163
+ "learning_rate": 4.834354792422293e-05,
164
+ "loss": 0.0133,
165
+ "step": 2600
166
+ },
167
+ {
168
+ "epoch": 0.36,
169
+ "learning_rate": 4.821514455084985e-05,
170
+ "loss": 0.0112,
171
+ "step": 2700
172
+ },
173
+ {
174
+ "epoch": 0.38,
175
+ "learning_rate": 4.8082132142108465e-05,
176
+ "loss": 0.0131,
177
+ "step": 2800
178
+ },
179
+ {
180
+ "epoch": 0.39,
181
+ "learning_rate": 4.794453710571272e-05,
182
+ "loss": 0.0134,
183
+ "step": 2900
184
+ },
185
+ {
186
+ "epoch": 0.4,
187
+ "learning_rate": 4.780238675919182e-05,
188
+ "loss": 0.0084,
189
+ "step": 3000
190
+ },
191
+ {
192
+ "epoch": 0.42,
193
+ "learning_rate": 4.765570932446672e-05,
194
+ "loss": 0.0069,
195
+ "step": 3100
196
+ },
197
+ {
198
+ "epoch": 0.43,
199
+ "learning_rate": 4.75045339222471e-05,
200
+ "loss": 0.0186,
201
+ "step": 3200
202
+ },
203
+ {
204
+ "epoch": 0.44,
205
+ "learning_rate": 4.734889056624983e-05,
206
+ "loss": 0.0138,
207
+ "step": 3300
208
+ },
209
+ {
210
+ "epoch": 0.46,
211
+ "learning_rate": 4.718881015724017e-05,
212
+ "loss": 0.012,
213
+ "step": 3400
214
+ },
215
+ {
216
+ "epoch": 0.47,
217
+ "learning_rate": 4.702432447689692e-05,
218
+ "loss": 0.0121,
219
+ "step": 3500
220
+ },
221
+ {
222
+ "epoch": 0.48,
223
+ "learning_rate": 4.6855466181502544e-05,
224
+ "loss": 0.0104,
225
+ "step": 3600
226
+ },
227
+ {
228
+ "epoch": 0.5,
229
+ "learning_rate": 4.66822687954598e-05,
230
+ "loss": 0.014,
231
+ "step": 3700
232
+ },
233
+ {
234
+ "epoch": 0.51,
235
+ "learning_rate": 4.65047667046359e-05,
236
+ "loss": 0.0085,
237
+ "step": 3800
238
+ },
239
+ {
240
+ "epoch": 0.52,
241
+ "learning_rate": 4.632299514953571e-05,
242
+ "loss": 0.0111,
243
+ "step": 3900
244
+ },
245
+ {
246
+ "epoch": 0.54,
247
+ "learning_rate": 4.613699021830524e-05,
248
+ "loss": 0.0122,
249
+ "step": 4000
250
+ },
251
+ {
252
+ "epoch": 0.55,
253
+ "learning_rate": 4.59467888395669e-05,
254
+ "loss": 0.0082,
255
+ "step": 4100
256
+ },
257
+ {
258
+ "epoch": 0.57,
259
+ "learning_rate": 4.575242877508777e-05,
260
+ "loss": 0.0087,
261
+ "step": 4200
262
+ },
263
+ {
264
+ "epoch": 0.58,
265
+ "learning_rate": 4.5553948612282607e-05,
266
+ "loss": 0.0115,
267
+ "step": 4300
268
+ },
269
+ {
270
+ "epoch": 0.59,
271
+ "learning_rate": 4.5351387756552846e-05,
272
+ "loss": 0.0069,
273
+ "step": 4400
274
+ },
275
+ {
276
+ "epoch": 0.61,
277
+ "learning_rate": 4.51447864234632e-05,
278
+ "loss": 0.0099,
279
+ "step": 4500
280
+ },
281
+ {
282
+ "epoch": 0.62,
283
+ "learning_rate": 4.4934185630757484e-05,
284
+ "loss": 0.0087,
285
+ "step": 4600
286
+ },
287
+ {
288
+ "epoch": 0.63,
289
+ "learning_rate": 4.4719627190215064e-05,
290
+ "loss": 0.0096,
291
+ "step": 4700
292
+ },
293
+ {
294
+ "epoch": 0.65,
295
+ "learning_rate": 4.450115369934976e-05,
296
+ "loss": 0.0122,
297
+ "step": 4800
298
+ },
299
+ {
300
+ "epoch": 0.66,
301
+ "learning_rate": 4.427880853295274e-05,
302
+ "loss": 0.0076,
303
+ "step": 4900
304
+ },
305
+ {
306
+ "epoch": 0.67,
307
+ "learning_rate": 4.4052635834481025e-05,
308
+ "loss": 0.0071,
309
+ "step": 5000
310
+ },
311
+ {
312
+ "epoch": 0.69,
313
+ "learning_rate": 4.3822680507293455e-05,
314
+ "loss": 0.0105,
315
+ "step": 5100
316
+ },
317
+ {
318
+ "epoch": 0.7,
319
+ "learning_rate": 4.358898820573581e-05,
320
+ "loss": 0.0108,
321
+ "step": 5200
322
+ },
323
+ {
324
+ "epoch": 0.71,
325
+ "learning_rate": 4.3351605326076724e-05,
326
+ "loss": 0.0063,
327
+ "step": 5300
328
+ },
329
+ {
330
+ "epoch": 0.73,
331
+ "learning_rate": 4.3110578997296416e-05,
332
+ "loss": 0.0147,
333
+ "step": 5400
334
+ },
335
+ {
336
+ "epoch": 0.74,
337
+ "learning_rate": 4.286595707172986e-05,
338
+ "loss": 0.0135,
339
+ "step": 5500
340
+ },
341
+ {
342
+ "epoch": 0.75,
343
+ "learning_rate": 4.261778811556646e-05,
344
+ "loss": 0.0105,
345
+ "step": 5600
346
+ },
347
+ {
348
+ "epoch": 0.77,
349
+ "learning_rate": 4.236612139920786e-05,
350
+ "loss": 0.0131,
351
+ "step": 5700
352
+ },
353
+ {
354
+ "epoch": 0.78,
355
+ "learning_rate": 4.2111006887486035e-05,
356
+ "loss": 0.0085,
357
+ "step": 5800
358
+ },
359
+ {
360
+ "epoch": 0.79,
361
+ "learning_rate": 4.185249522974346e-05,
362
+ "loss": 0.0052,
363
+ "step": 5900
364
+ },
365
+ {
366
+ "epoch": 0.81,
367
+ "learning_rate": 4.159063774977748e-05,
368
+ "loss": 0.008,
369
+ "step": 6000
370
+ },
371
+ {
372
+ "epoch": 0.82,
373
+ "learning_rate": 4.1325486435650625e-05,
374
+ "loss": 0.011,
375
+ "step": 6100
376
+ },
377
+ {
378
+ "epoch": 0.83,
379
+ "learning_rate": 4.105709392936914e-05,
380
+ "loss": 0.0074,
381
+ "step": 6200
382
+ },
383
+ {
384
+ "epoch": 0.85,
385
+ "learning_rate": 4.0785513516431705e-05,
386
+ "loss": 0.0147,
387
+ "step": 6300
388
+ },
389
+ {
390
+ "epoch": 0.86,
391
+ "learning_rate": 4.051079911525031e-05,
392
+ "loss": 0.0049,
393
+ "step": 6400
394
+ },
395
+ {
396
+ "epoch": 0.87,
397
+ "learning_rate": 4.023300526644557e-05,
398
+ "loss": 0.0075,
399
+ "step": 6500
400
+ },
401
+ {
402
+ "epoch": 0.89,
403
+ "learning_rate": 3.995501009115527e-05,
404
+ "loss": 0.0114,
405
+ "step": 6600
406
+ },
407
+ {
408
+ "epoch": 0.9,
409
+ "learning_rate": 3.967125281105033e-05,
410
+ "loss": 0.0089,
411
+ "step": 6700
412
+ },
413
+ {
414
+ "epoch": 0.91,
415
+ "learning_rate": 3.93845827632495e-05,
416
+ "loss": 0.0066,
417
+ "step": 6800
418
+ },
419
+ {
420
+ "epoch": 0.93,
421
+ "learning_rate": 3.909505686199625e-05,
422
+ "loss": 0.0079,
423
+ "step": 6900
424
+ },
425
+ {
426
+ "epoch": 0.94,
427
+ "learning_rate": 3.880273258852296e-05,
428
+ "loss": 0.008,
429
+ "step": 7000
430
+ },
431
+ {
432
+ "epoch": 0.96,
433
+ "learning_rate": 3.850766797963886e-05,
434
+ "loss": 0.0068,
435
+ "step": 7100
436
+ },
437
+ {
438
+ "epoch": 0.97,
439
+ "learning_rate": 3.8209921616207645e-05,
440
+ "loss": 0.0069,
441
+ "step": 7200
442
+ },
443
+ {
444
+ "epoch": 0.98,
445
+ "learning_rate": 3.790955261151704e-05,
446
+ "loss": 0.0088,
447
+ "step": 7300
448
+ },
449
+ {
450
+ "epoch": 1.0,
451
+ "learning_rate": 3.7606620599542756e-05,
452
+ "loss": 0.0078,
453
+ "step": 7400
454
+ },
455
+ {
456
+ "epoch": 1.01,
457
+ "learning_rate": 3.730118572310899e-05,
458
+ "loss": 0.008,
459
+ "step": 7500
460
+ },
461
+ {
462
+ "epoch": 1.02,
463
+ "learning_rate": 3.699330862194794e-05,
464
+ "loss": 0.0057,
465
+ "step": 7600
466
+ },
467
+ {
468
+ "epoch": 1.04,
469
+ "learning_rate": 3.668305042066061e-05,
470
+ "loss": 0.0046,
471
+ "step": 7700
472
+ },
473
+ {
474
+ "epoch": 1.05,
475
+ "learning_rate": 3.637047271658145e-05,
476
+ "loss": 0.0059,
477
+ "step": 7800
478
+ },
479
+ {
480
+ "epoch": 1.06,
481
+ "learning_rate": 3.605563756754904e-05,
482
+ "loss": 0.0046,
483
+ "step": 7900
484
+ },
485
+ {
486
+ "epoch": 1.08,
487
+ "learning_rate": 3.573860747958544e-05,
488
+ "loss": 0.0085,
489
+ "step": 8000
490
+ },
491
+ {
492
+ "epoch": 1.09,
493
+ "learning_rate": 3.541944539448648e-05,
494
+ "loss": 0.0064,
495
+ "step": 8100
496
+ },
497
+ {
498
+ "epoch": 1.1,
499
+ "learning_rate": 3.509821467732553e-05,
500
+ "loss": 0.0064,
501
+ "step": 8200
502
+ },
503
+ {
504
+ "epoch": 1.12,
505
+ "learning_rate": 3.477822117325554e-05,
506
+ "loss": 0.0061,
507
+ "step": 8300
508
+ },
509
+ {
510
+ "epoch": 1.13,
511
+ "learning_rate": 3.445306400520726e-05,
512
+ "loss": 0.0087,
513
+ "step": 8400
514
+ },
515
+ {
516
+ "epoch": 1.14,
517
+ "learning_rate": 3.4126030066319e-05,
518
+ "loss": 0.0042,
519
+ "step": 8500
520
+ },
521
+ {
522
+ "epoch": 1.16,
523
+ "learning_rate": 3.379718428450832e-05,
524
+ "loss": 0.0071,
525
+ "step": 8600
526
+ },
527
+ {
528
+ "epoch": 1.17,
529
+ "learning_rate": 3.346659194740827e-05,
530
+ "loss": 0.0043,
531
+ "step": 8700
532
+ },
533
+ {
534
+ "epoch": 1.18,
535
+ "learning_rate": 3.313431868940551e-05,
536
+ "loss": 0.0062,
537
+ "step": 8800
538
+ },
539
+ {
540
+ "epoch": 1.2,
541
+ "learning_rate": 3.280043047860958e-05,
542
+ "loss": 0.0096,
543
+ "step": 8900
544
+ },
545
+ {
546
+ "epoch": 1.21,
547
+ "learning_rate": 3.24649936037558e-05,
548
+ "loss": 0.0049,
549
+ "step": 9000
550
+ },
551
+ {
552
+ "epoch": 1.22,
553
+ "learning_rate": 3.21280746610446e-05,
554
+ "loss": 0.0043,
555
+ "step": 9100
556
+ },
557
+ {
558
+ "epoch": 1.24,
559
+ "learning_rate": 3.1789740540919856e-05,
560
+ "loss": 0.006,
561
+ "step": 9200
562
+ },
563
+ {
564
+ "epoch": 1.25,
565
+ "learning_rate": 3.145005841478868e-05,
566
+ "loss": 0.0053,
567
+ "step": 9300
568
+ },
569
+ {
570
+ "epoch": 1.26,
571
+ "learning_rate": 3.1109095721685525e-05,
572
+ "loss": 0.0075,
573
+ "step": 9400
574
+ },
575
+ {
576
+ "epoch": 1.28,
577
+ "learning_rate": 3.076692015488315e-05,
578
+ "loss": 0.0048,
579
+ "step": 9500
580
+ },
581
+ {
582
+ "epoch": 1.29,
583
+ "learning_rate": 3.0423599648453037e-05,
584
+ "loss": 0.0063,
585
+ "step": 9600
586
+ },
587
+ {
588
+ "epoch": 1.31,
589
+ "learning_rate": 3.007920236377807e-05,
590
+ "loss": 0.0075,
591
+ "step": 9700
592
+ },
593
+ {
594
+ "epoch": 1.32,
595
+ "learning_rate": 2.9733796676020104e-05,
596
+ "loss": 0.0082,
597
+ "step": 9800
598
+ },
599
+ {
600
+ "epoch": 1.33,
601
+ "learning_rate": 2.938745116054501e-05,
602
+ "loss": 0.0054,
603
+ "step": 9900
604
+ },
605
+ {
606
+ "epoch": 1.35,
607
+ "learning_rate": 2.9040234579308025e-05,
608
+ "loss": 0.0042,
609
+ "step": 10000
610
+ },
611
+ {
612
+ "epoch": 1.36,
613
+ "learning_rate": 2.8692215867202042e-05,
614
+ "loss": 0.0112,
615
+ "step": 10100
616
+ },
617
+ {
618
+ "epoch": 1.37,
619
+ "learning_rate": 2.8343464118371603e-05,
620
+ "loss": 0.0059,
621
+ "step": 10200
622
+ },
623
+ {
624
+ "epoch": 1.39,
625
+ "learning_rate": 2.7994048572495225e-05,
626
+ "loss": 0.0034,
627
+ "step": 10300
628
+ },
629
+ {
630
+ "epoch": 1.4,
631
+ "learning_rate": 2.7644038601038813e-05,
632
+ "loss": 0.0082,
633
+ "step": 10400
634
+ },
635
+ {
636
+ "epoch": 1.41,
637
+ "learning_rate": 2.7293503693483008e-05,
638
+ "loss": 0.0047,
639
+ "step": 10500
640
+ },
641
+ {
642
+ "epoch": 1.43,
643
+ "learning_rate": 2.6942513443527008e-05,
644
+ "loss": 0.0024,
645
+ "step": 10600
646
+ },
647
+ {
648
+ "epoch": 1.44,
649
+ "learning_rate": 2.6591137535271742e-05,
650
+ "loss": 0.0041,
651
+ "step": 10700
652
+ },
653
+ {
654
+ "epoch": 1.45,
655
+ "learning_rate": 2.6239445729385104e-05,
656
+ "loss": 0.0041,
657
+ "step": 10800
658
+ },
659
+ {
660
+ "epoch": 1.47,
661
+ "learning_rate": 2.5887507849251914e-05,
662
+ "loss": 0.0059,
663
+ "step": 10900
664
+ },
665
+ {
666
+ "epoch": 1.48,
667
+ "learning_rate": 2.5535393767111533e-05,
668
+ "loss": 0.0032,
669
+ "step": 11000
670
+ },
671
+ {
672
+ "epoch": 1.49,
673
+ "learning_rate": 2.5183173390185736e-05,
674
+ "loss": 0.004,
675
+ "step": 11100
676
+ },
677
+ {
678
+ "epoch": 1.51,
679
+ "learning_rate": 2.483091664679959e-05,
680
+ "loss": 0.0039,
681
+ "step": 11200
682
+ },
683
+ {
684
+ "epoch": 1.52,
685
+ "learning_rate": 2.44786934724982e-05,
686
+ "loss": 0.004,
687
+ "step": 11300
688
+ },
689
+ {
690
+ "epoch": 1.53,
691
+ "learning_rate": 2.4126573796162015e-05,
692
+ "loss": 0.0033,
693
+ "step": 11400
694
+ },
695
+ {
696
+ "epoch": 1.55,
697
+ "learning_rate": 2.377462752612344e-05,
698
+ "loss": 0.0091,
699
+ "step": 11500
700
+ },
701
+ {
702
+ "epoch": 1.56,
703
+ "learning_rate": 2.3422924536287548e-05,
704
+ "loss": 0.0049,
705
+ "step": 11600
706
+ },
707
+ {
708
+ "epoch": 1.57,
709
+ "learning_rate": 2.307153465225958e-05,
710
+ "loss": 0.0048,
711
+ "step": 11700
712
+ },
713
+ {
714
+ "epoch": 1.59,
715
+ "learning_rate": 2.272052763748209e-05,
716
+ "loss": 0.0024,
717
+ "step": 11800
718
+ },
719
+ {
720
+ "epoch": 1.6,
721
+ "learning_rate": 2.2369973179384445e-05,
722
+ "loss": 0.0058,
723
+ "step": 11900
724
+ },
725
+ {
726
+ "epoch": 1.61,
727
+ "learning_rate": 2.201994087554733e-05,
728
+ "loss": 0.0098,
729
+ "step": 12000
730
+ },
731
+ {
732
+ "epoch": 1.63,
733
+ "learning_rate": 2.167050021988514e-05,
734
+ "loss": 0.0063,
735
+ "step": 12100
736
+ },
737
+ {
738
+ "epoch": 1.64,
739
+ "learning_rate": 2.1321720588848995e-05,
740
+ "loss": 0.0035,
741
+ "step": 12200
742
+ },
743
+ {
744
+ "epoch": 1.65,
745
+ "learning_rate": 2.097367122765301e-05,
746
+ "loss": 0.0075,
747
+ "step": 12300
748
+ },
749
+ {
750
+ "epoch": 1.67,
751
+ "learning_rate": 2.0626421236526656e-05,
752
+ "loss": 0.0048,
753
+ "step": 12400
754
+ },
755
+ {
756
+ "epoch": 1.68,
757
+ "learning_rate": 2.0280039556995902e-05,
758
+ "loss": 0.0036,
759
+ "step": 12500
760
+ },
761
+ {
762
+ "epoch": 1.7,
763
+ "learning_rate": 1.9934594958195834e-05,
764
+ "loss": 0.0039,
765
+ "step": 12600
766
+ },
767
+ {
768
+ "epoch": 1.71,
769
+ "learning_rate": 1.9590156023217553e-05,
770
+ "loss": 0.0045,
771
+ "step": 12700
772
+ },
773
+ {
774
+ "epoch": 1.72,
775
+ "learning_rate": 1.9250219243814994e-05,
776
+ "loss": 0.0051,
777
+ "step": 12800
778
+ },
779
+ {
780
+ "epoch": 1.74,
781
+ "learning_rate": 1.8907984814652774e-05,
782
+ "loss": 0.0033,
783
+ "step": 12900
784
+ },
785
+ {
786
+ "epoch": 1.75,
787
+ "learning_rate": 1.8566959868093257e-05,
788
+ "loss": 0.0053,
789
+ "step": 13000
790
+ },
791
+ {
792
+ "epoch": 1.76,
793
+ "learning_rate": 1.8227212109768717e-05,
794
+ "loss": 0.0018,
795
+ "step": 13100
796
+ },
797
+ {
798
+ "epoch": 1.78,
799
+ "learning_rate": 1.7888808991743948e-05,
800
+ "loss": 0.0056,
801
+ "step": 13200
802
+ },
803
+ {
804
+ "epoch": 1.79,
805
+ "learning_rate": 1.7551817699124613e-05,
806
+ "loss": 0.0054,
807
+ "step": 13300
808
+ },
809
+ {
810
+ "epoch": 1.8,
811
+ "learning_rate": 1.721630513671862e-05,
812
+ "loss": 0.0087,
813
+ "step": 13400
814
+ },
815
+ {
816
+ "epoch": 1.82,
817
+ "learning_rate": 1.6882337915753093e-05,
818
+ "loss": 0.0054,
819
+ "step": 13500
820
+ },
821
+ {
822
+ "epoch": 1.83,
823
+ "learning_rate": 1.65499823406497e-05,
824
+ "loss": 0.0045,
825
+ "step": 13600
826
+ },
827
+ {
828
+ "epoch": 1.84,
829
+ "learning_rate": 1.621930439586083e-05,
830
+ "loss": 0.0043,
831
+ "step": 13700
832
+ },
833
+ {
834
+ "epoch": 1.86,
835
+ "learning_rate": 1.5890369732769356e-05,
836
+ "loss": 0.0031,
837
+ "step": 13800
838
+ },
839
+ {
840
+ "epoch": 1.87,
841
+ "learning_rate": 1.5563243656654454e-05,
842
+ "loss": 0.0038,
843
+ "step": 13900
844
+ },
845
+ {
846
+ "epoch": 1.88,
847
+ "learning_rate": 1.5237991113726185e-05,
848
+ "loss": 0.0018,
849
+ "step": 14000
850
+ },
851
+ {
852
+ "epoch": 1.9,
853
+ "learning_rate": 1.4914676678231354e-05,
854
+ "loss": 0.0073,
855
+ "step": 14100
856
+ },
857
+ {
858
+ "epoch": 1.91,
859
+ "learning_rate": 1.4593364539633242e-05,
860
+ "loss": 0.0049,
861
+ "step": 14200
862
+ },
863
+ {
864
+ "epoch": 1.92,
865
+ "learning_rate": 1.4274118489867638e-05,
866
+ "loss": 0.0042,
867
+ "step": 14300
868
+ },
869
+ {
870
+ "epoch": 1.94,
871
+ "learning_rate": 1.3957001910677942e-05,
872
+ "loss": 0.0047,
873
+ "step": 14400
874
+ },
875
+ {
876
+ "epoch": 1.95,
877
+ "learning_rate": 1.3642077761031574e-05,
878
+ "loss": 0.0035,
879
+ "step": 14500
880
+ },
881
+ {
882
+ "epoch": 1.96,
883
+ "learning_rate": 1.3329408564620358e-05,
884
+ "loss": 0.0054,
885
+ "step": 14600
886
+ },
887
+ {
888
+ "epoch": 1.98,
889
+ "learning_rate": 1.3019056397447415e-05,
890
+ "loss": 0.0023,
891
+ "step": 14700
892
+ },
893
+ {
894
+ "epoch": 1.99,
895
+ "learning_rate": 1.2711082875502745e-05,
896
+ "loss": 0.0057,
897
+ "step": 14800
898
+ },
899
+ {
900
+ "epoch": 2.0,
901
+ "learning_rate": 1.2405549142530348e-05,
902
+ "loss": 0.0029,
903
+ "step": 14900
904
+ },
905
+ {
906
+ "epoch": 2.02,
907
+ "learning_rate": 1.2102515857888976e-05,
908
+ "loss": 0.0027,
909
+ "step": 15000
910
+ }
911
+ ],
912
+ "logging_steps": 100,
913
+ "max_steps": 22296,
914
+ "num_train_epochs": 3,
915
+ "save_steps": 3000,
916
+ "total_flos": 6.061422974784553e+18,
917
+ "trial_name": null,
918
+ "trial_params": null
919
+ }
LLM-Detector-V6-11w/checkpoint-15000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8e02268b0e5756331085a22abe601ecb2daf8e3353b9a1d6d712573829b67ec
3
+ size 4600
LLM-Detector-V6-11w/checkpoint-18000/README.md ADDED
@@ -0,0 +1,219 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: ./Llama-2-13b-chat-hf
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
+ - **Shared by [optional]:** [More Information Needed]
22
+ - **Model type:** [More Information Needed]
23
+ - **Language(s) (NLP):** [More Information Needed]
24
+ - **License:** [More Information Needed]
25
+ - **Finetuned from model [optional]:** [More Information Needed]
26
+
27
+ ### Model Sources [optional]
28
+
29
+ <!-- Provide the basic links for the model. -->
30
+
31
+ - **Repository:** [More Information Needed]
32
+ - **Paper [optional]:** [More Information Needed]
33
+ - **Demo [optional]:** [More Information Needed]
34
+
35
+ ## Uses
36
+
37
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
38
+
39
+ ### Direct Use
40
+
41
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
42
+
43
+ [More Information Needed]
44
+
45
+ ### Downstream Use [optional]
46
+
47
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Out-of-Scope Use
52
+
53
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
54
+
55
+ [More Information Needed]
56
+
57
+ ## Bias, Risks, and Limitations
58
+
59
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ### Recommendations
64
+
65
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
66
+
67
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
68
+
69
+ ## How to Get Started with the Model
70
+
71
+ Use the code below to get started with the model.
72
+
73
+ [More Information Needed]
74
+
75
+ ## Training Details
76
+
77
+ ### Training Data
78
+
79
+ <!-- This should link to a Data 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. -->
80
+
81
+ [More Information Needed]
82
+
83
+ ### Training Procedure
84
+
85
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
86
+
87
+ #### Preprocessing [optional]
88
+
89
+ [More Information Needed]
90
+
91
+
92
+ #### Training Hyperparameters
93
+
94
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
95
+
96
+ #### Speeds, Sizes, Times [optional]
97
+
98
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
99
+
100
+ [More Information Needed]
101
+
102
+ ## Evaluation
103
+
104
+ <!-- This section describes the evaluation protocols and provides the results. -->
105
+
106
+ ### Testing Data, Factors & Metrics
107
+
108
+ #### Testing Data
109
+
110
+ <!-- This should link to a Data Card if possible. -->
111
+
112
+ [More Information Needed]
113
+
114
+ #### Factors
115
+
116
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Metrics
121
+
122
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
123
+
124
+ [More Information Needed]
125
+
126
+ ### Results
127
+
128
+ [More Information Needed]
129
+
130
+ #### Summary
131
+
132
+
133
+
134
+ ## Model Examination [optional]
135
+
136
+ <!-- Relevant interpretability work for the model goes here -->
137
+
138
+ [More Information Needed]
139
+
140
+ ## Environmental Impact
141
+
142
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
143
+
144
+ 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).
145
+
146
+ - **Hardware Type:** [More Information Needed]
147
+ - **Hours used:** [More Information Needed]
148
+ - **Cloud Provider:** [More Information Needed]
149
+ - **Compute Region:** [More Information Needed]
150
+ - **Carbon Emitted:** [More Information Needed]
151
+
152
+ ## Technical Specifications [optional]
153
+
154
+ ### Model Architecture and Objective
155
+
156
+ [More Information Needed]
157
+
158
+ ### Compute Infrastructure
159
+
160
+ [More Information Needed]
161
+
162
+ #### Hardware
163
+
164
+ [More Information Needed]
165
+
166
+ #### Software
167
+
168
+ [More Information Needed]
169
+
170
+ ## Citation [optional]
171
+
172
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
173
+
174
+ **BibTeX:**
175
+
176
+ [More Information Needed]
177
+
178
+ **APA:**
179
+
180
+ [More Information Needed]
181
+
182
+ ## Glossary [optional]
183
+
184
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
185
+
186
+ [More Information Needed]
187
+
188
+ ## More Information [optional]
189
+
190
+ [More Information Needed]
191
+
192
+ ## Model Card Authors [optional]
193
+
194
+ [More Information Needed]
195
+
196
+ ## Model Card Contact
197
+
198
+ [More Information Needed]
199
+
200
+
201
+ ## Training procedure
202
+
203
+
204
+ The following `bitsandbytes` quantization config was used during training:
205
+ - quant_method: QuantizationMethod.BITS_AND_BYTES
206
+ - load_in_8bit: False
207
+ - load_in_4bit: True
208
+ - llm_int8_threshold: 6.0
209
+ - llm_int8_skip_modules: None
210
+ - llm_int8_enable_fp32_cpu_offload: False
211
+ - llm_int8_has_fp16_weight: False
212
+ - bnb_4bit_quant_type: nf4
213
+ - bnb_4bit_use_double_quant: True
214
+ - bnb_4bit_compute_dtype: float16
215
+
216
+ ### Framework versions
217
+
218
+
219
+ - PEFT 0.6.2
LLM-Detector-V6-11w/checkpoint-18000/adapter_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "./Llama-2-13b-chat-hf",
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
+ "lora_alpha": 16.0,
12
+ "lora_dropout": 0.1,
13
+ "modules_to_save": null,
14
+ "peft_type": "LORA",
15
+ "r": 8,
16
+ "rank_pattern": {},
17
+ "revision": null,
18
+ "target_modules": [
19
+ "v_proj",
20
+ "q_proj"
21
+ ],
22
+ "task_type": "CAUSAL_LM"
23
+ }
LLM-Detector-V6-11w/checkpoint-18000/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:647a0ce4fb628b022d678a92631804f83407084405d667b0c6b15a30f8cb6156
3
+ size 26272202
LLM-Detector-V6-11w/checkpoint-18000/added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<pad>": 32000
3
+ }
LLM-Detector-V6-11w/checkpoint-18000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4299f6817661411f28f9a40562aba71928bbcfbdf6a74f50d8fd18e8c43a48fb
3
+ size 52563258
LLM-Detector-V6-11w/checkpoint-18000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd7f8519cb4f65bd8d7d7c81fa577f426f2ae7765ead12fb83798d0fb070378d
3
+ size 14244
LLM-Detector-V6-11w/checkpoint-18000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2b5e724b92e3c790cd02dcd2b4398695562b88e92dd9b50779e6101c7786176
3
+ size 1064
LLM-Detector-V6-11w/checkpoint-18000/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<unk>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
LLM-Detector-V6-11w/checkpoint-18000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
LLM-Detector-V6-11w/checkpoint-18000/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
LLM-Detector-V6-11w/checkpoint-18000/tokenizer_config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "bos_token": {
5
+ "__type": "AddedToken",
6
+ "content": "<s>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "clean_up_tokenization_spaces": false,
13
+ "eos_token": {
14
+ "__type": "AddedToken",
15
+ "content": "</s>",
16
+ "lstrip": false,
17
+ "normalized": true,
18
+ "rstrip": false,
19
+ "single_word": false
20
+ },
21
+ "legacy": false,
22
+ "model_max_length": 1000000000000000019884624838656,
23
+ "pad_token": null,
24
+ "padding_side": "right",
25
+ "sp_model_kwargs": {},
26
+ "spaces_between_special_tokens": false,
27
+ "split_special_tokens": false,
28
+ "tokenizer_class": "LlamaTokenizer",
29
+ "unk_token": {
30
+ "__type": "AddedToken",
31
+ "content": "<unk>",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "use_default_system_prompt": true
38
+ }
LLM-Detector-V6-11w/checkpoint-18000/trainer_state.json ADDED
@@ -0,0 +1,1099 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.421714708553362,
5
+ "eval_steps": 500,
6
+ "global_step": 18000,
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.01,
13
+ "learning_rate": 4.9997567688496474e-05,
14
+ "loss": 2.9132,
15
+ "step": 100
16
+ },
17
+ {
18
+ "epoch": 0.03,
19
+ "learning_rate": 4.9990172715142793e-05,
20
+ "loss": 0.0721,
21
+ "step": 200
22
+ },
23
+ {
24
+ "epoch": 0.04,
25
+ "learning_rate": 4.997781629993153e-05,
26
+ "loss": 0.0757,
27
+ "step": 300
28
+ },
29
+ {
30
+ "epoch": 0.05,
31
+ "learning_rate": 4.9960500896052476e-05,
32
+ "loss": 0.0599,
33
+ "step": 400
34
+ },
35
+ {
36
+ "epoch": 0.07,
37
+ "learning_rate": 4.9938477167054135e-05,
38
+ "loss": 0.0353,
39
+ "step": 500
40
+ },
41
+ {
42
+ "epoch": 0.08,
43
+ "learning_rate": 4.9911304569050045e-05,
44
+ "loss": 0.0256,
45
+ "step": 600
46
+ },
47
+ {
48
+ "epoch": 0.09,
49
+ "learning_rate": 4.987918618733232e-05,
50
+ "loss": 0.0173,
51
+ "step": 700
52
+ },
53
+ {
54
+ "epoch": 0.11,
55
+ "learning_rate": 4.98421283985469e-05,
56
+ "loss": 0.0276,
57
+ "step": 800
58
+ },
59
+ {
60
+ "epoch": 0.12,
61
+ "learning_rate": 4.9800138559988466e-05,
62
+ "loss": 0.0225,
63
+ "step": 900
64
+ },
65
+ {
66
+ "epoch": 0.13,
67
+ "learning_rate": 4.97532250081397e-05,
68
+ "loss": 0.026,
69
+ "step": 1000
70
+ },
71
+ {
72
+ "epoch": 0.15,
73
+ "learning_rate": 4.970139705701628e-05,
74
+ "loss": 0.0271,
75
+ "step": 1100
76
+ },
77
+ {
78
+ "epoch": 0.16,
79
+ "learning_rate": 4.9644664996317616e-05,
80
+ "loss": 0.0231,
81
+ "step": 1200
82
+ },
83
+ {
84
+ "epoch": 0.17,
85
+ "learning_rate": 4.958304008938407e-05,
86
+ "loss": 0.0196,
87
+ "step": 1300
88
+ },
89
+ {
90
+ "epoch": 0.19,
91
+ "learning_rate": 4.951653457096072e-05,
92
+ "loss": 0.0124,
93
+ "step": 1400
94
+ },
95
+ {
96
+ "epoch": 0.2,
97
+ "learning_rate": 4.944516164476834e-05,
98
+ "loss": 0.0159,
99
+ "step": 1500
100
+ },
101
+ {
102
+ "epoch": 0.22,
103
+ "learning_rate": 4.9368935480882034e-05,
104
+ "loss": 0.0144,
105
+ "step": 1600
106
+ },
107
+ {
108
+ "epoch": 0.23,
109
+ "learning_rate": 4.9287871212917866e-05,
110
+ "loss": 0.0182,
111
+ "step": 1700
112
+ },
113
+ {
114
+ "epoch": 0.24,
115
+ "learning_rate": 4.9201984935028426e-05,
116
+ "loss": 0.018,
117
+ "step": 1800
118
+ },
119
+ {
120
+ "epoch": 0.26,
121
+ "learning_rate": 4.911129369870746e-05,
122
+ "loss": 0.0156,
123
+ "step": 1900
124
+ },
125
+ {
126
+ "epoch": 0.27,
127
+ "learning_rate": 4.90158155094046e-05,
128
+ "loss": 0.0146,
129
+ "step": 2000
130
+ },
131
+ {
132
+ "epoch": 0.28,
133
+ "learning_rate": 4.8915569322950615e-05,
134
+ "loss": 0.0196,
135
+ "step": 2100
136
+ },
137
+ {
138
+ "epoch": 0.3,
139
+ "learning_rate": 4.8810575041794e-05,
140
+ "loss": 0.02,
141
+ "step": 2200
142
+ },
143
+ {
144
+ "epoch": 0.31,
145
+ "learning_rate": 4.8700853511049656e-05,
146
+ "loss": 0.0143,
147
+ "step": 2300
148
+ },
149
+ {
150
+ "epoch": 0.32,
151
+ "learning_rate": 4.858642651436035e-05,
152
+ "loss": 0.0111,
153
+ "step": 2400
154
+ },
155
+ {
156
+ "epoch": 0.34,
157
+ "learning_rate": 4.846731676957191e-05,
158
+ "loss": 0.0179,
159
+ "step": 2500
160
+ },
161
+ {
162
+ "epoch": 0.35,
163
+ "learning_rate": 4.834354792422293e-05,
164
+ "loss": 0.0133,
165
+ "step": 2600
166
+ },
167
+ {
168
+ "epoch": 0.36,
169
+ "learning_rate": 4.821514455084985e-05,
170
+ "loss": 0.0112,
171
+ "step": 2700
172
+ },
173
+ {
174
+ "epoch": 0.38,
175
+ "learning_rate": 4.8082132142108465e-05,
176
+ "loss": 0.0131,
177
+ "step": 2800
178
+ },
179
+ {
180
+ "epoch": 0.39,
181
+ "learning_rate": 4.794453710571272e-05,
182
+ "loss": 0.0134,
183
+ "step": 2900
184
+ },
185
+ {
186
+ "epoch": 0.4,
187
+ "learning_rate": 4.780238675919182e-05,
188
+ "loss": 0.0084,
189
+ "step": 3000
190
+ },
191
+ {
192
+ "epoch": 0.42,
193
+ "learning_rate": 4.765570932446672e-05,
194
+ "loss": 0.0069,
195
+ "step": 3100
196
+ },
197
+ {
198
+ "epoch": 0.43,
199
+ "learning_rate": 4.75045339222471e-05,
200
+ "loss": 0.0186,
201
+ "step": 3200
202
+ },
203
+ {
204
+ "epoch": 0.44,
205
+ "learning_rate": 4.734889056624983e-05,
206
+ "loss": 0.0138,
207
+ "step": 3300
208
+ },
209
+ {
210
+ "epoch": 0.46,
211
+ "learning_rate": 4.718881015724017e-05,
212
+ "loss": 0.012,
213
+ "step": 3400
214
+ },
215
+ {
216
+ "epoch": 0.47,
217
+ "learning_rate": 4.702432447689692e-05,
218
+ "loss": 0.0121,
219
+ "step": 3500
220
+ },
221
+ {
222
+ "epoch": 0.48,
223
+ "learning_rate": 4.6855466181502544e-05,
224
+ "loss": 0.0104,
225
+ "step": 3600
226
+ },
227
+ {
228
+ "epoch": 0.5,
229
+ "learning_rate": 4.66822687954598e-05,
230
+ "loss": 0.014,
231
+ "step": 3700
232
+ },
233
+ {
234
+ "epoch": 0.51,
235
+ "learning_rate": 4.65047667046359e-05,
236
+ "loss": 0.0085,
237
+ "step": 3800
238
+ },
239
+ {
240
+ "epoch": 0.52,
241
+ "learning_rate": 4.632299514953571e-05,
242
+ "loss": 0.0111,
243
+ "step": 3900
244
+ },
245
+ {
246
+ "epoch": 0.54,
247
+ "learning_rate": 4.613699021830524e-05,
248
+ "loss": 0.0122,
249
+ "step": 4000
250
+ },
251
+ {
252
+ "epoch": 0.55,
253
+ "learning_rate": 4.59467888395669e-05,
254
+ "loss": 0.0082,
255
+ "step": 4100
256
+ },
257
+ {
258
+ "epoch": 0.57,
259
+ "learning_rate": 4.575242877508777e-05,
260
+ "loss": 0.0087,
261
+ "step": 4200
262
+ },
263
+ {
264
+ "epoch": 0.58,
265
+ "learning_rate": 4.5553948612282607e-05,
266
+ "loss": 0.0115,
267
+ "step": 4300
268
+ },
269
+ {
270
+ "epoch": 0.59,
271
+ "learning_rate": 4.5351387756552846e-05,
272
+ "loss": 0.0069,
273
+ "step": 4400
274
+ },
275
+ {
276
+ "epoch": 0.61,
277
+ "learning_rate": 4.51447864234632e-05,
278
+ "loss": 0.0099,
279
+ "step": 4500
280
+ },
281
+ {
282
+ "epoch": 0.62,
283
+ "learning_rate": 4.4934185630757484e-05,
284
+ "loss": 0.0087,
285
+ "step": 4600
286
+ },
287
+ {
288
+ "epoch": 0.63,
289
+ "learning_rate": 4.4719627190215064e-05,
290
+ "loss": 0.0096,
291
+ "step": 4700
292
+ },
293
+ {
294
+ "epoch": 0.65,
295
+ "learning_rate": 4.450115369934976e-05,
296
+ "loss": 0.0122,
297
+ "step": 4800
298
+ },
299
+ {
300
+ "epoch": 0.66,
301
+ "learning_rate": 4.427880853295274e-05,
302
+ "loss": 0.0076,
303
+ "step": 4900
304
+ },
305
+ {
306
+ "epoch": 0.67,
307
+ "learning_rate": 4.4052635834481025e-05,
308
+ "loss": 0.0071,
309
+ "step": 5000
310
+ },
311
+ {
312
+ "epoch": 0.69,
313
+ "learning_rate": 4.3822680507293455e-05,
314
+ "loss": 0.0105,
315
+ "step": 5100
316
+ },
317
+ {
318
+ "epoch": 0.7,
319
+ "learning_rate": 4.358898820573581e-05,
320
+ "loss": 0.0108,
321
+ "step": 5200
322
+ },
323
+ {
324
+ "epoch": 0.71,
325
+ "learning_rate": 4.3351605326076724e-05,
326
+ "loss": 0.0063,
327
+ "step": 5300
328
+ },
329
+ {
330
+ "epoch": 0.73,
331
+ "learning_rate": 4.3110578997296416e-05,
332
+ "loss": 0.0147,
333
+ "step": 5400
334
+ },
335
+ {
336
+ "epoch": 0.74,
337
+ "learning_rate": 4.286595707172986e-05,
338
+ "loss": 0.0135,
339
+ "step": 5500
340
+ },
341
+ {
342
+ "epoch": 0.75,
343
+ "learning_rate": 4.261778811556646e-05,
344
+ "loss": 0.0105,
345
+ "step": 5600
346
+ },
347
+ {
348
+ "epoch": 0.77,
349
+ "learning_rate": 4.236612139920786e-05,
350
+ "loss": 0.0131,
351
+ "step": 5700
352
+ },
353
+ {
354
+ "epoch": 0.78,
355
+ "learning_rate": 4.2111006887486035e-05,
356
+ "loss": 0.0085,
357
+ "step": 5800
358
+ },
359
+ {
360
+ "epoch": 0.79,
361
+ "learning_rate": 4.185249522974346e-05,
362
+ "loss": 0.0052,
363
+ "step": 5900
364
+ },
365
+ {
366
+ "epoch": 0.81,
367
+ "learning_rate": 4.159063774977748e-05,
368
+ "loss": 0.008,
369
+ "step": 6000
370
+ },
371
+ {
372
+ "epoch": 0.82,
373
+ "learning_rate": 4.1325486435650625e-05,
374
+ "loss": 0.011,
375
+ "step": 6100
376
+ },
377
+ {
378
+ "epoch": 0.83,
379
+ "learning_rate": 4.105709392936914e-05,
380
+ "loss": 0.0074,
381
+ "step": 6200
382
+ },
383
+ {
384
+ "epoch": 0.85,
385
+ "learning_rate": 4.0785513516431705e-05,
386
+ "loss": 0.0147,
387
+ "step": 6300
388
+ },
389
+ {
390
+ "epoch": 0.86,
391
+ "learning_rate": 4.051079911525031e-05,
392
+ "loss": 0.0049,
393
+ "step": 6400
394
+ },
395
+ {
396
+ "epoch": 0.87,
397
+ "learning_rate": 4.023300526644557e-05,
398
+ "loss": 0.0075,
399
+ "step": 6500
400
+ },
401
+ {
402
+ "epoch": 0.89,
403
+ "learning_rate": 3.995501009115527e-05,
404
+ "loss": 0.0114,
405
+ "step": 6600
406
+ },
407
+ {
408
+ "epoch": 0.9,
409
+ "learning_rate": 3.967125281105033e-05,
410
+ "loss": 0.0089,
411
+ "step": 6700
412
+ },
413
+ {
414
+ "epoch": 0.91,
415
+ "learning_rate": 3.93845827632495e-05,
416
+ "loss": 0.0066,
417
+ "step": 6800
418
+ },
419
+ {
420
+ "epoch": 0.93,
421
+ "learning_rate": 3.909505686199625e-05,
422
+ "loss": 0.0079,
423
+ "step": 6900
424
+ },
425
+ {
426
+ "epoch": 0.94,
427
+ "learning_rate": 3.880273258852296e-05,
428
+ "loss": 0.008,
429
+ "step": 7000
430
+ },
431
+ {
432
+ "epoch": 0.96,
433
+ "learning_rate": 3.850766797963886e-05,
434
+ "loss": 0.0068,
435
+ "step": 7100
436
+ },
437
+ {
438
+ "epoch": 0.97,
439
+ "learning_rate": 3.8209921616207645e-05,
440
+ "loss": 0.0069,
441
+ "step": 7200
442
+ },
443
+ {
444
+ "epoch": 0.98,
445
+ "learning_rate": 3.790955261151704e-05,
446
+ "loss": 0.0088,
447
+ "step": 7300
448
+ },
449
+ {
450
+ "epoch": 1.0,
451
+ "learning_rate": 3.7606620599542756e-05,
452
+ "loss": 0.0078,
453
+ "step": 7400
454
+ },
455
+ {
456
+ "epoch": 1.01,
457
+ "learning_rate": 3.730118572310899e-05,
458
+ "loss": 0.008,
459
+ "step": 7500
460
+ },
461
+ {
462
+ "epoch": 1.02,
463
+ "learning_rate": 3.699330862194794e-05,
464
+ "loss": 0.0057,
465
+ "step": 7600
466
+ },
467
+ {
468
+ "epoch": 1.04,
469
+ "learning_rate": 3.668305042066061e-05,
470
+ "loss": 0.0046,
471
+ "step": 7700
472
+ },
473
+ {
474
+ "epoch": 1.05,
475
+ "learning_rate": 3.637047271658145e-05,
476
+ "loss": 0.0059,
477
+ "step": 7800
478
+ },
479
+ {
480
+ "epoch": 1.06,
481
+ "learning_rate": 3.605563756754904e-05,
482
+ "loss": 0.0046,
483
+ "step": 7900
484
+ },
485
+ {
486
+ "epoch": 1.08,
487
+ "learning_rate": 3.573860747958544e-05,
488
+ "loss": 0.0085,
489
+ "step": 8000
490
+ },
491
+ {
492
+ "epoch": 1.09,
493
+ "learning_rate": 3.541944539448648e-05,
494
+ "loss": 0.0064,
495
+ "step": 8100
496
+ },
497
+ {
498
+ "epoch": 1.1,
499
+ "learning_rate": 3.509821467732553e-05,
500
+ "loss": 0.0064,
501
+ "step": 8200
502
+ },
503
+ {
504
+ "epoch": 1.12,
505
+ "learning_rate": 3.477822117325554e-05,
506
+ "loss": 0.0061,
507
+ "step": 8300
508
+ },
509
+ {
510
+ "epoch": 1.13,
511
+ "learning_rate": 3.445306400520726e-05,
512
+ "loss": 0.0087,
513
+ "step": 8400
514
+ },
515
+ {
516
+ "epoch": 1.14,
517
+ "learning_rate": 3.4126030066319e-05,
518
+ "loss": 0.0042,
519
+ "step": 8500
520
+ },
521
+ {
522
+ "epoch": 1.16,
523
+ "learning_rate": 3.379718428450832e-05,
524
+ "loss": 0.0071,
525
+ "step": 8600
526
+ },
527
+ {
528
+ "epoch": 1.17,
529
+ "learning_rate": 3.346659194740827e-05,
530
+ "loss": 0.0043,
531
+ "step": 8700
532
+ },
533
+ {
534
+ "epoch": 1.18,
535
+ "learning_rate": 3.313431868940551e-05,
536
+ "loss": 0.0062,
537
+ "step": 8800
538
+ },
539
+ {
540
+ "epoch": 1.2,
541
+ "learning_rate": 3.280043047860958e-05,
542
+ "loss": 0.0096,
543
+ "step": 8900
544
+ },
545
+ {
546
+ "epoch": 1.21,
547
+ "learning_rate": 3.24649936037558e-05,
548
+ "loss": 0.0049,
549
+ "step": 9000
550
+ },
551
+ {
552
+ "epoch": 1.22,
553
+ "learning_rate": 3.21280746610446e-05,
554
+ "loss": 0.0043,
555
+ "step": 9100
556
+ },
557
+ {
558
+ "epoch": 1.24,
559
+ "learning_rate": 3.1789740540919856e-05,
560
+ "loss": 0.006,
561
+ "step": 9200
562
+ },
563
+ {
564
+ "epoch": 1.25,
565
+ "learning_rate": 3.145005841478868e-05,
566
+ "loss": 0.0053,
567
+ "step": 9300
568
+ },
569
+ {
570
+ "epoch": 1.26,
571
+ "learning_rate": 3.1109095721685525e-05,
572
+ "loss": 0.0075,
573
+ "step": 9400
574
+ },
575
+ {
576
+ "epoch": 1.28,
577
+ "learning_rate": 3.076692015488315e-05,
578
+ "loss": 0.0048,
579
+ "step": 9500
580
+ },
581
+ {
582
+ "epoch": 1.29,
583
+ "learning_rate": 3.0423599648453037e-05,
584
+ "loss": 0.0063,
585
+ "step": 9600
586
+ },
587
+ {
588
+ "epoch": 1.31,
589
+ "learning_rate": 3.007920236377807e-05,
590
+ "loss": 0.0075,
591
+ "step": 9700
592
+ },
593
+ {
594
+ "epoch": 1.32,
595
+ "learning_rate": 2.9733796676020104e-05,
596
+ "loss": 0.0082,
597
+ "step": 9800
598
+ },
599
+ {
600
+ "epoch": 1.33,
601
+ "learning_rate": 2.938745116054501e-05,
602
+ "loss": 0.0054,
603
+ "step": 9900
604
+ },
605
+ {
606
+ "epoch": 1.35,
607
+ "learning_rate": 2.9040234579308025e-05,
608
+ "loss": 0.0042,
609
+ "step": 10000
610
+ },
611
+ {
612
+ "epoch": 1.36,
613
+ "learning_rate": 2.8692215867202042e-05,
614
+ "loss": 0.0112,
615
+ "step": 10100
616
+ },
617
+ {
618
+ "epoch": 1.37,
619
+ "learning_rate": 2.8343464118371603e-05,
620
+ "loss": 0.0059,
621
+ "step": 10200
622
+ },
623
+ {
624
+ "epoch": 1.39,
625
+ "learning_rate": 2.7994048572495225e-05,
626
+ "loss": 0.0034,
627
+ "step": 10300
628
+ },
629
+ {
630
+ "epoch": 1.4,
631
+ "learning_rate": 2.7644038601038813e-05,
632
+ "loss": 0.0082,
633
+ "step": 10400
634
+ },
635
+ {
636
+ "epoch": 1.41,
637
+ "learning_rate": 2.7293503693483008e-05,
638
+ "loss": 0.0047,
639
+ "step": 10500
640
+ },
641
+ {
642
+ "epoch": 1.43,
643
+ "learning_rate": 2.6942513443527008e-05,
644
+ "loss": 0.0024,
645
+ "step": 10600
646
+ },
647
+ {
648
+ "epoch": 1.44,
649
+ "learning_rate": 2.6591137535271742e-05,
650
+ "loss": 0.0041,
651
+ "step": 10700
652
+ },
653
+ {
654
+ "epoch": 1.45,
655
+ "learning_rate": 2.6239445729385104e-05,
656
+ "loss": 0.0041,
657
+ "step": 10800
658
+ },
659
+ {
660
+ "epoch": 1.47,
661
+ "learning_rate": 2.5887507849251914e-05,
662
+ "loss": 0.0059,
663
+ "step": 10900
664
+ },
665
+ {
666
+ "epoch": 1.48,
667
+ "learning_rate": 2.5535393767111533e-05,
668
+ "loss": 0.0032,
669
+ "step": 11000
670
+ },
671
+ {
672
+ "epoch": 1.49,
673
+ "learning_rate": 2.5183173390185736e-05,
674
+ "loss": 0.004,
675
+ "step": 11100
676
+ },
677
+ {
678
+ "epoch": 1.51,
679
+ "learning_rate": 2.483091664679959e-05,
680
+ "loss": 0.0039,
681
+ "step": 11200
682
+ },
683
+ {
684
+ "epoch": 1.52,
685
+ "learning_rate": 2.44786934724982e-05,
686
+ "loss": 0.004,
687
+ "step": 11300
688
+ },
689
+ {
690
+ "epoch": 1.53,
691
+ "learning_rate": 2.4126573796162015e-05,
692
+ "loss": 0.0033,
693
+ "step": 11400
694
+ },
695
+ {
696
+ "epoch": 1.55,
697
+ "learning_rate": 2.377462752612344e-05,
698
+ "loss": 0.0091,
699
+ "step": 11500
700
+ },
701
+ {
702
+ "epoch": 1.56,
703
+ "learning_rate": 2.3422924536287548e-05,
704
+ "loss": 0.0049,
705
+ "step": 11600
706
+ },
707
+ {
708
+ "epoch": 1.57,
709
+ "learning_rate": 2.307153465225958e-05,
710
+ "loss": 0.0048,
711
+ "step": 11700
712
+ },
713
+ {
714
+ "epoch": 1.59,
715
+ "learning_rate": 2.272052763748209e-05,
716
+ "loss": 0.0024,
717
+ "step": 11800
718
+ },
719
+ {
720
+ "epoch": 1.6,
721
+ "learning_rate": 2.2369973179384445e-05,
722
+ "loss": 0.0058,
723
+ "step": 11900
724
+ },
725
+ {
726
+ "epoch": 1.61,
727
+ "learning_rate": 2.201994087554733e-05,
728
+ "loss": 0.0098,
729
+ "step": 12000
730
+ },
731
+ {
732
+ "epoch": 1.63,
733
+ "learning_rate": 2.167050021988514e-05,
734
+ "loss": 0.0063,
735
+ "step": 12100
736
+ },
737
+ {
738
+ "epoch": 1.64,
739
+ "learning_rate": 2.1321720588848995e-05,
740
+ "loss": 0.0035,
741
+ "step": 12200
742
+ },
743
+ {
744
+ "epoch": 1.65,
745
+ "learning_rate": 2.097367122765301e-05,
746
+ "loss": 0.0075,
747
+ "step": 12300
748
+ },
749
+ {
750
+ "epoch": 1.67,
751
+ "learning_rate": 2.0626421236526656e-05,
752
+ "loss": 0.0048,
753
+ "step": 12400
754
+ },
755
+ {
756
+ "epoch": 1.68,
757
+ "learning_rate": 2.0280039556995902e-05,
758
+ "loss": 0.0036,
759
+ "step": 12500
760
+ },
761
+ {
762
+ "epoch": 1.7,
763
+ "learning_rate": 1.9934594958195834e-05,
764
+ "loss": 0.0039,
765
+ "step": 12600
766
+ },
767
+ {
768
+ "epoch": 1.71,
769
+ "learning_rate": 1.9590156023217553e-05,
770
+ "loss": 0.0045,
771
+ "step": 12700
772
+ },
773
+ {
774
+ "epoch": 1.72,
775
+ "learning_rate": 1.9250219243814994e-05,
776
+ "loss": 0.0051,
777
+ "step": 12800
778
+ },
779
+ {
780
+ "epoch": 1.74,
781
+ "learning_rate": 1.8907984814652774e-05,
782
+ "loss": 0.0033,
783
+ "step": 12900
784
+ },
785
+ {
786
+ "epoch": 1.75,
787
+ "learning_rate": 1.8566959868093257e-05,
788
+ "loss": 0.0053,
789
+ "step": 13000
790
+ },
791
+ {
792
+ "epoch": 1.76,
793
+ "learning_rate": 1.8227212109768717e-05,
794
+ "loss": 0.0018,
795
+ "step": 13100
796
+ },
797
+ {
798
+ "epoch": 1.78,
799
+ "learning_rate": 1.7888808991743948e-05,
800
+ "loss": 0.0056,
801
+ "step": 13200
802
+ },
803
+ {
804
+ "epoch": 1.79,
805
+ "learning_rate": 1.7551817699124613e-05,
806
+ "loss": 0.0054,
807
+ "step": 13300
808
+ },
809
+ {
810
+ "epoch": 1.8,
811
+ "learning_rate": 1.721630513671862e-05,
812
+ "loss": 0.0087,
813
+ "step": 13400
814
+ },
815
+ {
816
+ "epoch": 1.82,
817
+ "learning_rate": 1.6882337915753093e-05,
818
+ "loss": 0.0054,
819
+ "step": 13500
820
+ },
821
+ {
822
+ "epoch": 1.83,
823
+ "learning_rate": 1.65499823406497e-05,
824
+ "loss": 0.0045,
825
+ "step": 13600
826
+ },
827
+ {
828
+ "epoch": 1.84,
829
+ "learning_rate": 1.621930439586083e-05,
830
+ "loss": 0.0043,
831
+ "step": 13700
832
+ },
833
+ {
834
+ "epoch": 1.86,
835
+ "learning_rate": 1.5890369732769356e-05,
836
+ "loss": 0.0031,
837
+ "step": 13800
838
+ },
839
+ {
840
+ "epoch": 1.87,
841
+ "learning_rate": 1.5563243656654454e-05,
842
+ "loss": 0.0038,
843
+ "step": 13900
844
+ },
845
+ {
846
+ "epoch": 1.88,
847
+ "learning_rate": 1.5237991113726185e-05,
848
+ "loss": 0.0018,
849
+ "step": 14000
850
+ },
851
+ {
852
+ "epoch": 1.9,
853
+ "learning_rate": 1.4914676678231354e-05,
854
+ "loss": 0.0073,
855
+ "step": 14100
856
+ },
857
+ {
858
+ "epoch": 1.91,
859
+ "learning_rate": 1.4593364539633242e-05,
860
+ "loss": 0.0049,
861
+ "step": 14200
862
+ },
863
+ {
864
+ "epoch": 1.92,
865
+ "learning_rate": 1.4274118489867638e-05,
866
+ "loss": 0.0042,
867
+ "step": 14300
868
+ },
869
+ {
870
+ "epoch": 1.94,
871
+ "learning_rate": 1.3957001910677942e-05,
872
+ "loss": 0.0047,
873
+ "step": 14400
874
+ },
875
+ {
876
+ "epoch": 1.95,
877
+ "learning_rate": 1.3642077761031574e-05,
878
+ "loss": 0.0035,
879
+ "step": 14500
880
+ },
881
+ {
882
+ "epoch": 1.96,
883
+ "learning_rate": 1.3329408564620358e-05,
884
+ "loss": 0.0054,
885
+ "step": 14600
886
+ },
887
+ {
888
+ "epoch": 1.98,
889
+ "learning_rate": 1.3019056397447415e-05,
890
+ "loss": 0.0023,
891
+ "step": 14700
892
+ },
893
+ {
894
+ "epoch": 1.99,
895
+ "learning_rate": 1.2711082875502745e-05,
896
+ "loss": 0.0057,
897
+ "step": 14800
898
+ },
899
+ {
900
+ "epoch": 2.0,
901
+ "learning_rate": 1.2405549142530348e-05,
902
+ "loss": 0.0029,
903
+ "step": 14900
904
+ },
905
+ {
906
+ "epoch": 2.02,
907
+ "learning_rate": 1.2102515857888976e-05,
908
+ "loss": 0.0027,
909
+ "step": 15000
910
+ },
911
+ {
912
+ "epoch": 2.03,
913
+ "learning_rate": 1.1802043184509044e-05,
914
+ "loss": 0.0032,
915
+ "step": 15100
916
+ },
917
+ {
918
+ "epoch": 2.05,
919
+ "learning_rate": 1.1504190776948205e-05,
920
+ "loss": 0.0019,
921
+ "step": 15200
922
+ },
923
+ {
924
+ "epoch": 2.06,
925
+ "learning_rate": 1.1209017769547758e-05,
926
+ "loss": 0.0009,
927
+ "step": 15300
928
+ },
929
+ {
930
+ "epoch": 2.07,
931
+ "learning_rate": 1.0916582764692346e-05,
932
+ "loss": 0.0009,
933
+ "step": 15400
934
+ },
935
+ {
936
+ "epoch": 2.09,
937
+ "learning_rate": 1.062694382117534e-05,
938
+ "loss": 0.0009,
939
+ "step": 15500
940
+ },
941
+ {
942
+ "epoch": 2.1,
943
+ "learning_rate": 1.0340158442672049e-05,
944
+ "loss": 0.0012,
945
+ "step": 15600
946
+ },
947
+ {
948
+ "epoch": 2.11,
949
+ "learning_rate": 1.005910772256064e-05,
950
+ "loss": 0.0074,
951
+ "step": 15700
952
+ },
953
+ {
954
+ "epoch": 2.13,
955
+ "learning_rate": 9.778169762000127e-06,
956
+ "loss": 0.0012,
957
+ "step": 15800
958
+ },
959
+ {
960
+ "epoch": 2.14,
961
+ "learning_rate": 9.500253878419744e-06,
962
+ "loss": 0.0023,
963
+ "step": 15900
964
+ },
965
+ {
966
+ "epoch": 2.15,
967
+ "learning_rate": 9.225415248048676e-06,
968
+ "loss": 0.0013,
969
+ "step": 16000
970
+ },
971
+ {
972
+ "epoch": 2.17,
973
+ "learning_rate": 8.956409824144358e-06,
974
+ "loss": 0.0031,
975
+ "step": 16100
976
+ },
977
+ {
978
+ "epoch": 2.18,
979
+ "learning_rate": 8.687856651695316e-06,
980
+ "loss": 0.0029,
981
+ "step": 16200
982
+ },
983
+ {
984
+ "epoch": 2.19,
985
+ "learning_rate": 8.422542022321477e-06,
986
+ "loss": 0.0038,
987
+ "step": 16300
988
+ },
989
+ {
990
+ "epoch": 2.21,
991
+ "learning_rate": 8.160518610453013e-06,
992
+ "loss": 0.0032,
993
+ "step": 16400
994
+ },
995
+ {
996
+ "epoch": 2.22,
997
+ "learning_rate": 7.901838437095879e-06,
998
+ "loss": 0.0005,
999
+ "step": 16500
1000
+ },
1001
+ {
1002
+ "epoch": 2.23,
1003
+ "learning_rate": 7.646552859503738e-06,
1004
+ "loss": 0.0021,
1005
+ "step": 16600
1006
+ },
1007
+ {
1008
+ "epoch": 2.25,
1009
+ "learning_rate": 7.3947125609818005e-06,
1010
+ "loss": 0.0007,
1011
+ "step": 16700
1012
+ },
1013
+ {
1014
+ "epoch": 2.26,
1015
+ "learning_rate": 7.146367540824281e-06,
1016
+ "loss": 0.002,
1017
+ "step": 16800
1018
+ },
1019
+ {
1020
+ "epoch": 2.27,
1021
+ "learning_rate": 6.9015671043878185e-06,
1022
+ "loss": 0.0028,
1023
+ "step": 16900
1024
+ },
1025
+ {
1026
+ "epoch": 2.29,
1027
+ "learning_rate": 6.660359853302589e-06,
1028
+ "loss": 0.0026,
1029
+ "step": 17000
1030
+ },
1031
+ {
1032
+ "epoch": 2.3,
1033
+ "learning_rate": 6.422793675823113e-06,
1034
+ "loss": 0.0004,
1035
+ "step": 17100
1036
+ },
1037
+ {
1038
+ "epoch": 2.31,
1039
+ "learning_rate": 6.188915737320777e-06,
1040
+ "loss": 0.0018,
1041
+ "step": 17200
1042
+ },
1043
+ {
1044
+ "epoch": 2.33,
1045
+ "learning_rate": 5.958772470919794e-06,
1046
+ "loss": 0.0043,
1047
+ "step": 17300
1048
+ },
1049
+ {
1050
+ "epoch": 2.34,
1051
+ "learning_rate": 5.732409568278555e-06,
1052
+ "loss": 0.0022,
1053
+ "step": 17400
1054
+ },
1055
+ {
1056
+ "epoch": 2.35,
1057
+ "learning_rate": 5.509871970518238e-06,
1058
+ "loss": 0.0002,
1059
+ "step": 17500
1060
+ },
1061
+ {
1062
+ "epoch": 2.37,
1063
+ "learning_rate": 5.291203859300376e-06,
1064
+ "loss": 0.0003,
1065
+ "step": 17600
1066
+ },
1067
+ {
1068
+ "epoch": 2.38,
1069
+ "learning_rate": 5.076448648055207e-06,
1070
+ "loss": 0.0014,
1071
+ "step": 17700
1072
+ },
1073
+ {
1074
+ "epoch": 2.39,
1075
+ "learning_rate": 4.86564897336258e-06,
1076
+ "loss": 0.0012,
1077
+ "step": 17800
1078
+ },
1079
+ {
1080
+ "epoch": 2.41,
1081
+ "learning_rate": 4.658846686487034e-06,
1082
+ "loss": 0.0035,
1083
+ "step": 17900
1084
+ },
1085
+ {
1086
+ "epoch": 2.42,
1087
+ "learning_rate": 4.4560828450688815e-06,
1088
+ "loss": 0.0014,
1089
+ "step": 18000
1090
+ }
1091
+ ],
1092
+ "logging_steps": 100,
1093
+ "max_steps": 22296,
1094
+ "num_train_epochs": 3,
1095
+ "save_steps": 3000,
1096
+ "total_flos": 7.275770111159747e+18,
1097
+ "trial_name": null,
1098
+ "trial_params": null
1099
+ }
LLM-Detector-V6-11w/checkpoint-18000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8e02268b0e5756331085a22abe601ecb2daf8e3353b9a1d6d712573829b67ec
3
+ size 4600
LLM-Detector-V6-11w/checkpoint-21000/README.md ADDED
@@ -0,0 +1,219 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: ./Llama-2-13b-chat-hf
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
+ - **Shared by [optional]:** [More Information Needed]
22
+ - **Model type:** [More Information Needed]
23
+ - **Language(s) (NLP):** [More Information Needed]
24
+ - **License:** [More Information Needed]
25
+ - **Finetuned from model [optional]:** [More Information Needed]
26
+
27
+ ### Model Sources [optional]
28
+
29
+ <!-- Provide the basic links for the model. -->
30
+
31
+ - **Repository:** [More Information Needed]
32
+ - **Paper [optional]:** [More Information Needed]
33
+ - **Demo [optional]:** [More Information Needed]
34
+
35
+ ## Uses
36
+
37
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
38
+
39
+ ### Direct Use
40
+
41
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
42
+
43
+ [More Information Needed]
44
+
45
+ ### Downstream Use [optional]
46
+
47
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Out-of-Scope Use
52
+
53
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
54
+
55
+ [More Information Needed]
56
+
57
+ ## Bias, Risks, and Limitations
58
+
59
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ### Recommendations
64
+
65
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
66
+
67
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
68
+
69
+ ## How to Get Started with the Model
70
+
71
+ Use the code below to get started with the model.
72
+
73
+ [More Information Needed]
74
+
75
+ ## Training Details
76
+
77
+ ### Training Data
78
+
79
+ <!-- This should link to a Data 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. -->
80
+
81
+ [More Information Needed]
82
+
83
+ ### Training Procedure
84
+
85
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
86
+
87
+ #### Preprocessing [optional]
88
+
89
+ [More Information Needed]
90
+
91
+
92
+ #### Training Hyperparameters
93
+
94
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
95
+
96
+ #### Speeds, Sizes, Times [optional]
97
+
98
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
99
+
100
+ [More Information Needed]
101
+
102
+ ## Evaluation
103
+
104
+ <!-- This section describes the evaluation protocols and provides the results. -->
105
+
106
+ ### Testing Data, Factors & Metrics
107
+
108
+ #### Testing Data
109
+
110
+ <!-- This should link to a Data Card if possible. -->
111
+
112
+ [More Information Needed]
113
+
114
+ #### Factors
115
+
116
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Metrics
121
+
122
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
123
+
124
+ [More Information Needed]
125
+
126
+ ### Results
127
+
128
+ [More Information Needed]
129
+
130
+ #### Summary
131
+
132
+
133
+
134
+ ## Model Examination [optional]
135
+
136
+ <!-- Relevant interpretability work for the model goes here -->
137
+
138
+ [More Information Needed]
139
+
140
+ ## Environmental Impact
141
+
142
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
143
+
144
+ 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).
145
+
146
+ - **Hardware Type:** [More Information Needed]
147
+ - **Hours used:** [More Information Needed]
148
+ - **Cloud Provider:** [More Information Needed]
149
+ - **Compute Region:** [More Information Needed]
150
+ - **Carbon Emitted:** [More Information Needed]
151
+
152
+ ## Technical Specifications [optional]
153
+
154
+ ### Model Architecture and Objective
155
+
156
+ [More Information Needed]
157
+
158
+ ### Compute Infrastructure
159
+
160
+ [More Information Needed]
161
+
162
+ #### Hardware
163
+
164
+ [More Information Needed]
165
+
166
+ #### Software
167
+
168
+ [More Information Needed]
169
+
170
+ ## Citation [optional]
171
+
172
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
173
+
174
+ **BibTeX:**
175
+
176
+ [More Information Needed]
177
+
178
+ **APA:**
179
+
180
+ [More Information Needed]
181
+
182
+ ## Glossary [optional]
183
+
184
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
185
+
186
+ [More Information Needed]
187
+
188
+ ## More Information [optional]
189
+
190
+ [More Information Needed]
191
+
192
+ ## Model Card Authors [optional]
193
+
194
+ [More Information Needed]
195
+
196
+ ## Model Card Contact
197
+
198
+ [More Information Needed]
199
+
200
+
201
+ ## Training procedure
202
+
203
+
204
+ The following `bitsandbytes` quantization config was used during training:
205
+ - quant_method: QuantizationMethod.BITS_AND_BYTES
206
+ - load_in_8bit: False
207
+ - load_in_4bit: True
208
+ - llm_int8_threshold: 6.0
209
+ - llm_int8_skip_modules: None
210
+ - llm_int8_enable_fp32_cpu_offload: False
211
+ - llm_int8_has_fp16_weight: False
212
+ - bnb_4bit_quant_type: nf4
213
+ - bnb_4bit_use_double_quant: True
214
+ - bnb_4bit_compute_dtype: float16
215
+
216
+ ### Framework versions
217
+
218
+
219
+ - PEFT 0.6.2
LLM-Detector-V6-11w/checkpoint-21000/adapter_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "./Llama-2-13b-chat-hf",
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
+ "lora_alpha": 16.0,
12
+ "lora_dropout": 0.1,
13
+ "modules_to_save": null,
14
+ "peft_type": "LORA",
15
+ "r": 8,
16
+ "rank_pattern": {},
17
+ "revision": null,
18
+ "target_modules": [
19
+ "v_proj",
20
+ "q_proj"
21
+ ],
22
+ "task_type": "CAUSAL_LM"
23
+ }
LLM-Detector-V6-11w/checkpoint-21000/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26188027e6fd93cddb840f6b9a76bbb55611f48943c9602343aa52c6abbb6d3e
3
+ size 26272202
LLM-Detector-V6-11w/checkpoint-21000/added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<pad>": 32000
3
+ }
LLM-Detector-V6-11w/checkpoint-21000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:194536198c8cf71b2cfcdd97a6ab3bb7cd5c00179cd03fe1061e2dd5bbfba45b
3
+ size 52563258
LLM-Detector-V6-11w/checkpoint-21000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d6d93fcdaa85185605f2e67bcaf870caa287ba79a3c8f1036423dda634958b5
3
+ size 14244