PuxAI commited on
Commit
4e251f4
·
verified ·
1 Parent(s): 49dab88

Upload folder using huggingface_hub

Browse files
Files changed (36) hide show
  1. .gitattributes +3 -0
  2. experiments/sk-zh/README.md +59 -0
  3. experiments/sk-zh/adapter/README.md +210 -0
  4. experiments/sk-zh/adapter/adapter_config.json +50 -0
  5. experiments/sk-zh/adapter/adapter_model.safetensors +3 -0
  6. experiments/sk-zh/adapter/chat_template.jinja +109 -0
  7. experiments/sk-zh/adapter/special_tokens_map.json +23 -0
  8. experiments/sk-zh/adapter/tokenizer.json +3 -0
  9. experiments/sk-zh/adapter/tokenizer_config.json +2066 -0
  10. experiments/sk-zh/checkpoint-500/README.md +210 -0
  11. experiments/sk-zh/checkpoint-500/adapter_config.json +50 -0
  12. experiments/sk-zh/checkpoint-500/adapter_model.safetensors +3 -0
  13. experiments/sk-zh/checkpoint-500/chat_template.jinja +109 -0
  14. experiments/sk-zh/checkpoint-500/optimizer.pt +3 -0
  15. experiments/sk-zh/checkpoint-500/rng_state.pth +3 -0
  16. experiments/sk-zh/checkpoint-500/scheduler.pt +3 -0
  17. experiments/sk-zh/checkpoint-500/special_tokens_map.json +23 -0
  18. experiments/sk-zh/checkpoint-500/tokenizer.json +3 -0
  19. experiments/sk-zh/checkpoint-500/tokenizer_config.json +2066 -0
  20. experiments/sk-zh/checkpoint-500/trainer_state.json +734 -0
  21. experiments/sk-zh/checkpoint-500/training_args.bin +3 -0
  22. experiments/sk-zh/checkpoint-790/README.md +210 -0
  23. experiments/sk-zh/checkpoint-790/adapter_config.json +50 -0
  24. experiments/sk-zh/checkpoint-790/adapter_model.safetensors +3 -0
  25. experiments/sk-zh/checkpoint-790/chat_template.jinja +109 -0
  26. experiments/sk-zh/checkpoint-790/optimizer.pt +3 -0
  27. experiments/sk-zh/checkpoint-790/rng_state.pth +3 -0
  28. experiments/sk-zh/checkpoint-790/scheduler.pt +3 -0
  29. experiments/sk-zh/checkpoint-790/special_tokens_map.json +23 -0
  30. experiments/sk-zh/checkpoint-790/tokenizer.json +3 -0
  31. experiments/sk-zh/checkpoint-790/tokenizer_config.json +2066 -0
  32. experiments/sk-zh/checkpoint-790/trainer_state.json +1140 -0
  33. experiments/sk-zh/checkpoint-790/training_args.bin +3 -0
  34. experiments/sk-zh/metrics.json +12 -0
  35. experiments/sk-zh/preds_sk.csv +0 -0
  36. experiments/sk-zh/preds_zh.csv +545 -0
.gitattributes CHANGED
@@ -60,3 +60,6 @@ experiments/de-vi/checkpoint-790/tokenizer.json filter=lfs diff=lfs merge=lfs -t
60
  experiments/hr-zh/adapter/tokenizer.json filter=lfs diff=lfs merge=lfs -text
61
  experiments/hr-zh/checkpoint-500/tokenizer.json filter=lfs diff=lfs merge=lfs -text
62
  experiments/hr-zh/checkpoint-790/tokenizer.json filter=lfs diff=lfs merge=lfs -text
 
 
 
 
60
  experiments/hr-zh/adapter/tokenizer.json filter=lfs diff=lfs merge=lfs -text
61
  experiments/hr-zh/checkpoint-500/tokenizer.json filter=lfs diff=lfs merge=lfs -text
62
  experiments/hr-zh/checkpoint-790/tokenizer.json filter=lfs diff=lfs merge=lfs -text
63
+ experiments/sk-zh/adapter/tokenizer.json filter=lfs diff=lfs merge=lfs -text
64
+ experiments/sk-zh/checkpoint-500/tokenizer.json filter=lfs diff=lfs merge=lfs -text
65
+ experiments/sk-zh/checkpoint-790/tokenizer.json filter=lfs diff=lfs merge=lfs -text
experiments/sk-zh/README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/meta-llama-3.1-8b-instruct-bnb-4bit
3
+ library_name: transformers
4
+ model_name: sk-zh
5
+ tags:
6
+ - generated_from_trainer
7
+ - unsloth
8
+ - sft
9
+ - trl
10
+ licence: license
11
+ ---
12
+
13
+ # Model Card for sk-zh
14
+
15
+ This model is a fine-tuned version of [unsloth/meta-llama-3.1-8b-instruct-bnb-4bit](https://huggingface.co/unsloth/meta-llama-3.1-8b-instruct-bnb-4bit).
16
+ It has been trained using [TRL](https://github.com/huggingface/trl).
17
+
18
+ ## Quick start
19
+
20
+ ```python
21
+ from transformers import pipeline
22
+
23
+ question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
24
+ generator = pipeline("text-generation", model="None", device="cuda")
25
+ output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
26
+ print(output["generated_text"])
27
+ ```
28
+
29
+ ## Training procedure
30
+
31
+
32
+
33
+
34
+ This model was trained with SFT.
35
+
36
+ ### Framework versions
37
+
38
+ - TRL: 0.22.2
39
+ - Transformers: 4.56.0
40
+ - Pytorch: 2.8.0+cu129
41
+ - Datasets: 4.3.0
42
+ - Tokenizers: 0.22.0
43
+
44
+ ## Citations
45
+
46
+
47
+
48
+ Cite TRL as:
49
+
50
+ ```bibtex
51
+ @misc{vonwerra2022trl,
52
+ title = {{TRL: Transformer Reinforcement Learning}},
53
+ author = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallou{\'e}dec},
54
+ year = 2020,
55
+ journal = {GitHub repository},
56
+ publisher = {GitHub},
57
+ howpublished = {\url{https://github.com/huggingface/trl}}
58
+ }
59
+ ```
experiments/sk-zh/adapter/README.md ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/meta-llama-3.1-8b-instruct-bnb-4bit
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/meta-llama-3.1-8b-instruct-bnb-4bit
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ - unsloth
12
+ ---
13
+
14
+ # Model Card for Model ID
15
+
16
+ <!-- Provide a quick summary of what the model is/does. -->
17
+
18
+
19
+
20
+ ## Model Details
21
+
22
+ ### Model Description
23
+
24
+ <!-- Provide a longer summary of what this model is. -->
25
+
26
+
27
+
28
+ - **Developed by:** [More Information Needed]
29
+ - **Funded by [optional]:** [More Information Needed]
30
+ - **Shared by [optional]:** [More Information Needed]
31
+ - **Model type:** [More Information Needed]
32
+ - **Language(s) (NLP):** [More Information Needed]
33
+ - **License:** [More Information Needed]
34
+ - **Finetuned from model [optional]:** [More Information Needed]
35
+
36
+ ### Model Sources [optional]
37
+
38
+ <!-- Provide the basic links for the model. -->
39
+
40
+ - **Repository:** [More Information Needed]
41
+ - **Paper [optional]:** [More Information Needed]
42
+ - **Demo [optional]:** [More Information Needed]
43
+
44
+ ## Uses
45
+
46
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
47
+
48
+ ### Direct Use
49
+
50
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
51
+
52
+ [More Information Needed]
53
+
54
+ ### Downstream Use [optional]
55
+
56
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
57
+
58
+ [More Information Needed]
59
+
60
+ ### Out-of-Scope Use
61
+
62
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
63
+
64
+ [More Information Needed]
65
+
66
+ ## Bias, Risks, and Limitations
67
+
68
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
69
+
70
+ [More Information Needed]
71
+
72
+ ### Recommendations
73
+
74
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
75
+
76
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
77
+
78
+ ## How to Get Started with the Model
79
+
80
+ Use the code below to get started with the model.
81
+
82
+ [More Information Needed]
83
+
84
+ ## Training Details
85
+
86
+ ### Training Data
87
+
88
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
89
+
90
+ [More Information Needed]
91
+
92
+ ### Training Procedure
93
+
94
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
95
+
96
+ #### Preprocessing [optional]
97
+
98
+ [More Information Needed]
99
+
100
+
101
+ #### Training Hyperparameters
102
+
103
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
104
+
105
+ #### Speeds, Sizes, Times [optional]
106
+
107
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
108
+
109
+ [More Information Needed]
110
+
111
+ ## Evaluation
112
+
113
+ <!-- This section describes the evaluation protocols and provides the results. -->
114
+
115
+ ### Testing Data, Factors & Metrics
116
+
117
+ #### Testing Data
118
+
119
+ <!-- This should link to a Dataset Card if possible. -->
120
+
121
+ [More Information Needed]
122
+
123
+ #### Factors
124
+
125
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
126
+
127
+ [More Information Needed]
128
+
129
+ #### Metrics
130
+
131
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
132
+
133
+ [More Information Needed]
134
+
135
+ ### Results
136
+
137
+ [More Information Needed]
138
+
139
+ #### Summary
140
+
141
+
142
+
143
+ ## Model Examination [optional]
144
+
145
+ <!-- Relevant interpretability work for the model goes here -->
146
+
147
+ [More Information Needed]
148
+
149
+ ## Environmental Impact
150
+
151
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
152
+
153
+ 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).
154
+
155
+ - **Hardware Type:** [More Information Needed]
156
+ - **Hours used:** [More Information Needed]
157
+ - **Cloud Provider:** [More Information Needed]
158
+ - **Compute Region:** [More Information Needed]
159
+ - **Carbon Emitted:** [More Information Needed]
160
+
161
+ ## Technical Specifications [optional]
162
+
163
+ ### Model Architecture and Objective
164
+
165
+ [More Information Needed]
166
+
167
+ ### Compute Infrastructure
168
+
169
+ [More Information Needed]
170
+
171
+ #### Hardware
172
+
173
+ [More Information Needed]
174
+
175
+ #### Software
176
+
177
+ [More Information Needed]
178
+
179
+ ## Citation [optional]
180
+
181
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
182
+
183
+ **BibTeX:**
184
+
185
+ [More Information Needed]
186
+
187
+ **APA:**
188
+
189
+ [More Information Needed]
190
+
191
+ ## Glossary [optional]
192
+
193
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
194
+
195
+ [More Information Needed]
196
+
197
+ ## More Information [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Authors [optional]
202
+
203
+ [More Information Needed]
204
+
205
+ ## Model Card Contact
206
+
207
+ [More Information Needed]
208
+ ### Framework versions
209
+
210
+ - PEFT 0.18.1
experiments/sk-zh/adapter/adapter_config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "LlamaForCausalLM",
7
+ "parent_library": "transformers.models.llama.modeling_llama",
8
+ "unsloth_fixed": true
9
+ },
10
+ "base_model_name_or_path": "unsloth/meta-llama-3.1-8b-instruct-bnb-4bit",
11
+ "bias": "none",
12
+ "corda_config": null,
13
+ "ensure_weight_tying": false,
14
+ "eva_config": null,
15
+ "exclude_modules": null,
16
+ "fan_in_fan_out": false,
17
+ "inference_mode": true,
18
+ "init_lora_weights": true,
19
+ "layer_replication": null,
20
+ "layers_pattern": null,
21
+ "layers_to_transform": null,
22
+ "loftq_config": {},
23
+ "lora_alpha": 16,
24
+ "lora_bias": false,
25
+ "lora_dropout": 0,
26
+ "megatron_config": null,
27
+ "megatron_core": "megatron.core",
28
+ "modules_to_save": null,
29
+ "peft_type": "LORA",
30
+ "peft_version": "0.18.1",
31
+ "qalora_group_size": 16,
32
+ "r": 8,
33
+ "rank_pattern": {},
34
+ "revision": null,
35
+ "target_modules": [
36
+ "gate_proj",
37
+ "v_proj",
38
+ "o_proj",
39
+ "k_proj",
40
+ "up_proj",
41
+ "down_proj",
42
+ "q_proj"
43
+ ],
44
+ "target_parameters": null,
45
+ "task_type": "CAUSAL_LM",
46
+ "trainable_token_indices": null,
47
+ "use_dora": false,
48
+ "use_qalora": false,
49
+ "use_rslora": true
50
+ }
experiments/sk-zh/adapter/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73dd837e8d5423f555cb01ee894f1b2af1f113d7a971d4ffe4546f388f6737ad
3
+ size 83945296
experiments/sk-zh/adapter/chat_template.jinja ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {{- bos_token }}
2
+ {%- if custom_tools is defined %}
3
+ {%- set tools = custom_tools %}
4
+ {%- endif %}
5
+ {%- if not tools_in_user_message is defined %}
6
+ {%- set tools_in_user_message = true %}
7
+ {%- endif %}
8
+ {%- if not date_string is defined %}
9
+ {%- set date_string = "26 Jul 2024" %}
10
+ {%- endif %}
11
+ {%- if not tools is defined %}
12
+ {%- set tools = none %}
13
+ {%- endif %}
14
+
15
+ {#- This block extracts the system message, so we can slot it into the right place. #}
16
+ {%- if messages[0]['role'] == 'system' %}
17
+ {%- set system_message = messages[0]['content']|trim %}
18
+ {%- set messages = messages[1:] %}
19
+ {%- else %}
20
+ {%- set system_message = "" %}
21
+ {%- endif %}
22
+
23
+ {#- System message + builtin tools #}
24
+ {{- "<|start_header_id|>system<|end_header_id|>\n\n" }}
25
+ {%- if builtin_tools is defined or tools is not none %}
26
+ {{- "Environment: ipython\n" }}
27
+ {%- endif %}
28
+ {%- if builtin_tools is defined %}
29
+ {{- "Tools: " + builtin_tools | reject('equalto', 'code_interpreter') | join(", ") + "\n\n"}}
30
+ {%- endif %}
31
+ {{- "Cutting Knowledge Date: December 2023\n" }}
32
+ {{- "Today Date: " + date_string + "\n\n" }}
33
+ {%- if tools is not none and not tools_in_user_message %}
34
+ {{- "You have access to the following functions. To call a function, please respond with JSON for a function call." }}
35
+ {{- 'Respond in the format {"name": function name, "parameters": dictionary of argument name and its value}.' }}
36
+ {{- "Do not use variables.\n\n" }}
37
+ {%- for t in tools %}
38
+ {{- t | tojson(indent=4) }}
39
+ {{- "\n\n" }}
40
+ {%- endfor %}
41
+ {%- endif %}
42
+ {{- system_message }}
43
+ {{- "<|eot_id|>" }}
44
+
45
+ {#- Custom tools are passed in a user message with some extra guidance #}
46
+ {%- if tools_in_user_message and not tools is none %}
47
+ {#- Extract the first user message so we can plug it in here #}
48
+ {%- if messages | length != 0 %}
49
+ {%- set first_user_message = messages[0]['content']|trim %}
50
+ {%- set messages = messages[1:] %}
51
+ {%- else %}
52
+ {{- raise_exception("Cannot put tools in the first user message when there's no first user message!") }}
53
+ {%- endif %}
54
+ {{- '<|start_header_id|>user<|end_header_id|>\n\n' -}}
55
+ {{- "Given the following functions, please respond with a JSON for a function call " }}
56
+ {{- "with its proper arguments that best answers the given prompt.\n\n" }}
57
+ {{- 'Respond in the format {"name": function name, "parameters": dictionary of argument name and its value}.' }}
58
+ {{- "Do not use variables.\n\n" }}
59
+ {%- for t in tools %}
60
+ {{- t | tojson(indent=4) }}
61
+ {{- "\n\n" }}
62
+ {%- endfor %}
63
+ {{- first_user_message + "<|eot_id|>"}}
64
+ {%- endif %}
65
+
66
+ {%- for message in messages %}
67
+ {%- if not (message.role == 'ipython' or message.role == 'tool' or 'tool_calls' in message) %}
68
+ {{- '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' }}
69
+ {%- elif 'tool_calls' in message %}
70
+ {%- if not message.tool_calls|length == 1 %}
71
+ {{- raise_exception("This model only supports single tool-calls at once!") }}
72
+ {%- endif %}
73
+ {%- set tool_call = message.tool_calls[0].function %}
74
+ {%- if builtin_tools is defined and tool_call.name in builtin_tools %}
75
+ {{- '<|start_header_id|>assistant<|end_header_id|>\n\n' -}}
76
+ {{- "<|python_tag|>" + tool_call.name + ".call(" }}
77
+ {%- for arg_name, arg_val in tool_call.arguments | items %}
78
+ {{- arg_name + '="' + arg_val + '"' }}
79
+ {%- if not loop.last %}
80
+ {{- ", " }}
81
+ {%- endif %}
82
+ {%- endfor %}
83
+ {{- ")" }}
84
+ {%- else %}
85
+ {{- '<|start_header_id|>assistant<|end_header_id|>\n\n' -}}
86
+ {{- '{"name": "' + tool_call.name + '", ' }}
87
+ {{- '"parameters": ' }}
88
+ {{- tool_call.arguments | tojson }}
89
+ {{- "}" }}
90
+ {%- endif %}
91
+ {%- if builtin_tools is defined %}
92
+ {#- This means we're in ipython mode #}
93
+ {{- "<|eom_id|>" }}
94
+ {%- else %}
95
+ {{- "<|eot_id|>" }}
96
+ {%- endif %}
97
+ {%- elif message.role == "tool" or message.role == "ipython" %}
98
+ {{- "<|start_header_id|>ipython<|end_header_id|>\n\n" }}
99
+ {%- if message.content is mapping or message.content is iterable %}
100
+ {{- message.content | tojson }}
101
+ {%- else %}
102
+ {{- message.content }}
103
+ {%- endif %}
104
+ {{- "<|eot_id|>" }}
105
+ {%- endif %}
106
+ {%- endfor %}
107
+ {%- if add_generation_prompt %}
108
+ {{- '<|start_header_id|>assistant<|end_header_id|>\n\n' }}
109
+ {%- endif %}
experiments/sk-zh/adapter/special_tokens_map.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|begin_of_text|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|eot_id|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|finetune_right_pad_id|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
+ }
experiments/sk-zh/adapter/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b9e4e7fb171f92fd137b777cc2714bf87d11576700a1dcd7a399e7bbe39537b
3
+ size 17209920
experiments/sk-zh/adapter/tokenizer_config.json ADDED
@@ -0,0 +1,2066 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "added_tokens_decoder": {
4
+ "128000": {
5
+ "content": "<|begin_of_text|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "128001": {
13
+ "content": "<|end_of_text|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "128002": {
21
+ "content": "<|reserved_special_token_0|>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "128003": {
29
+ "content": "<|reserved_special_token_1|>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "128004": {
37
+ "content": "<|finetune_right_pad_id|>",
38
+ "lstrip": false,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ },
44
+ "128005": {
45
+ "content": "<|reserved_special_token_2|>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false,
50
+ "special": true
51
+ },
52
+ "128006": {
53
+ "content": "<|start_header_id|>",
54
+ "lstrip": false,
55
+ "normalized": false,
56
+ "rstrip": false,
57
+ "single_word": false,
58
+ "special": true
59
+ },
60
+ "128007": {
61
+ "content": "<|end_header_id|>",
62
+ "lstrip": false,
63
+ "normalized": false,
64
+ "rstrip": false,
65
+ "single_word": false,
66
+ "special": true
67
+ },
68
+ "128008": {
69
+ "content": "<|eom_id|>",
70
+ "lstrip": false,
71
+ "normalized": false,
72
+ "rstrip": false,
73
+ "single_word": false,
74
+ "special": true
75
+ },
76
+ "128009": {
77
+ "content": "<|eot_id|>",
78
+ "lstrip": false,
79
+ "normalized": false,
80
+ "rstrip": false,
81
+ "single_word": false,
82
+ "special": true
83
+ },
84
+ "128010": {
85
+ "content": "<|python_tag|>",
86
+ "lstrip": false,
87
+ "normalized": false,
88
+ "rstrip": false,
89
+ "single_word": false,
90
+ "special": true
91
+ },
92
+ "128011": {
93
+ "content": "<|reserved_special_token_3|>",
94
+ "lstrip": false,
95
+ "normalized": false,
96
+ "rstrip": false,
97
+ "single_word": false,
98
+ "special": true
99
+ },
100
+ "128012": {
101
+ "content": "<|reserved_special_token_4|>",
102
+ "lstrip": false,
103
+ "normalized": false,
104
+ "rstrip": false,
105
+ "single_word": false,
106
+ "special": true
107
+ },
108
+ "128013": {
109
+ "content": "<|reserved_special_token_5|>",
110
+ "lstrip": false,
111
+ "normalized": false,
112
+ "rstrip": false,
113
+ "single_word": false,
114
+ "special": true
115
+ },
116
+ "128014": {
117
+ "content": "<|reserved_special_token_6|>",
118
+ "lstrip": false,
119
+ "normalized": false,
120
+ "rstrip": false,
121
+ "single_word": false,
122
+ "special": true
123
+ },
124
+ "128015": {
125
+ "content": "<|reserved_special_token_7|>",
126
+ "lstrip": false,
127
+ "normalized": false,
128
+ "rstrip": false,
129
+ "single_word": false,
130
+ "special": true
131
+ },
132
+ "128016": {
133
+ "content": "<|reserved_special_token_8|>",
134
+ "lstrip": false,
135
+ "normalized": false,
136
+ "rstrip": false,
137
+ "single_word": false,
138
+ "special": true
139
+ },
140
+ "128017": {
141
+ "content": "<|reserved_special_token_9|>",
142
+ "lstrip": false,
143
+ "normalized": false,
144
+ "rstrip": false,
145
+ "single_word": false,
146
+ "special": true
147
+ },
148
+ "128018": {
149
+ "content": "<|reserved_special_token_10|>",
150
+ "lstrip": false,
151
+ "normalized": false,
152
+ "rstrip": false,
153
+ "single_word": false,
154
+ "special": true
155
+ },
156
+ "128019": {
157
+ "content": "<|reserved_special_token_11|>",
158
+ "lstrip": false,
159
+ "normalized": false,
160
+ "rstrip": false,
161
+ "single_word": false,
162
+ "special": true
163
+ },
164
+ "128020": {
165
+ "content": "<|reserved_special_token_12|>",
166
+ "lstrip": false,
167
+ "normalized": false,
168
+ "rstrip": false,
169
+ "single_word": false,
170
+ "special": true
171
+ },
172
+ "128021": {
173
+ "content": "<|reserved_special_token_13|>",
174
+ "lstrip": false,
175
+ "normalized": false,
176
+ "rstrip": false,
177
+ "single_word": false,
178
+ "special": true
179
+ },
180
+ "128022": {
181
+ "content": "<|reserved_special_token_14|>",
182
+ "lstrip": false,
183
+ "normalized": false,
184
+ "rstrip": false,
185
+ "single_word": false,
186
+ "special": true
187
+ },
188
+ "128023": {
189
+ "content": "<|reserved_special_token_15|>",
190
+ "lstrip": false,
191
+ "normalized": false,
192
+ "rstrip": false,
193
+ "single_word": false,
194
+ "special": true
195
+ },
196
+ "128024": {
197
+ "content": "<|reserved_special_token_16|>",
198
+ "lstrip": false,
199
+ "normalized": false,
200
+ "rstrip": false,
201
+ "single_word": false,
202
+ "special": true
203
+ },
204
+ "128025": {
205
+ "content": "<|reserved_special_token_17|>",
206
+ "lstrip": false,
207
+ "normalized": false,
208
+ "rstrip": false,
209
+ "single_word": false,
210
+ "special": true
211
+ },
212
+ "128026": {
213
+ "content": "<|reserved_special_token_18|>",
214
+ "lstrip": false,
215
+ "normalized": false,
216
+ "rstrip": false,
217
+ "single_word": false,
218
+ "special": true
219
+ },
220
+ "128027": {
221
+ "content": "<|reserved_special_token_19|>",
222
+ "lstrip": false,
223
+ "normalized": false,
224
+ "rstrip": false,
225
+ "single_word": false,
226
+ "special": true
227
+ },
228
+ "128028": {
229
+ "content": "<|reserved_special_token_20|>",
230
+ "lstrip": false,
231
+ "normalized": false,
232
+ "rstrip": false,
233
+ "single_word": false,
234
+ "special": true
235
+ },
236
+ "128029": {
237
+ "content": "<|reserved_special_token_21|>",
238
+ "lstrip": false,
239
+ "normalized": false,
240
+ "rstrip": false,
241
+ "single_word": false,
242
+ "special": true
243
+ },
244
+ "128030": {
245
+ "content": "<|reserved_special_token_22|>",
246
+ "lstrip": false,
247
+ "normalized": false,
248
+ "rstrip": false,
249
+ "single_word": false,
250
+ "special": true
251
+ },
252
+ "128031": {
253
+ "content": "<|reserved_special_token_23|>",
254
+ "lstrip": false,
255
+ "normalized": false,
256
+ "rstrip": false,
257
+ "single_word": false,
258
+ "special": true
259
+ },
260
+ "128032": {
261
+ "content": "<|reserved_special_token_24|>",
262
+ "lstrip": false,
263
+ "normalized": false,
264
+ "rstrip": false,
265
+ "single_word": false,
266
+ "special": true
267
+ },
268
+ "128033": {
269
+ "content": "<|reserved_special_token_25|>",
270
+ "lstrip": false,
271
+ "normalized": false,
272
+ "rstrip": false,
273
+ "single_word": false,
274
+ "special": true
275
+ },
276
+ "128034": {
277
+ "content": "<|reserved_special_token_26|>",
278
+ "lstrip": false,
279
+ "normalized": false,
280
+ "rstrip": false,
281
+ "single_word": false,
282
+ "special": true
283
+ },
284
+ "128035": {
285
+ "content": "<|reserved_special_token_27|>",
286
+ "lstrip": false,
287
+ "normalized": false,
288
+ "rstrip": false,
289
+ "single_word": false,
290
+ "special": true
291
+ },
292
+ "128036": {
293
+ "content": "<|reserved_special_token_28|>",
294
+ "lstrip": false,
295
+ "normalized": false,
296
+ "rstrip": false,
297
+ "single_word": false,
298
+ "special": true
299
+ },
300
+ "128037": {
301
+ "content": "<|reserved_special_token_29|>",
302
+ "lstrip": false,
303
+ "normalized": false,
304
+ "rstrip": false,
305
+ "single_word": false,
306
+ "special": true
307
+ },
308
+ "128038": {
309
+ "content": "<|reserved_special_token_30|>",
310
+ "lstrip": false,
311
+ "normalized": false,
312
+ "rstrip": false,
313
+ "single_word": false,
314
+ "special": true
315
+ },
316
+ "128039": {
317
+ "content": "<|reserved_special_token_31|>",
318
+ "lstrip": false,
319
+ "normalized": false,
320
+ "rstrip": false,
321
+ "single_word": false,
322
+ "special": true
323
+ },
324
+ "128040": {
325
+ "content": "<|reserved_special_token_32|>",
326
+ "lstrip": false,
327
+ "normalized": false,
328
+ "rstrip": false,
329
+ "single_word": false,
330
+ "special": true
331
+ },
332
+ "128041": {
333
+ "content": "<|reserved_special_token_33|>",
334
+ "lstrip": false,
335
+ "normalized": false,
336
+ "rstrip": false,
337
+ "single_word": false,
338
+ "special": true
339
+ },
340
+ "128042": {
341
+ "content": "<|reserved_special_token_34|>",
342
+ "lstrip": false,
343
+ "normalized": false,
344
+ "rstrip": false,
345
+ "single_word": false,
346
+ "special": true
347
+ },
348
+ "128043": {
349
+ "content": "<|reserved_special_token_35|>",
350
+ "lstrip": false,
351
+ "normalized": false,
352
+ "rstrip": false,
353
+ "single_word": false,
354
+ "special": true
355
+ },
356
+ "128044": {
357
+ "content": "<|reserved_special_token_36|>",
358
+ "lstrip": false,
359
+ "normalized": false,
360
+ "rstrip": false,
361
+ "single_word": false,
362
+ "special": true
363
+ },
364
+ "128045": {
365
+ "content": "<|reserved_special_token_37|>",
366
+ "lstrip": false,
367
+ "normalized": false,
368
+ "rstrip": false,
369
+ "single_word": false,
370
+ "special": true
371
+ },
372
+ "128046": {
373
+ "content": "<|reserved_special_token_38|>",
374
+ "lstrip": false,
375
+ "normalized": false,
376
+ "rstrip": false,
377
+ "single_word": false,
378
+ "special": true
379
+ },
380
+ "128047": {
381
+ "content": "<|reserved_special_token_39|>",
382
+ "lstrip": false,
383
+ "normalized": false,
384
+ "rstrip": false,
385
+ "single_word": false,
386
+ "special": true
387
+ },
388
+ "128048": {
389
+ "content": "<|reserved_special_token_40|>",
390
+ "lstrip": false,
391
+ "normalized": false,
392
+ "rstrip": false,
393
+ "single_word": false,
394
+ "special": true
395
+ },
396
+ "128049": {
397
+ "content": "<|reserved_special_token_41|>",
398
+ "lstrip": false,
399
+ "normalized": false,
400
+ "rstrip": false,
401
+ "single_word": false,
402
+ "special": true
403
+ },
404
+ "128050": {
405
+ "content": "<|reserved_special_token_42|>",
406
+ "lstrip": false,
407
+ "normalized": false,
408
+ "rstrip": false,
409
+ "single_word": false,
410
+ "special": true
411
+ },
412
+ "128051": {
413
+ "content": "<|reserved_special_token_43|>",
414
+ "lstrip": false,
415
+ "normalized": false,
416
+ "rstrip": false,
417
+ "single_word": false,
418
+ "special": true
419
+ },
420
+ "128052": {
421
+ "content": "<|reserved_special_token_44|>",
422
+ "lstrip": false,
423
+ "normalized": false,
424
+ "rstrip": false,
425
+ "single_word": false,
426
+ "special": true
427
+ },
428
+ "128053": {
429
+ "content": "<|reserved_special_token_45|>",
430
+ "lstrip": false,
431
+ "normalized": false,
432
+ "rstrip": false,
433
+ "single_word": false,
434
+ "special": true
435
+ },
436
+ "128054": {
437
+ "content": "<|reserved_special_token_46|>",
438
+ "lstrip": false,
439
+ "normalized": false,
440
+ "rstrip": false,
441
+ "single_word": false,
442
+ "special": true
443
+ },
444
+ "128055": {
445
+ "content": "<|reserved_special_token_47|>",
446
+ "lstrip": false,
447
+ "normalized": false,
448
+ "rstrip": false,
449
+ "single_word": false,
450
+ "special": true
451
+ },
452
+ "128056": {
453
+ "content": "<|reserved_special_token_48|>",
454
+ "lstrip": false,
455
+ "normalized": false,
456
+ "rstrip": false,
457
+ "single_word": false,
458
+ "special": true
459
+ },
460
+ "128057": {
461
+ "content": "<|reserved_special_token_49|>",
462
+ "lstrip": false,
463
+ "normalized": false,
464
+ "rstrip": false,
465
+ "single_word": false,
466
+ "special": true
467
+ },
468
+ "128058": {
469
+ "content": "<|reserved_special_token_50|>",
470
+ "lstrip": false,
471
+ "normalized": false,
472
+ "rstrip": false,
473
+ "single_word": false,
474
+ "special": true
475
+ },
476
+ "128059": {
477
+ "content": "<|reserved_special_token_51|>",
478
+ "lstrip": false,
479
+ "normalized": false,
480
+ "rstrip": false,
481
+ "single_word": false,
482
+ "special": true
483
+ },
484
+ "128060": {
485
+ "content": "<|reserved_special_token_52|>",
486
+ "lstrip": false,
487
+ "normalized": false,
488
+ "rstrip": false,
489
+ "single_word": false,
490
+ "special": true
491
+ },
492
+ "128061": {
493
+ "content": "<|reserved_special_token_53|>",
494
+ "lstrip": false,
495
+ "normalized": false,
496
+ "rstrip": false,
497
+ "single_word": false,
498
+ "special": true
499
+ },
500
+ "128062": {
501
+ "content": "<|reserved_special_token_54|>",
502
+ "lstrip": false,
503
+ "normalized": false,
504
+ "rstrip": false,
505
+ "single_word": false,
506
+ "special": true
507
+ },
508
+ "128063": {
509
+ "content": "<|reserved_special_token_55|>",
510
+ "lstrip": false,
511
+ "normalized": false,
512
+ "rstrip": false,
513
+ "single_word": false,
514
+ "special": true
515
+ },
516
+ "128064": {
517
+ "content": "<|reserved_special_token_56|>",
518
+ "lstrip": false,
519
+ "normalized": false,
520
+ "rstrip": false,
521
+ "single_word": false,
522
+ "special": true
523
+ },
524
+ "128065": {
525
+ "content": "<|reserved_special_token_57|>",
526
+ "lstrip": false,
527
+ "normalized": false,
528
+ "rstrip": false,
529
+ "single_word": false,
530
+ "special": true
531
+ },
532
+ "128066": {
533
+ "content": "<|reserved_special_token_58|>",
534
+ "lstrip": false,
535
+ "normalized": false,
536
+ "rstrip": false,
537
+ "single_word": false,
538
+ "special": true
539
+ },
540
+ "128067": {
541
+ "content": "<|reserved_special_token_59|>",
542
+ "lstrip": false,
543
+ "normalized": false,
544
+ "rstrip": false,
545
+ "single_word": false,
546
+ "special": true
547
+ },
548
+ "128068": {
549
+ "content": "<|reserved_special_token_60|>",
550
+ "lstrip": false,
551
+ "normalized": false,
552
+ "rstrip": false,
553
+ "single_word": false,
554
+ "special": true
555
+ },
556
+ "128069": {
557
+ "content": "<|reserved_special_token_61|>",
558
+ "lstrip": false,
559
+ "normalized": false,
560
+ "rstrip": false,
561
+ "single_word": false,
562
+ "special": true
563
+ },
564
+ "128070": {
565
+ "content": "<|reserved_special_token_62|>",
566
+ "lstrip": false,
567
+ "normalized": false,
568
+ "rstrip": false,
569
+ "single_word": false,
570
+ "special": true
571
+ },
572
+ "128071": {
573
+ "content": "<|reserved_special_token_63|>",
574
+ "lstrip": false,
575
+ "normalized": false,
576
+ "rstrip": false,
577
+ "single_word": false,
578
+ "special": true
579
+ },
580
+ "128072": {
581
+ "content": "<|reserved_special_token_64|>",
582
+ "lstrip": false,
583
+ "normalized": false,
584
+ "rstrip": false,
585
+ "single_word": false,
586
+ "special": true
587
+ },
588
+ "128073": {
589
+ "content": "<|reserved_special_token_65|>",
590
+ "lstrip": false,
591
+ "normalized": false,
592
+ "rstrip": false,
593
+ "single_word": false,
594
+ "special": true
595
+ },
596
+ "128074": {
597
+ "content": "<|reserved_special_token_66|>",
598
+ "lstrip": false,
599
+ "normalized": false,
600
+ "rstrip": false,
601
+ "single_word": false,
602
+ "special": true
603
+ },
604
+ "128075": {
605
+ "content": "<|reserved_special_token_67|>",
606
+ "lstrip": false,
607
+ "normalized": false,
608
+ "rstrip": false,
609
+ "single_word": false,
610
+ "special": true
611
+ },
612
+ "128076": {
613
+ "content": "<|reserved_special_token_68|>",
614
+ "lstrip": false,
615
+ "normalized": false,
616
+ "rstrip": false,
617
+ "single_word": false,
618
+ "special": true
619
+ },
620
+ "128077": {
621
+ "content": "<|reserved_special_token_69|>",
622
+ "lstrip": false,
623
+ "normalized": false,
624
+ "rstrip": false,
625
+ "single_word": false,
626
+ "special": true
627
+ },
628
+ "128078": {
629
+ "content": "<|reserved_special_token_70|>",
630
+ "lstrip": false,
631
+ "normalized": false,
632
+ "rstrip": false,
633
+ "single_word": false,
634
+ "special": true
635
+ },
636
+ "128079": {
637
+ "content": "<|reserved_special_token_71|>",
638
+ "lstrip": false,
639
+ "normalized": false,
640
+ "rstrip": false,
641
+ "single_word": false,
642
+ "special": true
643
+ },
644
+ "128080": {
645
+ "content": "<|reserved_special_token_72|>",
646
+ "lstrip": false,
647
+ "normalized": false,
648
+ "rstrip": false,
649
+ "single_word": false,
650
+ "special": true
651
+ },
652
+ "128081": {
653
+ "content": "<|reserved_special_token_73|>",
654
+ "lstrip": false,
655
+ "normalized": false,
656
+ "rstrip": false,
657
+ "single_word": false,
658
+ "special": true
659
+ },
660
+ "128082": {
661
+ "content": "<|reserved_special_token_74|>",
662
+ "lstrip": false,
663
+ "normalized": false,
664
+ "rstrip": false,
665
+ "single_word": false,
666
+ "special": true
667
+ },
668
+ "128083": {
669
+ "content": "<|reserved_special_token_75|>",
670
+ "lstrip": false,
671
+ "normalized": false,
672
+ "rstrip": false,
673
+ "single_word": false,
674
+ "special": true
675
+ },
676
+ "128084": {
677
+ "content": "<|reserved_special_token_76|>",
678
+ "lstrip": false,
679
+ "normalized": false,
680
+ "rstrip": false,
681
+ "single_word": false,
682
+ "special": true
683
+ },
684
+ "128085": {
685
+ "content": "<|reserved_special_token_77|>",
686
+ "lstrip": false,
687
+ "normalized": false,
688
+ "rstrip": false,
689
+ "single_word": false,
690
+ "special": true
691
+ },
692
+ "128086": {
693
+ "content": "<|reserved_special_token_78|>",
694
+ "lstrip": false,
695
+ "normalized": false,
696
+ "rstrip": false,
697
+ "single_word": false,
698
+ "special": true
699
+ },
700
+ "128087": {
701
+ "content": "<|reserved_special_token_79|>",
702
+ "lstrip": false,
703
+ "normalized": false,
704
+ "rstrip": false,
705
+ "single_word": false,
706
+ "special": true
707
+ },
708
+ "128088": {
709
+ "content": "<|reserved_special_token_80|>",
710
+ "lstrip": false,
711
+ "normalized": false,
712
+ "rstrip": false,
713
+ "single_word": false,
714
+ "special": true
715
+ },
716
+ "128089": {
717
+ "content": "<|reserved_special_token_81|>",
718
+ "lstrip": false,
719
+ "normalized": false,
720
+ "rstrip": false,
721
+ "single_word": false,
722
+ "special": true
723
+ },
724
+ "128090": {
725
+ "content": "<|reserved_special_token_82|>",
726
+ "lstrip": false,
727
+ "normalized": false,
728
+ "rstrip": false,
729
+ "single_word": false,
730
+ "special": true
731
+ },
732
+ "128091": {
733
+ "content": "<|reserved_special_token_83|>",
734
+ "lstrip": false,
735
+ "normalized": false,
736
+ "rstrip": false,
737
+ "single_word": false,
738
+ "special": true
739
+ },
740
+ "128092": {
741
+ "content": "<|reserved_special_token_84|>",
742
+ "lstrip": false,
743
+ "normalized": false,
744
+ "rstrip": false,
745
+ "single_word": false,
746
+ "special": true
747
+ },
748
+ "128093": {
749
+ "content": "<|reserved_special_token_85|>",
750
+ "lstrip": false,
751
+ "normalized": false,
752
+ "rstrip": false,
753
+ "single_word": false,
754
+ "special": true
755
+ },
756
+ "128094": {
757
+ "content": "<|reserved_special_token_86|>",
758
+ "lstrip": false,
759
+ "normalized": false,
760
+ "rstrip": false,
761
+ "single_word": false,
762
+ "special": true
763
+ },
764
+ "128095": {
765
+ "content": "<|reserved_special_token_87|>",
766
+ "lstrip": false,
767
+ "normalized": false,
768
+ "rstrip": false,
769
+ "single_word": false,
770
+ "special": true
771
+ },
772
+ "128096": {
773
+ "content": "<|reserved_special_token_88|>",
774
+ "lstrip": false,
775
+ "normalized": false,
776
+ "rstrip": false,
777
+ "single_word": false,
778
+ "special": true
779
+ },
780
+ "128097": {
781
+ "content": "<|reserved_special_token_89|>",
782
+ "lstrip": false,
783
+ "normalized": false,
784
+ "rstrip": false,
785
+ "single_word": false,
786
+ "special": true
787
+ },
788
+ "128098": {
789
+ "content": "<|reserved_special_token_90|>",
790
+ "lstrip": false,
791
+ "normalized": false,
792
+ "rstrip": false,
793
+ "single_word": false,
794
+ "special": true
795
+ },
796
+ "128099": {
797
+ "content": "<|reserved_special_token_91|>",
798
+ "lstrip": false,
799
+ "normalized": false,
800
+ "rstrip": false,
801
+ "single_word": false,
802
+ "special": true
803
+ },
804
+ "128100": {
805
+ "content": "<|reserved_special_token_92|>",
806
+ "lstrip": false,
807
+ "normalized": false,
808
+ "rstrip": false,
809
+ "single_word": false,
810
+ "special": true
811
+ },
812
+ "128101": {
813
+ "content": "<|reserved_special_token_93|>",
814
+ "lstrip": false,
815
+ "normalized": false,
816
+ "rstrip": false,
817
+ "single_word": false,
818
+ "special": true
819
+ },
820
+ "128102": {
821
+ "content": "<|reserved_special_token_94|>",
822
+ "lstrip": false,
823
+ "normalized": false,
824
+ "rstrip": false,
825
+ "single_word": false,
826
+ "special": true
827
+ },
828
+ "128103": {
829
+ "content": "<|reserved_special_token_95|>",
830
+ "lstrip": false,
831
+ "normalized": false,
832
+ "rstrip": false,
833
+ "single_word": false,
834
+ "special": true
835
+ },
836
+ "128104": {
837
+ "content": "<|reserved_special_token_96|>",
838
+ "lstrip": false,
839
+ "normalized": false,
840
+ "rstrip": false,
841
+ "single_word": false,
842
+ "special": true
843
+ },
844
+ "128105": {
845
+ "content": "<|reserved_special_token_97|>",
846
+ "lstrip": false,
847
+ "normalized": false,
848
+ "rstrip": false,
849
+ "single_word": false,
850
+ "special": true
851
+ },
852
+ "128106": {
853
+ "content": "<|reserved_special_token_98|>",
854
+ "lstrip": false,
855
+ "normalized": false,
856
+ "rstrip": false,
857
+ "single_word": false,
858
+ "special": true
859
+ },
860
+ "128107": {
861
+ "content": "<|reserved_special_token_99|>",
862
+ "lstrip": false,
863
+ "normalized": false,
864
+ "rstrip": false,
865
+ "single_word": false,
866
+ "special": true
867
+ },
868
+ "128108": {
869
+ "content": "<|reserved_special_token_100|>",
870
+ "lstrip": false,
871
+ "normalized": false,
872
+ "rstrip": false,
873
+ "single_word": false,
874
+ "special": true
875
+ },
876
+ "128109": {
877
+ "content": "<|reserved_special_token_101|>",
878
+ "lstrip": false,
879
+ "normalized": false,
880
+ "rstrip": false,
881
+ "single_word": false,
882
+ "special": true
883
+ },
884
+ "128110": {
885
+ "content": "<|reserved_special_token_102|>",
886
+ "lstrip": false,
887
+ "normalized": false,
888
+ "rstrip": false,
889
+ "single_word": false,
890
+ "special": true
891
+ },
892
+ "128111": {
893
+ "content": "<|reserved_special_token_103|>",
894
+ "lstrip": false,
895
+ "normalized": false,
896
+ "rstrip": false,
897
+ "single_word": false,
898
+ "special": true
899
+ },
900
+ "128112": {
901
+ "content": "<|reserved_special_token_104|>",
902
+ "lstrip": false,
903
+ "normalized": false,
904
+ "rstrip": false,
905
+ "single_word": false,
906
+ "special": true
907
+ },
908
+ "128113": {
909
+ "content": "<|reserved_special_token_105|>",
910
+ "lstrip": false,
911
+ "normalized": false,
912
+ "rstrip": false,
913
+ "single_word": false,
914
+ "special": true
915
+ },
916
+ "128114": {
917
+ "content": "<|reserved_special_token_106|>",
918
+ "lstrip": false,
919
+ "normalized": false,
920
+ "rstrip": false,
921
+ "single_word": false,
922
+ "special": true
923
+ },
924
+ "128115": {
925
+ "content": "<|reserved_special_token_107|>",
926
+ "lstrip": false,
927
+ "normalized": false,
928
+ "rstrip": false,
929
+ "single_word": false,
930
+ "special": true
931
+ },
932
+ "128116": {
933
+ "content": "<|reserved_special_token_108|>",
934
+ "lstrip": false,
935
+ "normalized": false,
936
+ "rstrip": false,
937
+ "single_word": false,
938
+ "special": true
939
+ },
940
+ "128117": {
941
+ "content": "<|reserved_special_token_109|>",
942
+ "lstrip": false,
943
+ "normalized": false,
944
+ "rstrip": false,
945
+ "single_word": false,
946
+ "special": true
947
+ },
948
+ "128118": {
949
+ "content": "<|reserved_special_token_110|>",
950
+ "lstrip": false,
951
+ "normalized": false,
952
+ "rstrip": false,
953
+ "single_word": false,
954
+ "special": true
955
+ },
956
+ "128119": {
957
+ "content": "<|reserved_special_token_111|>",
958
+ "lstrip": false,
959
+ "normalized": false,
960
+ "rstrip": false,
961
+ "single_word": false,
962
+ "special": true
963
+ },
964
+ "128120": {
965
+ "content": "<|reserved_special_token_112|>",
966
+ "lstrip": false,
967
+ "normalized": false,
968
+ "rstrip": false,
969
+ "single_word": false,
970
+ "special": true
971
+ },
972
+ "128121": {
973
+ "content": "<|reserved_special_token_113|>",
974
+ "lstrip": false,
975
+ "normalized": false,
976
+ "rstrip": false,
977
+ "single_word": false,
978
+ "special": true
979
+ },
980
+ "128122": {
981
+ "content": "<|reserved_special_token_114|>",
982
+ "lstrip": false,
983
+ "normalized": false,
984
+ "rstrip": false,
985
+ "single_word": false,
986
+ "special": true
987
+ },
988
+ "128123": {
989
+ "content": "<|reserved_special_token_115|>",
990
+ "lstrip": false,
991
+ "normalized": false,
992
+ "rstrip": false,
993
+ "single_word": false,
994
+ "special": true
995
+ },
996
+ "128124": {
997
+ "content": "<|reserved_special_token_116|>",
998
+ "lstrip": false,
999
+ "normalized": false,
1000
+ "rstrip": false,
1001
+ "single_word": false,
1002
+ "special": true
1003
+ },
1004
+ "128125": {
1005
+ "content": "<|reserved_special_token_117|>",
1006
+ "lstrip": false,
1007
+ "normalized": false,
1008
+ "rstrip": false,
1009
+ "single_word": false,
1010
+ "special": true
1011
+ },
1012
+ "128126": {
1013
+ "content": "<|reserved_special_token_118|>",
1014
+ "lstrip": false,
1015
+ "normalized": false,
1016
+ "rstrip": false,
1017
+ "single_word": false,
1018
+ "special": true
1019
+ },
1020
+ "128127": {
1021
+ "content": "<|reserved_special_token_119|>",
1022
+ "lstrip": false,
1023
+ "normalized": false,
1024
+ "rstrip": false,
1025
+ "single_word": false,
1026
+ "special": true
1027
+ },
1028
+ "128128": {
1029
+ "content": "<|reserved_special_token_120|>",
1030
+ "lstrip": false,
1031
+ "normalized": false,
1032
+ "rstrip": false,
1033
+ "single_word": false,
1034
+ "special": true
1035
+ },
1036
+ "128129": {
1037
+ "content": "<|reserved_special_token_121|>",
1038
+ "lstrip": false,
1039
+ "normalized": false,
1040
+ "rstrip": false,
1041
+ "single_word": false,
1042
+ "special": true
1043
+ },
1044
+ "128130": {
1045
+ "content": "<|reserved_special_token_122|>",
1046
+ "lstrip": false,
1047
+ "normalized": false,
1048
+ "rstrip": false,
1049
+ "single_word": false,
1050
+ "special": true
1051
+ },
1052
+ "128131": {
1053
+ "content": "<|reserved_special_token_123|>",
1054
+ "lstrip": false,
1055
+ "normalized": false,
1056
+ "rstrip": false,
1057
+ "single_word": false,
1058
+ "special": true
1059
+ },
1060
+ "128132": {
1061
+ "content": "<|reserved_special_token_124|>",
1062
+ "lstrip": false,
1063
+ "normalized": false,
1064
+ "rstrip": false,
1065
+ "single_word": false,
1066
+ "special": true
1067
+ },
1068
+ "128133": {
1069
+ "content": "<|reserved_special_token_125|>",
1070
+ "lstrip": false,
1071
+ "normalized": false,
1072
+ "rstrip": false,
1073
+ "single_word": false,
1074
+ "special": true
1075
+ },
1076
+ "128134": {
1077
+ "content": "<|reserved_special_token_126|>",
1078
+ "lstrip": false,
1079
+ "normalized": false,
1080
+ "rstrip": false,
1081
+ "single_word": false,
1082
+ "special": true
1083
+ },
1084
+ "128135": {
1085
+ "content": "<|reserved_special_token_127|>",
1086
+ "lstrip": false,
1087
+ "normalized": false,
1088
+ "rstrip": false,
1089
+ "single_word": false,
1090
+ "special": true
1091
+ },
1092
+ "128136": {
1093
+ "content": "<|reserved_special_token_128|>",
1094
+ "lstrip": false,
1095
+ "normalized": false,
1096
+ "rstrip": false,
1097
+ "single_word": false,
1098
+ "special": true
1099
+ },
1100
+ "128137": {
1101
+ "content": "<|reserved_special_token_129|>",
1102
+ "lstrip": false,
1103
+ "normalized": false,
1104
+ "rstrip": false,
1105
+ "single_word": false,
1106
+ "special": true
1107
+ },
1108
+ "128138": {
1109
+ "content": "<|reserved_special_token_130|>",
1110
+ "lstrip": false,
1111
+ "normalized": false,
1112
+ "rstrip": false,
1113
+ "single_word": false,
1114
+ "special": true
1115
+ },
1116
+ "128139": {
1117
+ "content": "<|reserved_special_token_131|>",
1118
+ "lstrip": false,
1119
+ "normalized": false,
1120
+ "rstrip": false,
1121
+ "single_word": false,
1122
+ "special": true
1123
+ },
1124
+ "128140": {
1125
+ "content": "<|reserved_special_token_132|>",
1126
+ "lstrip": false,
1127
+ "normalized": false,
1128
+ "rstrip": false,
1129
+ "single_word": false,
1130
+ "special": true
1131
+ },
1132
+ "128141": {
1133
+ "content": "<|reserved_special_token_133|>",
1134
+ "lstrip": false,
1135
+ "normalized": false,
1136
+ "rstrip": false,
1137
+ "single_word": false,
1138
+ "special": true
1139
+ },
1140
+ "128142": {
1141
+ "content": "<|reserved_special_token_134|>",
1142
+ "lstrip": false,
1143
+ "normalized": false,
1144
+ "rstrip": false,
1145
+ "single_word": false,
1146
+ "special": true
1147
+ },
1148
+ "128143": {
1149
+ "content": "<|reserved_special_token_135|>",
1150
+ "lstrip": false,
1151
+ "normalized": false,
1152
+ "rstrip": false,
1153
+ "single_word": false,
1154
+ "special": true
1155
+ },
1156
+ "128144": {
1157
+ "content": "<|reserved_special_token_136|>",
1158
+ "lstrip": false,
1159
+ "normalized": false,
1160
+ "rstrip": false,
1161
+ "single_word": false,
1162
+ "special": true
1163
+ },
1164
+ "128145": {
1165
+ "content": "<|reserved_special_token_137|>",
1166
+ "lstrip": false,
1167
+ "normalized": false,
1168
+ "rstrip": false,
1169
+ "single_word": false,
1170
+ "special": true
1171
+ },
1172
+ "128146": {
1173
+ "content": "<|reserved_special_token_138|>",
1174
+ "lstrip": false,
1175
+ "normalized": false,
1176
+ "rstrip": false,
1177
+ "single_word": false,
1178
+ "special": true
1179
+ },
1180
+ "128147": {
1181
+ "content": "<|reserved_special_token_139|>",
1182
+ "lstrip": false,
1183
+ "normalized": false,
1184
+ "rstrip": false,
1185
+ "single_word": false,
1186
+ "special": true
1187
+ },
1188
+ "128148": {
1189
+ "content": "<|reserved_special_token_140|>",
1190
+ "lstrip": false,
1191
+ "normalized": false,
1192
+ "rstrip": false,
1193
+ "single_word": false,
1194
+ "special": true
1195
+ },
1196
+ "128149": {
1197
+ "content": "<|reserved_special_token_141|>",
1198
+ "lstrip": false,
1199
+ "normalized": false,
1200
+ "rstrip": false,
1201
+ "single_word": false,
1202
+ "special": true
1203
+ },
1204
+ "128150": {
1205
+ "content": "<|reserved_special_token_142|>",
1206
+ "lstrip": false,
1207
+ "normalized": false,
1208
+ "rstrip": false,
1209
+ "single_word": false,
1210
+ "special": true
1211
+ },
1212
+ "128151": {
1213
+ "content": "<|reserved_special_token_143|>",
1214
+ "lstrip": false,
1215
+ "normalized": false,
1216
+ "rstrip": false,
1217
+ "single_word": false,
1218
+ "special": true
1219
+ },
1220
+ "128152": {
1221
+ "content": "<|reserved_special_token_144|>",
1222
+ "lstrip": false,
1223
+ "normalized": false,
1224
+ "rstrip": false,
1225
+ "single_word": false,
1226
+ "special": true
1227
+ },
1228
+ "128153": {
1229
+ "content": "<|reserved_special_token_145|>",
1230
+ "lstrip": false,
1231
+ "normalized": false,
1232
+ "rstrip": false,
1233
+ "single_word": false,
1234
+ "special": true
1235
+ },
1236
+ "128154": {
1237
+ "content": "<|reserved_special_token_146|>",
1238
+ "lstrip": false,
1239
+ "normalized": false,
1240
+ "rstrip": false,
1241
+ "single_word": false,
1242
+ "special": true
1243
+ },
1244
+ "128155": {
1245
+ "content": "<|reserved_special_token_147|>",
1246
+ "lstrip": false,
1247
+ "normalized": false,
1248
+ "rstrip": false,
1249
+ "single_word": false,
1250
+ "special": true
1251
+ },
1252
+ "128156": {
1253
+ "content": "<|reserved_special_token_148|>",
1254
+ "lstrip": false,
1255
+ "normalized": false,
1256
+ "rstrip": false,
1257
+ "single_word": false,
1258
+ "special": true
1259
+ },
1260
+ "128157": {
1261
+ "content": "<|reserved_special_token_149|>",
1262
+ "lstrip": false,
1263
+ "normalized": false,
1264
+ "rstrip": false,
1265
+ "single_word": false,
1266
+ "special": true
1267
+ },
1268
+ "128158": {
1269
+ "content": "<|reserved_special_token_150|>",
1270
+ "lstrip": false,
1271
+ "normalized": false,
1272
+ "rstrip": false,
1273
+ "single_word": false,
1274
+ "special": true
1275
+ },
1276
+ "128159": {
1277
+ "content": "<|reserved_special_token_151|>",
1278
+ "lstrip": false,
1279
+ "normalized": false,
1280
+ "rstrip": false,
1281
+ "single_word": false,
1282
+ "special": true
1283
+ },
1284
+ "128160": {
1285
+ "content": "<|reserved_special_token_152|>",
1286
+ "lstrip": false,
1287
+ "normalized": false,
1288
+ "rstrip": false,
1289
+ "single_word": false,
1290
+ "special": true
1291
+ },
1292
+ "128161": {
1293
+ "content": "<|reserved_special_token_153|>",
1294
+ "lstrip": false,
1295
+ "normalized": false,
1296
+ "rstrip": false,
1297
+ "single_word": false,
1298
+ "special": true
1299
+ },
1300
+ "128162": {
1301
+ "content": "<|reserved_special_token_154|>",
1302
+ "lstrip": false,
1303
+ "normalized": false,
1304
+ "rstrip": false,
1305
+ "single_word": false,
1306
+ "special": true
1307
+ },
1308
+ "128163": {
1309
+ "content": "<|reserved_special_token_155|>",
1310
+ "lstrip": false,
1311
+ "normalized": false,
1312
+ "rstrip": false,
1313
+ "single_word": false,
1314
+ "special": true
1315
+ },
1316
+ "128164": {
1317
+ "content": "<|reserved_special_token_156|>",
1318
+ "lstrip": false,
1319
+ "normalized": false,
1320
+ "rstrip": false,
1321
+ "single_word": false,
1322
+ "special": true
1323
+ },
1324
+ "128165": {
1325
+ "content": "<|reserved_special_token_157|>",
1326
+ "lstrip": false,
1327
+ "normalized": false,
1328
+ "rstrip": false,
1329
+ "single_word": false,
1330
+ "special": true
1331
+ },
1332
+ "128166": {
1333
+ "content": "<|reserved_special_token_158|>",
1334
+ "lstrip": false,
1335
+ "normalized": false,
1336
+ "rstrip": false,
1337
+ "single_word": false,
1338
+ "special": true
1339
+ },
1340
+ "128167": {
1341
+ "content": "<|reserved_special_token_159|>",
1342
+ "lstrip": false,
1343
+ "normalized": false,
1344
+ "rstrip": false,
1345
+ "single_word": false,
1346
+ "special": true
1347
+ },
1348
+ "128168": {
1349
+ "content": "<|reserved_special_token_160|>",
1350
+ "lstrip": false,
1351
+ "normalized": false,
1352
+ "rstrip": false,
1353
+ "single_word": false,
1354
+ "special": true
1355
+ },
1356
+ "128169": {
1357
+ "content": "<|reserved_special_token_161|>",
1358
+ "lstrip": false,
1359
+ "normalized": false,
1360
+ "rstrip": false,
1361
+ "single_word": false,
1362
+ "special": true
1363
+ },
1364
+ "128170": {
1365
+ "content": "<|reserved_special_token_162|>",
1366
+ "lstrip": false,
1367
+ "normalized": false,
1368
+ "rstrip": false,
1369
+ "single_word": false,
1370
+ "special": true
1371
+ },
1372
+ "128171": {
1373
+ "content": "<|reserved_special_token_163|>",
1374
+ "lstrip": false,
1375
+ "normalized": false,
1376
+ "rstrip": false,
1377
+ "single_word": false,
1378
+ "special": true
1379
+ },
1380
+ "128172": {
1381
+ "content": "<|reserved_special_token_164|>",
1382
+ "lstrip": false,
1383
+ "normalized": false,
1384
+ "rstrip": false,
1385
+ "single_word": false,
1386
+ "special": true
1387
+ },
1388
+ "128173": {
1389
+ "content": "<|reserved_special_token_165|>",
1390
+ "lstrip": false,
1391
+ "normalized": false,
1392
+ "rstrip": false,
1393
+ "single_word": false,
1394
+ "special": true
1395
+ },
1396
+ "128174": {
1397
+ "content": "<|reserved_special_token_166|>",
1398
+ "lstrip": false,
1399
+ "normalized": false,
1400
+ "rstrip": false,
1401
+ "single_word": false,
1402
+ "special": true
1403
+ },
1404
+ "128175": {
1405
+ "content": "<|reserved_special_token_167|>",
1406
+ "lstrip": false,
1407
+ "normalized": false,
1408
+ "rstrip": false,
1409
+ "single_word": false,
1410
+ "special": true
1411
+ },
1412
+ "128176": {
1413
+ "content": "<|reserved_special_token_168|>",
1414
+ "lstrip": false,
1415
+ "normalized": false,
1416
+ "rstrip": false,
1417
+ "single_word": false,
1418
+ "special": true
1419
+ },
1420
+ "128177": {
1421
+ "content": "<|reserved_special_token_169|>",
1422
+ "lstrip": false,
1423
+ "normalized": false,
1424
+ "rstrip": false,
1425
+ "single_word": false,
1426
+ "special": true
1427
+ },
1428
+ "128178": {
1429
+ "content": "<|reserved_special_token_170|>",
1430
+ "lstrip": false,
1431
+ "normalized": false,
1432
+ "rstrip": false,
1433
+ "single_word": false,
1434
+ "special": true
1435
+ },
1436
+ "128179": {
1437
+ "content": "<|reserved_special_token_171|>",
1438
+ "lstrip": false,
1439
+ "normalized": false,
1440
+ "rstrip": false,
1441
+ "single_word": false,
1442
+ "special": true
1443
+ },
1444
+ "128180": {
1445
+ "content": "<|reserved_special_token_172|>",
1446
+ "lstrip": false,
1447
+ "normalized": false,
1448
+ "rstrip": false,
1449
+ "single_word": false,
1450
+ "special": true
1451
+ },
1452
+ "128181": {
1453
+ "content": "<|reserved_special_token_173|>",
1454
+ "lstrip": false,
1455
+ "normalized": false,
1456
+ "rstrip": false,
1457
+ "single_word": false,
1458
+ "special": true
1459
+ },
1460
+ "128182": {
1461
+ "content": "<|reserved_special_token_174|>",
1462
+ "lstrip": false,
1463
+ "normalized": false,
1464
+ "rstrip": false,
1465
+ "single_word": false,
1466
+ "special": true
1467
+ },
1468
+ "128183": {
1469
+ "content": "<|reserved_special_token_175|>",
1470
+ "lstrip": false,
1471
+ "normalized": false,
1472
+ "rstrip": false,
1473
+ "single_word": false,
1474
+ "special": true
1475
+ },
1476
+ "128184": {
1477
+ "content": "<|reserved_special_token_176|>",
1478
+ "lstrip": false,
1479
+ "normalized": false,
1480
+ "rstrip": false,
1481
+ "single_word": false,
1482
+ "special": true
1483
+ },
1484
+ "128185": {
1485
+ "content": "<|reserved_special_token_177|>",
1486
+ "lstrip": false,
1487
+ "normalized": false,
1488
+ "rstrip": false,
1489
+ "single_word": false,
1490
+ "special": true
1491
+ },
1492
+ "128186": {
1493
+ "content": "<|reserved_special_token_178|>",
1494
+ "lstrip": false,
1495
+ "normalized": false,
1496
+ "rstrip": false,
1497
+ "single_word": false,
1498
+ "special": true
1499
+ },
1500
+ "128187": {
1501
+ "content": "<|reserved_special_token_179|>",
1502
+ "lstrip": false,
1503
+ "normalized": false,
1504
+ "rstrip": false,
1505
+ "single_word": false,
1506
+ "special": true
1507
+ },
1508
+ "128188": {
1509
+ "content": "<|reserved_special_token_180|>",
1510
+ "lstrip": false,
1511
+ "normalized": false,
1512
+ "rstrip": false,
1513
+ "single_word": false,
1514
+ "special": true
1515
+ },
1516
+ "128189": {
1517
+ "content": "<|reserved_special_token_181|>",
1518
+ "lstrip": false,
1519
+ "normalized": false,
1520
+ "rstrip": false,
1521
+ "single_word": false,
1522
+ "special": true
1523
+ },
1524
+ "128190": {
1525
+ "content": "<|reserved_special_token_182|>",
1526
+ "lstrip": false,
1527
+ "normalized": false,
1528
+ "rstrip": false,
1529
+ "single_word": false,
1530
+ "special": true
1531
+ },
1532
+ "128191": {
1533
+ "content": "<|reserved_special_token_183|>",
1534
+ "lstrip": false,
1535
+ "normalized": false,
1536
+ "rstrip": false,
1537
+ "single_word": false,
1538
+ "special": true
1539
+ },
1540
+ "128192": {
1541
+ "content": "<|reserved_special_token_184|>",
1542
+ "lstrip": false,
1543
+ "normalized": false,
1544
+ "rstrip": false,
1545
+ "single_word": false,
1546
+ "special": true
1547
+ },
1548
+ "128193": {
1549
+ "content": "<|reserved_special_token_185|>",
1550
+ "lstrip": false,
1551
+ "normalized": false,
1552
+ "rstrip": false,
1553
+ "single_word": false,
1554
+ "special": true
1555
+ },
1556
+ "128194": {
1557
+ "content": "<|reserved_special_token_186|>",
1558
+ "lstrip": false,
1559
+ "normalized": false,
1560
+ "rstrip": false,
1561
+ "single_word": false,
1562
+ "special": true
1563
+ },
1564
+ "128195": {
1565
+ "content": "<|reserved_special_token_187|>",
1566
+ "lstrip": false,
1567
+ "normalized": false,
1568
+ "rstrip": false,
1569
+ "single_word": false,
1570
+ "special": true
1571
+ },
1572
+ "128196": {
1573
+ "content": "<|reserved_special_token_188|>",
1574
+ "lstrip": false,
1575
+ "normalized": false,
1576
+ "rstrip": false,
1577
+ "single_word": false,
1578
+ "special": true
1579
+ },
1580
+ "128197": {
1581
+ "content": "<|reserved_special_token_189|>",
1582
+ "lstrip": false,
1583
+ "normalized": false,
1584
+ "rstrip": false,
1585
+ "single_word": false,
1586
+ "special": true
1587
+ },
1588
+ "128198": {
1589
+ "content": "<|reserved_special_token_190|>",
1590
+ "lstrip": false,
1591
+ "normalized": false,
1592
+ "rstrip": false,
1593
+ "single_word": false,
1594
+ "special": true
1595
+ },
1596
+ "128199": {
1597
+ "content": "<|reserved_special_token_191|>",
1598
+ "lstrip": false,
1599
+ "normalized": false,
1600
+ "rstrip": false,
1601
+ "single_word": false,
1602
+ "special": true
1603
+ },
1604
+ "128200": {
1605
+ "content": "<|reserved_special_token_192|>",
1606
+ "lstrip": false,
1607
+ "normalized": false,
1608
+ "rstrip": false,
1609
+ "single_word": false,
1610
+ "special": true
1611
+ },
1612
+ "128201": {
1613
+ "content": "<|reserved_special_token_193|>",
1614
+ "lstrip": false,
1615
+ "normalized": false,
1616
+ "rstrip": false,
1617
+ "single_word": false,
1618
+ "special": true
1619
+ },
1620
+ "128202": {
1621
+ "content": "<|reserved_special_token_194|>",
1622
+ "lstrip": false,
1623
+ "normalized": false,
1624
+ "rstrip": false,
1625
+ "single_word": false,
1626
+ "special": true
1627
+ },
1628
+ "128203": {
1629
+ "content": "<|reserved_special_token_195|>",
1630
+ "lstrip": false,
1631
+ "normalized": false,
1632
+ "rstrip": false,
1633
+ "single_word": false,
1634
+ "special": true
1635
+ },
1636
+ "128204": {
1637
+ "content": "<|reserved_special_token_196|>",
1638
+ "lstrip": false,
1639
+ "normalized": false,
1640
+ "rstrip": false,
1641
+ "single_word": false,
1642
+ "special": true
1643
+ },
1644
+ "128205": {
1645
+ "content": "<|reserved_special_token_197|>",
1646
+ "lstrip": false,
1647
+ "normalized": false,
1648
+ "rstrip": false,
1649
+ "single_word": false,
1650
+ "special": true
1651
+ },
1652
+ "128206": {
1653
+ "content": "<|reserved_special_token_198|>",
1654
+ "lstrip": false,
1655
+ "normalized": false,
1656
+ "rstrip": false,
1657
+ "single_word": false,
1658
+ "special": true
1659
+ },
1660
+ "128207": {
1661
+ "content": "<|reserved_special_token_199|>",
1662
+ "lstrip": false,
1663
+ "normalized": false,
1664
+ "rstrip": false,
1665
+ "single_word": false,
1666
+ "special": true
1667
+ },
1668
+ "128208": {
1669
+ "content": "<|reserved_special_token_200|>",
1670
+ "lstrip": false,
1671
+ "normalized": false,
1672
+ "rstrip": false,
1673
+ "single_word": false,
1674
+ "special": true
1675
+ },
1676
+ "128209": {
1677
+ "content": "<|reserved_special_token_201|>",
1678
+ "lstrip": false,
1679
+ "normalized": false,
1680
+ "rstrip": false,
1681
+ "single_word": false,
1682
+ "special": true
1683
+ },
1684
+ "128210": {
1685
+ "content": "<|reserved_special_token_202|>",
1686
+ "lstrip": false,
1687
+ "normalized": false,
1688
+ "rstrip": false,
1689
+ "single_word": false,
1690
+ "special": true
1691
+ },
1692
+ "128211": {
1693
+ "content": "<|reserved_special_token_203|>",
1694
+ "lstrip": false,
1695
+ "normalized": false,
1696
+ "rstrip": false,
1697
+ "single_word": false,
1698
+ "special": true
1699
+ },
1700
+ "128212": {
1701
+ "content": "<|reserved_special_token_204|>",
1702
+ "lstrip": false,
1703
+ "normalized": false,
1704
+ "rstrip": false,
1705
+ "single_word": false,
1706
+ "special": true
1707
+ },
1708
+ "128213": {
1709
+ "content": "<|reserved_special_token_205|>",
1710
+ "lstrip": false,
1711
+ "normalized": false,
1712
+ "rstrip": false,
1713
+ "single_word": false,
1714
+ "special": true
1715
+ },
1716
+ "128214": {
1717
+ "content": "<|reserved_special_token_206|>",
1718
+ "lstrip": false,
1719
+ "normalized": false,
1720
+ "rstrip": false,
1721
+ "single_word": false,
1722
+ "special": true
1723
+ },
1724
+ "128215": {
1725
+ "content": "<|reserved_special_token_207|>",
1726
+ "lstrip": false,
1727
+ "normalized": false,
1728
+ "rstrip": false,
1729
+ "single_word": false,
1730
+ "special": true
1731
+ },
1732
+ "128216": {
1733
+ "content": "<|reserved_special_token_208|>",
1734
+ "lstrip": false,
1735
+ "normalized": false,
1736
+ "rstrip": false,
1737
+ "single_word": false,
1738
+ "special": true
1739
+ },
1740
+ "128217": {
1741
+ "content": "<|reserved_special_token_209|>",
1742
+ "lstrip": false,
1743
+ "normalized": false,
1744
+ "rstrip": false,
1745
+ "single_word": false,
1746
+ "special": true
1747
+ },
1748
+ "128218": {
1749
+ "content": "<|reserved_special_token_210|>",
1750
+ "lstrip": false,
1751
+ "normalized": false,
1752
+ "rstrip": false,
1753
+ "single_word": false,
1754
+ "special": true
1755
+ },
1756
+ "128219": {
1757
+ "content": "<|reserved_special_token_211|>",
1758
+ "lstrip": false,
1759
+ "normalized": false,
1760
+ "rstrip": false,
1761
+ "single_word": false,
1762
+ "special": true
1763
+ },
1764
+ "128220": {
1765
+ "content": "<|reserved_special_token_212|>",
1766
+ "lstrip": false,
1767
+ "normalized": false,
1768
+ "rstrip": false,
1769
+ "single_word": false,
1770
+ "special": true
1771
+ },
1772
+ "128221": {
1773
+ "content": "<|reserved_special_token_213|>",
1774
+ "lstrip": false,
1775
+ "normalized": false,
1776
+ "rstrip": false,
1777
+ "single_word": false,
1778
+ "special": true
1779
+ },
1780
+ "128222": {
1781
+ "content": "<|reserved_special_token_214|>",
1782
+ "lstrip": false,
1783
+ "normalized": false,
1784
+ "rstrip": false,
1785
+ "single_word": false,
1786
+ "special": true
1787
+ },
1788
+ "128223": {
1789
+ "content": "<|reserved_special_token_215|>",
1790
+ "lstrip": false,
1791
+ "normalized": false,
1792
+ "rstrip": false,
1793
+ "single_word": false,
1794
+ "special": true
1795
+ },
1796
+ "128224": {
1797
+ "content": "<|reserved_special_token_216|>",
1798
+ "lstrip": false,
1799
+ "normalized": false,
1800
+ "rstrip": false,
1801
+ "single_word": false,
1802
+ "special": true
1803
+ },
1804
+ "128225": {
1805
+ "content": "<|reserved_special_token_217|>",
1806
+ "lstrip": false,
1807
+ "normalized": false,
1808
+ "rstrip": false,
1809
+ "single_word": false,
1810
+ "special": true
1811
+ },
1812
+ "128226": {
1813
+ "content": "<|reserved_special_token_218|>",
1814
+ "lstrip": false,
1815
+ "normalized": false,
1816
+ "rstrip": false,
1817
+ "single_word": false,
1818
+ "special": true
1819
+ },
1820
+ "128227": {
1821
+ "content": "<|reserved_special_token_219|>",
1822
+ "lstrip": false,
1823
+ "normalized": false,
1824
+ "rstrip": false,
1825
+ "single_word": false,
1826
+ "special": true
1827
+ },
1828
+ "128228": {
1829
+ "content": "<|reserved_special_token_220|>",
1830
+ "lstrip": false,
1831
+ "normalized": false,
1832
+ "rstrip": false,
1833
+ "single_word": false,
1834
+ "special": true
1835
+ },
1836
+ "128229": {
1837
+ "content": "<|reserved_special_token_221|>",
1838
+ "lstrip": false,
1839
+ "normalized": false,
1840
+ "rstrip": false,
1841
+ "single_word": false,
1842
+ "special": true
1843
+ },
1844
+ "128230": {
1845
+ "content": "<|reserved_special_token_222|>",
1846
+ "lstrip": false,
1847
+ "normalized": false,
1848
+ "rstrip": false,
1849
+ "single_word": false,
1850
+ "special": true
1851
+ },
1852
+ "128231": {
1853
+ "content": "<|reserved_special_token_223|>",
1854
+ "lstrip": false,
1855
+ "normalized": false,
1856
+ "rstrip": false,
1857
+ "single_word": false,
1858
+ "special": true
1859
+ },
1860
+ "128232": {
1861
+ "content": "<|reserved_special_token_224|>",
1862
+ "lstrip": false,
1863
+ "normalized": false,
1864
+ "rstrip": false,
1865
+ "single_word": false,
1866
+ "special": true
1867
+ },
1868
+ "128233": {
1869
+ "content": "<|reserved_special_token_225|>",
1870
+ "lstrip": false,
1871
+ "normalized": false,
1872
+ "rstrip": false,
1873
+ "single_word": false,
1874
+ "special": true
1875
+ },
1876
+ "128234": {
1877
+ "content": "<|reserved_special_token_226|>",
1878
+ "lstrip": false,
1879
+ "normalized": false,
1880
+ "rstrip": false,
1881
+ "single_word": false,
1882
+ "special": true
1883
+ },
1884
+ "128235": {
1885
+ "content": "<|reserved_special_token_227|>",
1886
+ "lstrip": false,
1887
+ "normalized": false,
1888
+ "rstrip": false,
1889
+ "single_word": false,
1890
+ "special": true
1891
+ },
1892
+ "128236": {
1893
+ "content": "<|reserved_special_token_228|>",
1894
+ "lstrip": false,
1895
+ "normalized": false,
1896
+ "rstrip": false,
1897
+ "single_word": false,
1898
+ "special": true
1899
+ },
1900
+ "128237": {
1901
+ "content": "<|reserved_special_token_229|>",
1902
+ "lstrip": false,
1903
+ "normalized": false,
1904
+ "rstrip": false,
1905
+ "single_word": false,
1906
+ "special": true
1907
+ },
1908
+ "128238": {
1909
+ "content": "<|reserved_special_token_230|>",
1910
+ "lstrip": false,
1911
+ "normalized": false,
1912
+ "rstrip": false,
1913
+ "single_word": false,
1914
+ "special": true
1915
+ },
1916
+ "128239": {
1917
+ "content": "<|reserved_special_token_231|>",
1918
+ "lstrip": false,
1919
+ "normalized": false,
1920
+ "rstrip": false,
1921
+ "single_word": false,
1922
+ "special": true
1923
+ },
1924
+ "128240": {
1925
+ "content": "<|reserved_special_token_232|>",
1926
+ "lstrip": false,
1927
+ "normalized": false,
1928
+ "rstrip": false,
1929
+ "single_word": false,
1930
+ "special": true
1931
+ },
1932
+ "128241": {
1933
+ "content": "<|reserved_special_token_233|>",
1934
+ "lstrip": false,
1935
+ "normalized": false,
1936
+ "rstrip": false,
1937
+ "single_word": false,
1938
+ "special": true
1939
+ },
1940
+ "128242": {
1941
+ "content": "<|reserved_special_token_234|>",
1942
+ "lstrip": false,
1943
+ "normalized": false,
1944
+ "rstrip": false,
1945
+ "single_word": false,
1946
+ "special": true
1947
+ },
1948
+ "128243": {
1949
+ "content": "<|reserved_special_token_235|>",
1950
+ "lstrip": false,
1951
+ "normalized": false,
1952
+ "rstrip": false,
1953
+ "single_word": false,
1954
+ "special": true
1955
+ },
1956
+ "128244": {
1957
+ "content": "<|reserved_special_token_236|>",
1958
+ "lstrip": false,
1959
+ "normalized": false,
1960
+ "rstrip": false,
1961
+ "single_word": false,
1962
+ "special": true
1963
+ },
1964
+ "128245": {
1965
+ "content": "<|reserved_special_token_237|>",
1966
+ "lstrip": false,
1967
+ "normalized": false,
1968
+ "rstrip": false,
1969
+ "single_word": false,
1970
+ "special": true
1971
+ },
1972
+ "128246": {
1973
+ "content": "<|reserved_special_token_238|>",
1974
+ "lstrip": false,
1975
+ "normalized": false,
1976
+ "rstrip": false,
1977
+ "single_word": false,
1978
+ "special": true
1979
+ },
1980
+ "128247": {
1981
+ "content": "<|reserved_special_token_239|>",
1982
+ "lstrip": false,
1983
+ "normalized": false,
1984
+ "rstrip": false,
1985
+ "single_word": false,
1986
+ "special": true
1987
+ },
1988
+ "128248": {
1989
+ "content": "<|reserved_special_token_240|>",
1990
+ "lstrip": false,
1991
+ "normalized": false,
1992
+ "rstrip": false,
1993
+ "single_word": false,
1994
+ "special": true
1995
+ },
1996
+ "128249": {
1997
+ "content": "<|reserved_special_token_241|>",
1998
+ "lstrip": false,
1999
+ "normalized": false,
2000
+ "rstrip": false,
2001
+ "single_word": false,
2002
+ "special": true
2003
+ },
2004
+ "128250": {
2005
+ "content": "<|reserved_special_token_242|>",
2006
+ "lstrip": false,
2007
+ "normalized": false,
2008
+ "rstrip": false,
2009
+ "single_word": false,
2010
+ "special": true
2011
+ },
2012
+ "128251": {
2013
+ "content": "<|reserved_special_token_243|>",
2014
+ "lstrip": false,
2015
+ "normalized": false,
2016
+ "rstrip": false,
2017
+ "single_word": false,
2018
+ "special": true
2019
+ },
2020
+ "128252": {
2021
+ "content": "<|reserved_special_token_244|>",
2022
+ "lstrip": false,
2023
+ "normalized": false,
2024
+ "rstrip": false,
2025
+ "single_word": false,
2026
+ "special": true
2027
+ },
2028
+ "128253": {
2029
+ "content": "<|reserved_special_token_245|>",
2030
+ "lstrip": false,
2031
+ "normalized": false,
2032
+ "rstrip": false,
2033
+ "single_word": false,
2034
+ "special": true
2035
+ },
2036
+ "128254": {
2037
+ "content": "<|reserved_special_token_246|>",
2038
+ "lstrip": false,
2039
+ "normalized": false,
2040
+ "rstrip": false,
2041
+ "single_word": false,
2042
+ "special": true
2043
+ },
2044
+ "128255": {
2045
+ "content": "<|reserved_special_token_247|>",
2046
+ "lstrip": false,
2047
+ "normalized": false,
2048
+ "rstrip": false,
2049
+ "single_word": false,
2050
+ "special": true
2051
+ }
2052
+ },
2053
+ "bos_token": "<|begin_of_text|>",
2054
+ "clean_up_tokenization_spaces": true,
2055
+ "eos_token": "<|eot_id|>",
2056
+ "extra_special_tokens": {},
2057
+ "model_input_names": [
2058
+ "input_ids",
2059
+ "attention_mask"
2060
+ ],
2061
+ "model_max_length": 131072,
2062
+ "pad_token": "<|finetune_right_pad_id|>",
2063
+ "padding_side": "left",
2064
+ "tokenizer_class": "PreTrainedTokenizerFast",
2065
+ "unk_token": null
2066
+ }
experiments/sk-zh/checkpoint-500/README.md ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/meta-llama-3.1-8b-instruct-bnb-4bit
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/meta-llama-3.1-8b-instruct-bnb-4bit
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ - unsloth
12
+ ---
13
+
14
+ # Model Card for Model ID
15
+
16
+ <!-- Provide a quick summary of what the model is/does. -->
17
+
18
+
19
+
20
+ ## Model Details
21
+
22
+ ### Model Description
23
+
24
+ <!-- Provide a longer summary of what this model is. -->
25
+
26
+
27
+
28
+ - **Developed by:** [More Information Needed]
29
+ - **Funded by [optional]:** [More Information Needed]
30
+ - **Shared by [optional]:** [More Information Needed]
31
+ - **Model type:** [More Information Needed]
32
+ - **Language(s) (NLP):** [More Information Needed]
33
+ - **License:** [More Information Needed]
34
+ - **Finetuned from model [optional]:** [More Information Needed]
35
+
36
+ ### Model Sources [optional]
37
+
38
+ <!-- Provide the basic links for the model. -->
39
+
40
+ - **Repository:** [More Information Needed]
41
+ - **Paper [optional]:** [More Information Needed]
42
+ - **Demo [optional]:** [More Information Needed]
43
+
44
+ ## Uses
45
+
46
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
47
+
48
+ ### Direct Use
49
+
50
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
51
+
52
+ [More Information Needed]
53
+
54
+ ### Downstream Use [optional]
55
+
56
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
57
+
58
+ [More Information Needed]
59
+
60
+ ### Out-of-Scope Use
61
+
62
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
63
+
64
+ [More Information Needed]
65
+
66
+ ## Bias, Risks, and Limitations
67
+
68
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
69
+
70
+ [More Information Needed]
71
+
72
+ ### Recommendations
73
+
74
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
75
+
76
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
77
+
78
+ ## How to Get Started with the Model
79
+
80
+ Use the code below to get started with the model.
81
+
82
+ [More Information Needed]
83
+
84
+ ## Training Details
85
+
86
+ ### Training Data
87
+
88
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
89
+
90
+ [More Information Needed]
91
+
92
+ ### Training Procedure
93
+
94
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
95
+
96
+ #### Preprocessing [optional]
97
+
98
+ [More Information Needed]
99
+
100
+
101
+ #### Training Hyperparameters
102
+
103
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
104
+
105
+ #### Speeds, Sizes, Times [optional]
106
+
107
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
108
+
109
+ [More Information Needed]
110
+
111
+ ## Evaluation
112
+
113
+ <!-- This section describes the evaluation protocols and provides the results. -->
114
+
115
+ ### Testing Data, Factors & Metrics
116
+
117
+ #### Testing Data
118
+
119
+ <!-- This should link to a Dataset Card if possible. -->
120
+
121
+ [More Information Needed]
122
+
123
+ #### Factors
124
+
125
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
126
+
127
+ [More Information Needed]
128
+
129
+ #### Metrics
130
+
131
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
132
+
133
+ [More Information Needed]
134
+
135
+ ### Results
136
+
137
+ [More Information Needed]
138
+
139
+ #### Summary
140
+
141
+
142
+
143
+ ## Model Examination [optional]
144
+
145
+ <!-- Relevant interpretability work for the model goes here -->
146
+
147
+ [More Information Needed]
148
+
149
+ ## Environmental Impact
150
+
151
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
152
+
153
+ 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).
154
+
155
+ - **Hardware Type:** [More Information Needed]
156
+ - **Hours used:** [More Information Needed]
157
+ - **Cloud Provider:** [More Information Needed]
158
+ - **Compute Region:** [More Information Needed]
159
+ - **Carbon Emitted:** [More Information Needed]
160
+
161
+ ## Technical Specifications [optional]
162
+
163
+ ### Model Architecture and Objective
164
+
165
+ [More Information Needed]
166
+
167
+ ### Compute Infrastructure
168
+
169
+ [More Information Needed]
170
+
171
+ #### Hardware
172
+
173
+ [More Information Needed]
174
+
175
+ #### Software
176
+
177
+ [More Information Needed]
178
+
179
+ ## Citation [optional]
180
+
181
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
182
+
183
+ **BibTeX:**
184
+
185
+ [More Information Needed]
186
+
187
+ **APA:**
188
+
189
+ [More Information Needed]
190
+
191
+ ## Glossary [optional]
192
+
193
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
194
+
195
+ [More Information Needed]
196
+
197
+ ## More Information [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Authors [optional]
202
+
203
+ [More Information Needed]
204
+
205
+ ## Model Card Contact
206
+
207
+ [More Information Needed]
208
+ ### Framework versions
209
+
210
+ - PEFT 0.18.1
experiments/sk-zh/checkpoint-500/adapter_config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "LlamaForCausalLM",
7
+ "parent_library": "transformers.models.llama.modeling_llama",
8
+ "unsloth_fixed": true
9
+ },
10
+ "base_model_name_or_path": "unsloth/meta-llama-3.1-8b-instruct-bnb-4bit",
11
+ "bias": "none",
12
+ "corda_config": null,
13
+ "ensure_weight_tying": false,
14
+ "eva_config": null,
15
+ "exclude_modules": null,
16
+ "fan_in_fan_out": false,
17
+ "inference_mode": true,
18
+ "init_lora_weights": true,
19
+ "layer_replication": null,
20
+ "layers_pattern": null,
21
+ "layers_to_transform": null,
22
+ "loftq_config": {},
23
+ "lora_alpha": 16,
24
+ "lora_bias": false,
25
+ "lora_dropout": 0,
26
+ "megatron_config": null,
27
+ "megatron_core": "megatron.core",
28
+ "modules_to_save": null,
29
+ "peft_type": "LORA",
30
+ "peft_version": "0.18.1",
31
+ "qalora_group_size": 16,
32
+ "r": 8,
33
+ "rank_pattern": {},
34
+ "revision": null,
35
+ "target_modules": [
36
+ "gate_proj",
37
+ "v_proj",
38
+ "o_proj",
39
+ "k_proj",
40
+ "up_proj",
41
+ "down_proj",
42
+ "q_proj"
43
+ ],
44
+ "target_parameters": null,
45
+ "task_type": "CAUSAL_LM",
46
+ "trainable_token_indices": null,
47
+ "use_dora": false,
48
+ "use_qalora": false,
49
+ "use_rslora": true
50
+ }
experiments/sk-zh/checkpoint-500/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:862cad99c2bb9cea67e5e8369bf51e41e12409306ac431aabab75877e7f7dd4b
3
+ size 83945296
experiments/sk-zh/checkpoint-500/chat_template.jinja ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {{- bos_token }}
2
+ {%- if custom_tools is defined %}
3
+ {%- set tools = custom_tools %}
4
+ {%- endif %}
5
+ {%- if not tools_in_user_message is defined %}
6
+ {%- set tools_in_user_message = true %}
7
+ {%- endif %}
8
+ {%- if not date_string is defined %}
9
+ {%- set date_string = "26 Jul 2024" %}
10
+ {%- endif %}
11
+ {%- if not tools is defined %}
12
+ {%- set tools = none %}
13
+ {%- endif %}
14
+
15
+ {#- This block extracts the system message, so we can slot it into the right place. #}
16
+ {%- if messages[0]['role'] == 'system' %}
17
+ {%- set system_message = messages[0]['content']|trim %}
18
+ {%- set messages = messages[1:] %}
19
+ {%- else %}
20
+ {%- set system_message = "" %}
21
+ {%- endif %}
22
+
23
+ {#- System message + builtin tools #}
24
+ {{- "<|start_header_id|>system<|end_header_id|>\n\n" }}
25
+ {%- if builtin_tools is defined or tools is not none %}
26
+ {{- "Environment: ipython\n" }}
27
+ {%- endif %}
28
+ {%- if builtin_tools is defined %}
29
+ {{- "Tools: " + builtin_tools | reject('equalto', 'code_interpreter') | join(", ") + "\n\n"}}
30
+ {%- endif %}
31
+ {{- "Cutting Knowledge Date: December 2023\n" }}
32
+ {{- "Today Date: " + date_string + "\n\n" }}
33
+ {%- if tools is not none and not tools_in_user_message %}
34
+ {{- "You have access to the following functions. To call a function, please respond with JSON for a function call." }}
35
+ {{- 'Respond in the format {"name": function name, "parameters": dictionary of argument name and its value}.' }}
36
+ {{- "Do not use variables.\n\n" }}
37
+ {%- for t in tools %}
38
+ {{- t | tojson(indent=4) }}
39
+ {{- "\n\n" }}
40
+ {%- endfor %}
41
+ {%- endif %}
42
+ {{- system_message }}
43
+ {{- "<|eot_id|>" }}
44
+
45
+ {#- Custom tools are passed in a user message with some extra guidance #}
46
+ {%- if tools_in_user_message and not tools is none %}
47
+ {#- Extract the first user message so we can plug it in here #}
48
+ {%- if messages | length != 0 %}
49
+ {%- set first_user_message = messages[0]['content']|trim %}
50
+ {%- set messages = messages[1:] %}
51
+ {%- else %}
52
+ {{- raise_exception("Cannot put tools in the first user message when there's no first user message!") }}
53
+ {%- endif %}
54
+ {{- '<|start_header_id|>user<|end_header_id|>\n\n' -}}
55
+ {{- "Given the following functions, please respond with a JSON for a function call " }}
56
+ {{- "with its proper arguments that best answers the given prompt.\n\n" }}
57
+ {{- 'Respond in the format {"name": function name, "parameters": dictionary of argument name and its value}.' }}
58
+ {{- "Do not use variables.\n\n" }}
59
+ {%- for t in tools %}
60
+ {{- t | tojson(indent=4) }}
61
+ {{- "\n\n" }}
62
+ {%- endfor %}
63
+ {{- first_user_message + "<|eot_id|>"}}
64
+ {%- endif %}
65
+
66
+ {%- for message in messages %}
67
+ {%- if not (message.role == 'ipython' or message.role == 'tool' or 'tool_calls' in message) %}
68
+ {{- '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' }}
69
+ {%- elif 'tool_calls' in message %}
70
+ {%- if not message.tool_calls|length == 1 %}
71
+ {{- raise_exception("This model only supports single tool-calls at once!") }}
72
+ {%- endif %}
73
+ {%- set tool_call = message.tool_calls[0].function %}
74
+ {%- if builtin_tools is defined and tool_call.name in builtin_tools %}
75
+ {{- '<|start_header_id|>assistant<|end_header_id|>\n\n' -}}
76
+ {{- "<|python_tag|>" + tool_call.name + ".call(" }}
77
+ {%- for arg_name, arg_val in tool_call.arguments | items %}
78
+ {{- arg_name + '="' + arg_val + '"' }}
79
+ {%- if not loop.last %}
80
+ {{- ", " }}
81
+ {%- endif %}
82
+ {%- endfor %}
83
+ {{- ")" }}
84
+ {%- else %}
85
+ {{- '<|start_header_id|>assistant<|end_header_id|>\n\n' -}}
86
+ {{- '{"name": "' + tool_call.name + '", ' }}
87
+ {{- '"parameters": ' }}
88
+ {{- tool_call.arguments | tojson }}
89
+ {{- "}" }}
90
+ {%- endif %}
91
+ {%- if builtin_tools is defined %}
92
+ {#- This means we're in ipython mode #}
93
+ {{- "<|eom_id|>" }}
94
+ {%- else %}
95
+ {{- "<|eot_id|>" }}
96
+ {%- endif %}
97
+ {%- elif message.role == "tool" or message.role == "ipython" %}
98
+ {{- "<|start_header_id|>ipython<|end_header_id|>\n\n" }}
99
+ {%- if message.content is mapping or message.content is iterable %}
100
+ {{- message.content | tojson }}
101
+ {%- else %}
102
+ {{- message.content }}
103
+ {%- endif %}
104
+ {{- "<|eot_id|>" }}
105
+ {%- endif %}
106
+ {%- endfor %}
107
+ {%- if add_generation_prompt %}
108
+ {{- '<|start_header_id|>assistant<|end_header_id|>\n\n' }}
109
+ {%- endif %}
experiments/sk-zh/checkpoint-500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b71854186c8ad4ccfb86dd2d9d405a46d989f2f6e1064505597b89ce50af40a
3
+ size 43123429
experiments/sk-zh/checkpoint-500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d6d8fafcd1ee268414be5acf0366296af5b03d60871978712eac1979cb42d65
3
+ size 14645
experiments/sk-zh/checkpoint-500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f58070f27ecc1447cda3df381e75b78a82815c8dd68eab34fe5e56c98549f266
3
+ size 1465
experiments/sk-zh/checkpoint-500/special_tokens_map.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|begin_of_text|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|eot_id|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|finetune_right_pad_id|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
+ }
experiments/sk-zh/checkpoint-500/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b9e4e7fb171f92fd137b777cc2714bf87d11576700a1dcd7a399e7bbe39537b
3
+ size 17209920
experiments/sk-zh/checkpoint-500/tokenizer_config.json ADDED
@@ -0,0 +1,2066 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "added_tokens_decoder": {
4
+ "128000": {
5
+ "content": "<|begin_of_text|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "128001": {
13
+ "content": "<|end_of_text|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "128002": {
21
+ "content": "<|reserved_special_token_0|>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "128003": {
29
+ "content": "<|reserved_special_token_1|>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "128004": {
37
+ "content": "<|finetune_right_pad_id|>",
38
+ "lstrip": false,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ },
44
+ "128005": {
45
+ "content": "<|reserved_special_token_2|>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false,
50
+ "special": true
51
+ },
52
+ "128006": {
53
+ "content": "<|start_header_id|>",
54
+ "lstrip": false,
55
+ "normalized": false,
56
+ "rstrip": false,
57
+ "single_word": false,
58
+ "special": true
59
+ },
60
+ "128007": {
61
+ "content": "<|end_header_id|>",
62
+ "lstrip": false,
63
+ "normalized": false,
64
+ "rstrip": false,
65
+ "single_word": false,
66
+ "special": true
67
+ },
68
+ "128008": {
69
+ "content": "<|eom_id|>",
70
+ "lstrip": false,
71
+ "normalized": false,
72
+ "rstrip": false,
73
+ "single_word": false,
74
+ "special": true
75
+ },
76
+ "128009": {
77
+ "content": "<|eot_id|>",
78
+ "lstrip": false,
79
+ "normalized": false,
80
+ "rstrip": false,
81
+ "single_word": false,
82
+ "special": true
83
+ },
84
+ "128010": {
85
+ "content": "<|python_tag|>",
86
+ "lstrip": false,
87
+ "normalized": false,
88
+ "rstrip": false,
89
+ "single_word": false,
90
+ "special": true
91
+ },
92
+ "128011": {
93
+ "content": "<|reserved_special_token_3|>",
94
+ "lstrip": false,
95
+ "normalized": false,
96
+ "rstrip": false,
97
+ "single_word": false,
98
+ "special": true
99
+ },
100
+ "128012": {
101
+ "content": "<|reserved_special_token_4|>",
102
+ "lstrip": false,
103
+ "normalized": false,
104
+ "rstrip": false,
105
+ "single_word": false,
106
+ "special": true
107
+ },
108
+ "128013": {
109
+ "content": "<|reserved_special_token_5|>",
110
+ "lstrip": false,
111
+ "normalized": false,
112
+ "rstrip": false,
113
+ "single_word": false,
114
+ "special": true
115
+ },
116
+ "128014": {
117
+ "content": "<|reserved_special_token_6|>",
118
+ "lstrip": false,
119
+ "normalized": false,
120
+ "rstrip": false,
121
+ "single_word": false,
122
+ "special": true
123
+ },
124
+ "128015": {
125
+ "content": "<|reserved_special_token_7|>",
126
+ "lstrip": false,
127
+ "normalized": false,
128
+ "rstrip": false,
129
+ "single_word": false,
130
+ "special": true
131
+ },
132
+ "128016": {
133
+ "content": "<|reserved_special_token_8|>",
134
+ "lstrip": false,
135
+ "normalized": false,
136
+ "rstrip": false,
137
+ "single_word": false,
138
+ "special": true
139
+ },
140
+ "128017": {
141
+ "content": "<|reserved_special_token_9|>",
142
+ "lstrip": false,
143
+ "normalized": false,
144
+ "rstrip": false,
145
+ "single_word": false,
146
+ "special": true
147
+ },
148
+ "128018": {
149
+ "content": "<|reserved_special_token_10|>",
150
+ "lstrip": false,
151
+ "normalized": false,
152
+ "rstrip": false,
153
+ "single_word": false,
154
+ "special": true
155
+ },
156
+ "128019": {
157
+ "content": "<|reserved_special_token_11|>",
158
+ "lstrip": false,
159
+ "normalized": false,
160
+ "rstrip": false,
161
+ "single_word": false,
162
+ "special": true
163
+ },
164
+ "128020": {
165
+ "content": "<|reserved_special_token_12|>",
166
+ "lstrip": false,
167
+ "normalized": false,
168
+ "rstrip": false,
169
+ "single_word": false,
170
+ "special": true
171
+ },
172
+ "128021": {
173
+ "content": "<|reserved_special_token_13|>",
174
+ "lstrip": false,
175
+ "normalized": false,
176
+ "rstrip": false,
177
+ "single_word": false,
178
+ "special": true
179
+ },
180
+ "128022": {
181
+ "content": "<|reserved_special_token_14|>",
182
+ "lstrip": false,
183
+ "normalized": false,
184
+ "rstrip": false,
185
+ "single_word": false,
186
+ "special": true
187
+ },
188
+ "128023": {
189
+ "content": "<|reserved_special_token_15|>",
190
+ "lstrip": false,
191
+ "normalized": false,
192
+ "rstrip": false,
193
+ "single_word": false,
194
+ "special": true
195
+ },
196
+ "128024": {
197
+ "content": "<|reserved_special_token_16|>",
198
+ "lstrip": false,
199
+ "normalized": false,
200
+ "rstrip": false,
201
+ "single_word": false,
202
+ "special": true
203
+ },
204
+ "128025": {
205
+ "content": "<|reserved_special_token_17|>",
206
+ "lstrip": false,
207
+ "normalized": false,
208
+ "rstrip": false,
209
+ "single_word": false,
210
+ "special": true
211
+ },
212
+ "128026": {
213
+ "content": "<|reserved_special_token_18|>",
214
+ "lstrip": false,
215
+ "normalized": false,
216
+ "rstrip": false,
217
+ "single_word": false,
218
+ "special": true
219
+ },
220
+ "128027": {
221
+ "content": "<|reserved_special_token_19|>",
222
+ "lstrip": false,
223
+ "normalized": false,
224
+ "rstrip": false,
225
+ "single_word": false,
226
+ "special": true
227
+ },
228
+ "128028": {
229
+ "content": "<|reserved_special_token_20|>",
230
+ "lstrip": false,
231
+ "normalized": false,
232
+ "rstrip": false,
233
+ "single_word": false,
234
+ "special": true
235
+ },
236
+ "128029": {
237
+ "content": "<|reserved_special_token_21|>",
238
+ "lstrip": false,
239
+ "normalized": false,
240
+ "rstrip": false,
241
+ "single_word": false,
242
+ "special": true
243
+ },
244
+ "128030": {
245
+ "content": "<|reserved_special_token_22|>",
246
+ "lstrip": false,
247
+ "normalized": false,
248
+ "rstrip": false,
249
+ "single_word": false,
250
+ "special": true
251
+ },
252
+ "128031": {
253
+ "content": "<|reserved_special_token_23|>",
254
+ "lstrip": false,
255
+ "normalized": false,
256
+ "rstrip": false,
257
+ "single_word": false,
258
+ "special": true
259
+ },
260
+ "128032": {
261
+ "content": "<|reserved_special_token_24|>",
262
+ "lstrip": false,
263
+ "normalized": false,
264
+ "rstrip": false,
265
+ "single_word": false,
266
+ "special": true
267
+ },
268
+ "128033": {
269
+ "content": "<|reserved_special_token_25|>",
270
+ "lstrip": false,
271
+ "normalized": false,
272
+ "rstrip": false,
273
+ "single_word": false,
274
+ "special": true
275
+ },
276
+ "128034": {
277
+ "content": "<|reserved_special_token_26|>",
278
+ "lstrip": false,
279
+ "normalized": false,
280
+ "rstrip": false,
281
+ "single_word": false,
282
+ "special": true
283
+ },
284
+ "128035": {
285
+ "content": "<|reserved_special_token_27|>",
286
+ "lstrip": false,
287
+ "normalized": false,
288
+ "rstrip": false,
289
+ "single_word": false,
290
+ "special": true
291
+ },
292
+ "128036": {
293
+ "content": "<|reserved_special_token_28|>",
294
+ "lstrip": false,
295
+ "normalized": false,
296
+ "rstrip": false,
297
+ "single_word": false,
298
+ "special": true
299
+ },
300
+ "128037": {
301
+ "content": "<|reserved_special_token_29|>",
302
+ "lstrip": false,
303
+ "normalized": false,
304
+ "rstrip": false,
305
+ "single_word": false,
306
+ "special": true
307
+ },
308
+ "128038": {
309
+ "content": "<|reserved_special_token_30|>",
310
+ "lstrip": false,
311
+ "normalized": false,
312
+ "rstrip": false,
313
+ "single_word": false,
314
+ "special": true
315
+ },
316
+ "128039": {
317
+ "content": "<|reserved_special_token_31|>",
318
+ "lstrip": false,
319
+ "normalized": false,
320
+ "rstrip": false,
321
+ "single_word": false,
322
+ "special": true
323
+ },
324
+ "128040": {
325
+ "content": "<|reserved_special_token_32|>",
326
+ "lstrip": false,
327
+ "normalized": false,
328
+ "rstrip": false,
329
+ "single_word": false,
330
+ "special": true
331
+ },
332
+ "128041": {
333
+ "content": "<|reserved_special_token_33|>",
334
+ "lstrip": false,
335
+ "normalized": false,
336
+ "rstrip": false,
337
+ "single_word": false,
338
+ "special": true
339
+ },
340
+ "128042": {
341
+ "content": "<|reserved_special_token_34|>",
342
+ "lstrip": false,
343
+ "normalized": false,
344
+ "rstrip": false,
345
+ "single_word": false,
346
+ "special": true
347
+ },
348
+ "128043": {
349
+ "content": "<|reserved_special_token_35|>",
350
+ "lstrip": false,
351
+ "normalized": false,
352
+ "rstrip": false,
353
+ "single_word": false,
354
+ "special": true
355
+ },
356
+ "128044": {
357
+ "content": "<|reserved_special_token_36|>",
358
+ "lstrip": false,
359
+ "normalized": false,
360
+ "rstrip": false,
361
+ "single_word": false,
362
+ "special": true
363
+ },
364
+ "128045": {
365
+ "content": "<|reserved_special_token_37|>",
366
+ "lstrip": false,
367
+ "normalized": false,
368
+ "rstrip": false,
369
+ "single_word": false,
370
+ "special": true
371
+ },
372
+ "128046": {
373
+ "content": "<|reserved_special_token_38|>",
374
+ "lstrip": false,
375
+ "normalized": false,
376
+ "rstrip": false,
377
+ "single_word": false,
378
+ "special": true
379
+ },
380
+ "128047": {
381
+ "content": "<|reserved_special_token_39|>",
382
+ "lstrip": false,
383
+ "normalized": false,
384
+ "rstrip": false,
385
+ "single_word": false,
386
+ "special": true
387
+ },
388
+ "128048": {
389
+ "content": "<|reserved_special_token_40|>",
390
+ "lstrip": false,
391
+ "normalized": false,
392
+ "rstrip": false,
393
+ "single_word": false,
394
+ "special": true
395
+ },
396
+ "128049": {
397
+ "content": "<|reserved_special_token_41|>",
398
+ "lstrip": false,
399
+ "normalized": false,
400
+ "rstrip": false,
401
+ "single_word": false,
402
+ "special": true
403
+ },
404
+ "128050": {
405
+ "content": "<|reserved_special_token_42|>",
406
+ "lstrip": false,
407
+ "normalized": false,
408
+ "rstrip": false,
409
+ "single_word": false,
410
+ "special": true
411
+ },
412
+ "128051": {
413
+ "content": "<|reserved_special_token_43|>",
414
+ "lstrip": false,
415
+ "normalized": false,
416
+ "rstrip": false,
417
+ "single_word": false,
418
+ "special": true
419
+ },
420
+ "128052": {
421
+ "content": "<|reserved_special_token_44|>",
422
+ "lstrip": false,
423
+ "normalized": false,
424
+ "rstrip": false,
425
+ "single_word": false,
426
+ "special": true
427
+ },
428
+ "128053": {
429
+ "content": "<|reserved_special_token_45|>",
430
+ "lstrip": false,
431
+ "normalized": false,
432
+ "rstrip": false,
433
+ "single_word": false,
434
+ "special": true
435
+ },
436
+ "128054": {
437
+ "content": "<|reserved_special_token_46|>",
438
+ "lstrip": false,
439
+ "normalized": false,
440
+ "rstrip": false,
441
+ "single_word": false,
442
+ "special": true
443
+ },
444
+ "128055": {
445
+ "content": "<|reserved_special_token_47|>",
446
+ "lstrip": false,
447
+ "normalized": false,
448
+ "rstrip": false,
449
+ "single_word": false,
450
+ "special": true
451
+ },
452
+ "128056": {
453
+ "content": "<|reserved_special_token_48|>",
454
+ "lstrip": false,
455
+ "normalized": false,
456
+ "rstrip": false,
457
+ "single_word": false,
458
+ "special": true
459
+ },
460
+ "128057": {
461
+ "content": "<|reserved_special_token_49|>",
462
+ "lstrip": false,
463
+ "normalized": false,
464
+ "rstrip": false,
465
+ "single_word": false,
466
+ "special": true
467
+ },
468
+ "128058": {
469
+ "content": "<|reserved_special_token_50|>",
470
+ "lstrip": false,
471
+ "normalized": false,
472
+ "rstrip": false,
473
+ "single_word": false,
474
+ "special": true
475
+ },
476
+ "128059": {
477
+ "content": "<|reserved_special_token_51|>",
478
+ "lstrip": false,
479
+ "normalized": false,
480
+ "rstrip": false,
481
+ "single_word": false,
482
+ "special": true
483
+ },
484
+ "128060": {
485
+ "content": "<|reserved_special_token_52|>",
486
+ "lstrip": false,
487
+ "normalized": false,
488
+ "rstrip": false,
489
+ "single_word": false,
490
+ "special": true
491
+ },
492
+ "128061": {
493
+ "content": "<|reserved_special_token_53|>",
494
+ "lstrip": false,
495
+ "normalized": false,
496
+ "rstrip": false,
497
+ "single_word": false,
498
+ "special": true
499
+ },
500
+ "128062": {
501
+ "content": "<|reserved_special_token_54|>",
502
+ "lstrip": false,
503
+ "normalized": false,
504
+ "rstrip": false,
505
+ "single_word": false,
506
+ "special": true
507
+ },
508
+ "128063": {
509
+ "content": "<|reserved_special_token_55|>",
510
+ "lstrip": false,
511
+ "normalized": false,
512
+ "rstrip": false,
513
+ "single_word": false,
514
+ "special": true
515
+ },
516
+ "128064": {
517
+ "content": "<|reserved_special_token_56|>",
518
+ "lstrip": false,
519
+ "normalized": false,
520
+ "rstrip": false,
521
+ "single_word": false,
522
+ "special": true
523
+ },
524
+ "128065": {
525
+ "content": "<|reserved_special_token_57|>",
526
+ "lstrip": false,
527
+ "normalized": false,
528
+ "rstrip": false,
529
+ "single_word": false,
530
+ "special": true
531
+ },
532
+ "128066": {
533
+ "content": "<|reserved_special_token_58|>",
534
+ "lstrip": false,
535
+ "normalized": false,
536
+ "rstrip": false,
537
+ "single_word": false,
538
+ "special": true
539
+ },
540
+ "128067": {
541
+ "content": "<|reserved_special_token_59|>",
542
+ "lstrip": false,
543
+ "normalized": false,
544
+ "rstrip": false,
545
+ "single_word": false,
546
+ "special": true
547
+ },
548
+ "128068": {
549
+ "content": "<|reserved_special_token_60|>",
550
+ "lstrip": false,
551
+ "normalized": false,
552
+ "rstrip": false,
553
+ "single_word": false,
554
+ "special": true
555
+ },
556
+ "128069": {
557
+ "content": "<|reserved_special_token_61|>",
558
+ "lstrip": false,
559
+ "normalized": false,
560
+ "rstrip": false,
561
+ "single_word": false,
562
+ "special": true
563
+ },
564
+ "128070": {
565
+ "content": "<|reserved_special_token_62|>",
566
+ "lstrip": false,
567
+ "normalized": false,
568
+ "rstrip": false,
569
+ "single_word": false,
570
+ "special": true
571
+ },
572
+ "128071": {
573
+ "content": "<|reserved_special_token_63|>",
574
+ "lstrip": false,
575
+ "normalized": false,
576
+ "rstrip": false,
577
+ "single_word": false,
578
+ "special": true
579
+ },
580
+ "128072": {
581
+ "content": "<|reserved_special_token_64|>",
582
+ "lstrip": false,
583
+ "normalized": false,
584
+ "rstrip": false,
585
+ "single_word": false,
586
+ "special": true
587
+ },
588
+ "128073": {
589
+ "content": "<|reserved_special_token_65|>",
590
+ "lstrip": false,
591
+ "normalized": false,
592
+ "rstrip": false,
593
+ "single_word": false,
594
+ "special": true
595
+ },
596
+ "128074": {
597
+ "content": "<|reserved_special_token_66|>",
598
+ "lstrip": false,
599
+ "normalized": false,
600
+ "rstrip": false,
601
+ "single_word": false,
602
+ "special": true
603
+ },
604
+ "128075": {
605
+ "content": "<|reserved_special_token_67|>",
606
+ "lstrip": false,
607
+ "normalized": false,
608
+ "rstrip": false,
609
+ "single_word": false,
610
+ "special": true
611
+ },
612
+ "128076": {
613
+ "content": "<|reserved_special_token_68|>",
614
+ "lstrip": false,
615
+ "normalized": false,
616
+ "rstrip": false,
617
+ "single_word": false,
618
+ "special": true
619
+ },
620
+ "128077": {
621
+ "content": "<|reserved_special_token_69|>",
622
+ "lstrip": false,
623
+ "normalized": false,
624
+ "rstrip": false,
625
+ "single_word": false,
626
+ "special": true
627
+ },
628
+ "128078": {
629
+ "content": "<|reserved_special_token_70|>",
630
+ "lstrip": false,
631
+ "normalized": false,
632
+ "rstrip": false,
633
+ "single_word": false,
634
+ "special": true
635
+ },
636
+ "128079": {
637
+ "content": "<|reserved_special_token_71|>",
638
+ "lstrip": false,
639
+ "normalized": false,
640
+ "rstrip": false,
641
+ "single_word": false,
642
+ "special": true
643
+ },
644
+ "128080": {
645
+ "content": "<|reserved_special_token_72|>",
646
+ "lstrip": false,
647
+ "normalized": false,
648
+ "rstrip": false,
649
+ "single_word": false,
650
+ "special": true
651
+ },
652
+ "128081": {
653
+ "content": "<|reserved_special_token_73|>",
654
+ "lstrip": false,
655
+ "normalized": false,
656
+ "rstrip": false,
657
+ "single_word": false,
658
+ "special": true
659
+ },
660
+ "128082": {
661
+ "content": "<|reserved_special_token_74|>",
662
+ "lstrip": false,
663
+ "normalized": false,
664
+ "rstrip": false,
665
+ "single_word": false,
666
+ "special": true
667
+ },
668
+ "128083": {
669
+ "content": "<|reserved_special_token_75|>",
670
+ "lstrip": false,
671
+ "normalized": false,
672
+ "rstrip": false,
673
+ "single_word": false,
674
+ "special": true
675
+ },
676
+ "128084": {
677
+ "content": "<|reserved_special_token_76|>",
678
+ "lstrip": false,
679
+ "normalized": false,
680
+ "rstrip": false,
681
+ "single_word": false,
682
+ "special": true
683
+ },
684
+ "128085": {
685
+ "content": "<|reserved_special_token_77|>",
686
+ "lstrip": false,
687
+ "normalized": false,
688
+ "rstrip": false,
689
+ "single_word": false,
690
+ "special": true
691
+ },
692
+ "128086": {
693
+ "content": "<|reserved_special_token_78|>",
694
+ "lstrip": false,
695
+ "normalized": false,
696
+ "rstrip": false,
697
+ "single_word": false,
698
+ "special": true
699
+ },
700
+ "128087": {
701
+ "content": "<|reserved_special_token_79|>",
702
+ "lstrip": false,
703
+ "normalized": false,
704
+ "rstrip": false,
705
+ "single_word": false,
706
+ "special": true
707
+ },
708
+ "128088": {
709
+ "content": "<|reserved_special_token_80|>",
710
+ "lstrip": false,
711
+ "normalized": false,
712
+ "rstrip": false,
713
+ "single_word": false,
714
+ "special": true
715
+ },
716
+ "128089": {
717
+ "content": "<|reserved_special_token_81|>",
718
+ "lstrip": false,
719
+ "normalized": false,
720
+ "rstrip": false,
721
+ "single_word": false,
722
+ "special": true
723
+ },
724
+ "128090": {
725
+ "content": "<|reserved_special_token_82|>",
726
+ "lstrip": false,
727
+ "normalized": false,
728
+ "rstrip": false,
729
+ "single_word": false,
730
+ "special": true
731
+ },
732
+ "128091": {
733
+ "content": "<|reserved_special_token_83|>",
734
+ "lstrip": false,
735
+ "normalized": false,
736
+ "rstrip": false,
737
+ "single_word": false,
738
+ "special": true
739
+ },
740
+ "128092": {
741
+ "content": "<|reserved_special_token_84|>",
742
+ "lstrip": false,
743
+ "normalized": false,
744
+ "rstrip": false,
745
+ "single_word": false,
746
+ "special": true
747
+ },
748
+ "128093": {
749
+ "content": "<|reserved_special_token_85|>",
750
+ "lstrip": false,
751
+ "normalized": false,
752
+ "rstrip": false,
753
+ "single_word": false,
754
+ "special": true
755
+ },
756
+ "128094": {
757
+ "content": "<|reserved_special_token_86|>",
758
+ "lstrip": false,
759
+ "normalized": false,
760
+ "rstrip": false,
761
+ "single_word": false,
762
+ "special": true
763
+ },
764
+ "128095": {
765
+ "content": "<|reserved_special_token_87|>",
766
+ "lstrip": false,
767
+ "normalized": false,
768
+ "rstrip": false,
769
+ "single_word": false,
770
+ "special": true
771
+ },
772
+ "128096": {
773
+ "content": "<|reserved_special_token_88|>",
774
+ "lstrip": false,
775
+ "normalized": false,
776
+ "rstrip": false,
777
+ "single_word": false,
778
+ "special": true
779
+ },
780
+ "128097": {
781
+ "content": "<|reserved_special_token_89|>",
782
+ "lstrip": false,
783
+ "normalized": false,
784
+ "rstrip": false,
785
+ "single_word": false,
786
+ "special": true
787
+ },
788
+ "128098": {
789
+ "content": "<|reserved_special_token_90|>",
790
+ "lstrip": false,
791
+ "normalized": false,
792
+ "rstrip": false,
793
+ "single_word": false,
794
+ "special": true
795
+ },
796
+ "128099": {
797
+ "content": "<|reserved_special_token_91|>",
798
+ "lstrip": false,
799
+ "normalized": false,
800
+ "rstrip": false,
801
+ "single_word": false,
802
+ "special": true
803
+ },
804
+ "128100": {
805
+ "content": "<|reserved_special_token_92|>",
806
+ "lstrip": false,
807
+ "normalized": false,
808
+ "rstrip": false,
809
+ "single_word": false,
810
+ "special": true
811
+ },
812
+ "128101": {
813
+ "content": "<|reserved_special_token_93|>",
814
+ "lstrip": false,
815
+ "normalized": false,
816
+ "rstrip": false,
817
+ "single_word": false,
818
+ "special": true
819
+ },
820
+ "128102": {
821
+ "content": "<|reserved_special_token_94|>",
822
+ "lstrip": false,
823
+ "normalized": false,
824
+ "rstrip": false,
825
+ "single_word": false,
826
+ "special": true
827
+ },
828
+ "128103": {
829
+ "content": "<|reserved_special_token_95|>",
830
+ "lstrip": false,
831
+ "normalized": false,
832
+ "rstrip": false,
833
+ "single_word": false,
834
+ "special": true
835
+ },
836
+ "128104": {
837
+ "content": "<|reserved_special_token_96|>",
838
+ "lstrip": false,
839
+ "normalized": false,
840
+ "rstrip": false,
841
+ "single_word": false,
842
+ "special": true
843
+ },
844
+ "128105": {
845
+ "content": "<|reserved_special_token_97|>",
846
+ "lstrip": false,
847
+ "normalized": false,
848
+ "rstrip": false,
849
+ "single_word": false,
850
+ "special": true
851
+ },
852
+ "128106": {
853
+ "content": "<|reserved_special_token_98|>",
854
+ "lstrip": false,
855
+ "normalized": false,
856
+ "rstrip": false,
857
+ "single_word": false,
858
+ "special": true
859
+ },
860
+ "128107": {
861
+ "content": "<|reserved_special_token_99|>",
862
+ "lstrip": false,
863
+ "normalized": false,
864
+ "rstrip": false,
865
+ "single_word": false,
866
+ "special": true
867
+ },
868
+ "128108": {
869
+ "content": "<|reserved_special_token_100|>",
870
+ "lstrip": false,
871
+ "normalized": false,
872
+ "rstrip": false,
873
+ "single_word": false,
874
+ "special": true
875
+ },
876
+ "128109": {
877
+ "content": "<|reserved_special_token_101|>",
878
+ "lstrip": false,
879
+ "normalized": false,
880
+ "rstrip": false,
881
+ "single_word": false,
882
+ "special": true
883
+ },
884
+ "128110": {
885
+ "content": "<|reserved_special_token_102|>",
886
+ "lstrip": false,
887
+ "normalized": false,
888
+ "rstrip": false,
889
+ "single_word": false,
890
+ "special": true
891
+ },
892
+ "128111": {
893
+ "content": "<|reserved_special_token_103|>",
894
+ "lstrip": false,
895
+ "normalized": false,
896
+ "rstrip": false,
897
+ "single_word": false,
898
+ "special": true
899
+ },
900
+ "128112": {
901
+ "content": "<|reserved_special_token_104|>",
902
+ "lstrip": false,
903
+ "normalized": false,
904
+ "rstrip": false,
905
+ "single_word": false,
906
+ "special": true
907
+ },
908
+ "128113": {
909
+ "content": "<|reserved_special_token_105|>",
910
+ "lstrip": false,
911
+ "normalized": false,
912
+ "rstrip": false,
913
+ "single_word": false,
914
+ "special": true
915
+ },
916
+ "128114": {
917
+ "content": "<|reserved_special_token_106|>",
918
+ "lstrip": false,
919
+ "normalized": false,
920
+ "rstrip": false,
921
+ "single_word": false,
922
+ "special": true
923
+ },
924
+ "128115": {
925
+ "content": "<|reserved_special_token_107|>",
926
+ "lstrip": false,
927
+ "normalized": false,
928
+ "rstrip": false,
929
+ "single_word": false,
930
+ "special": true
931
+ },
932
+ "128116": {
933
+ "content": "<|reserved_special_token_108|>",
934
+ "lstrip": false,
935
+ "normalized": false,
936
+ "rstrip": false,
937
+ "single_word": false,
938
+ "special": true
939
+ },
940
+ "128117": {
941
+ "content": "<|reserved_special_token_109|>",
942
+ "lstrip": false,
943
+ "normalized": false,
944
+ "rstrip": false,
945
+ "single_word": false,
946
+ "special": true
947
+ },
948
+ "128118": {
949
+ "content": "<|reserved_special_token_110|>",
950
+ "lstrip": false,
951
+ "normalized": false,
952
+ "rstrip": false,
953
+ "single_word": false,
954
+ "special": true
955
+ },
956
+ "128119": {
957
+ "content": "<|reserved_special_token_111|>",
958
+ "lstrip": false,
959
+ "normalized": false,
960
+ "rstrip": false,
961
+ "single_word": false,
962
+ "special": true
963
+ },
964
+ "128120": {
965
+ "content": "<|reserved_special_token_112|>",
966
+ "lstrip": false,
967
+ "normalized": false,
968
+ "rstrip": false,
969
+ "single_word": false,
970
+ "special": true
971
+ },
972
+ "128121": {
973
+ "content": "<|reserved_special_token_113|>",
974
+ "lstrip": false,
975
+ "normalized": false,
976
+ "rstrip": false,
977
+ "single_word": false,
978
+ "special": true
979
+ },
980
+ "128122": {
981
+ "content": "<|reserved_special_token_114|>",
982
+ "lstrip": false,
983
+ "normalized": false,
984
+ "rstrip": false,
985
+ "single_word": false,
986
+ "special": true
987
+ },
988
+ "128123": {
989
+ "content": "<|reserved_special_token_115|>",
990
+ "lstrip": false,
991
+ "normalized": false,
992
+ "rstrip": false,
993
+ "single_word": false,
994
+ "special": true
995
+ },
996
+ "128124": {
997
+ "content": "<|reserved_special_token_116|>",
998
+ "lstrip": false,
999
+ "normalized": false,
1000
+ "rstrip": false,
1001
+ "single_word": false,
1002
+ "special": true
1003
+ },
1004
+ "128125": {
1005
+ "content": "<|reserved_special_token_117|>",
1006
+ "lstrip": false,
1007
+ "normalized": false,
1008
+ "rstrip": false,
1009
+ "single_word": false,
1010
+ "special": true
1011
+ },
1012
+ "128126": {
1013
+ "content": "<|reserved_special_token_118|>",
1014
+ "lstrip": false,
1015
+ "normalized": false,
1016
+ "rstrip": false,
1017
+ "single_word": false,
1018
+ "special": true
1019
+ },
1020
+ "128127": {
1021
+ "content": "<|reserved_special_token_119|>",
1022
+ "lstrip": false,
1023
+ "normalized": false,
1024
+ "rstrip": false,
1025
+ "single_word": false,
1026
+ "special": true
1027
+ },
1028
+ "128128": {
1029
+ "content": "<|reserved_special_token_120|>",
1030
+ "lstrip": false,
1031
+ "normalized": false,
1032
+ "rstrip": false,
1033
+ "single_word": false,
1034
+ "special": true
1035
+ },
1036
+ "128129": {
1037
+ "content": "<|reserved_special_token_121|>",
1038
+ "lstrip": false,
1039
+ "normalized": false,
1040
+ "rstrip": false,
1041
+ "single_word": false,
1042
+ "special": true
1043
+ },
1044
+ "128130": {
1045
+ "content": "<|reserved_special_token_122|>",
1046
+ "lstrip": false,
1047
+ "normalized": false,
1048
+ "rstrip": false,
1049
+ "single_word": false,
1050
+ "special": true
1051
+ },
1052
+ "128131": {
1053
+ "content": "<|reserved_special_token_123|>",
1054
+ "lstrip": false,
1055
+ "normalized": false,
1056
+ "rstrip": false,
1057
+ "single_word": false,
1058
+ "special": true
1059
+ },
1060
+ "128132": {
1061
+ "content": "<|reserved_special_token_124|>",
1062
+ "lstrip": false,
1063
+ "normalized": false,
1064
+ "rstrip": false,
1065
+ "single_word": false,
1066
+ "special": true
1067
+ },
1068
+ "128133": {
1069
+ "content": "<|reserved_special_token_125|>",
1070
+ "lstrip": false,
1071
+ "normalized": false,
1072
+ "rstrip": false,
1073
+ "single_word": false,
1074
+ "special": true
1075
+ },
1076
+ "128134": {
1077
+ "content": "<|reserved_special_token_126|>",
1078
+ "lstrip": false,
1079
+ "normalized": false,
1080
+ "rstrip": false,
1081
+ "single_word": false,
1082
+ "special": true
1083
+ },
1084
+ "128135": {
1085
+ "content": "<|reserved_special_token_127|>",
1086
+ "lstrip": false,
1087
+ "normalized": false,
1088
+ "rstrip": false,
1089
+ "single_word": false,
1090
+ "special": true
1091
+ },
1092
+ "128136": {
1093
+ "content": "<|reserved_special_token_128|>",
1094
+ "lstrip": false,
1095
+ "normalized": false,
1096
+ "rstrip": false,
1097
+ "single_word": false,
1098
+ "special": true
1099
+ },
1100
+ "128137": {
1101
+ "content": "<|reserved_special_token_129|>",
1102
+ "lstrip": false,
1103
+ "normalized": false,
1104
+ "rstrip": false,
1105
+ "single_word": false,
1106
+ "special": true
1107
+ },
1108
+ "128138": {
1109
+ "content": "<|reserved_special_token_130|>",
1110
+ "lstrip": false,
1111
+ "normalized": false,
1112
+ "rstrip": false,
1113
+ "single_word": false,
1114
+ "special": true
1115
+ },
1116
+ "128139": {
1117
+ "content": "<|reserved_special_token_131|>",
1118
+ "lstrip": false,
1119
+ "normalized": false,
1120
+ "rstrip": false,
1121
+ "single_word": false,
1122
+ "special": true
1123
+ },
1124
+ "128140": {
1125
+ "content": "<|reserved_special_token_132|>",
1126
+ "lstrip": false,
1127
+ "normalized": false,
1128
+ "rstrip": false,
1129
+ "single_word": false,
1130
+ "special": true
1131
+ },
1132
+ "128141": {
1133
+ "content": "<|reserved_special_token_133|>",
1134
+ "lstrip": false,
1135
+ "normalized": false,
1136
+ "rstrip": false,
1137
+ "single_word": false,
1138
+ "special": true
1139
+ },
1140
+ "128142": {
1141
+ "content": "<|reserved_special_token_134|>",
1142
+ "lstrip": false,
1143
+ "normalized": false,
1144
+ "rstrip": false,
1145
+ "single_word": false,
1146
+ "special": true
1147
+ },
1148
+ "128143": {
1149
+ "content": "<|reserved_special_token_135|>",
1150
+ "lstrip": false,
1151
+ "normalized": false,
1152
+ "rstrip": false,
1153
+ "single_word": false,
1154
+ "special": true
1155
+ },
1156
+ "128144": {
1157
+ "content": "<|reserved_special_token_136|>",
1158
+ "lstrip": false,
1159
+ "normalized": false,
1160
+ "rstrip": false,
1161
+ "single_word": false,
1162
+ "special": true
1163
+ },
1164
+ "128145": {
1165
+ "content": "<|reserved_special_token_137|>",
1166
+ "lstrip": false,
1167
+ "normalized": false,
1168
+ "rstrip": false,
1169
+ "single_word": false,
1170
+ "special": true
1171
+ },
1172
+ "128146": {
1173
+ "content": "<|reserved_special_token_138|>",
1174
+ "lstrip": false,
1175
+ "normalized": false,
1176
+ "rstrip": false,
1177
+ "single_word": false,
1178
+ "special": true
1179
+ },
1180
+ "128147": {
1181
+ "content": "<|reserved_special_token_139|>",
1182
+ "lstrip": false,
1183
+ "normalized": false,
1184
+ "rstrip": false,
1185
+ "single_word": false,
1186
+ "special": true
1187
+ },
1188
+ "128148": {
1189
+ "content": "<|reserved_special_token_140|>",
1190
+ "lstrip": false,
1191
+ "normalized": false,
1192
+ "rstrip": false,
1193
+ "single_word": false,
1194
+ "special": true
1195
+ },
1196
+ "128149": {
1197
+ "content": "<|reserved_special_token_141|>",
1198
+ "lstrip": false,
1199
+ "normalized": false,
1200
+ "rstrip": false,
1201
+ "single_word": false,
1202
+ "special": true
1203
+ },
1204
+ "128150": {
1205
+ "content": "<|reserved_special_token_142|>",
1206
+ "lstrip": false,
1207
+ "normalized": false,
1208
+ "rstrip": false,
1209
+ "single_word": false,
1210
+ "special": true
1211
+ },
1212
+ "128151": {
1213
+ "content": "<|reserved_special_token_143|>",
1214
+ "lstrip": false,
1215
+ "normalized": false,
1216
+ "rstrip": false,
1217
+ "single_word": false,
1218
+ "special": true
1219
+ },
1220
+ "128152": {
1221
+ "content": "<|reserved_special_token_144|>",
1222
+ "lstrip": false,
1223
+ "normalized": false,
1224
+ "rstrip": false,
1225
+ "single_word": false,
1226
+ "special": true
1227
+ },
1228
+ "128153": {
1229
+ "content": "<|reserved_special_token_145|>",
1230
+ "lstrip": false,
1231
+ "normalized": false,
1232
+ "rstrip": false,
1233
+ "single_word": false,
1234
+ "special": true
1235
+ },
1236
+ "128154": {
1237
+ "content": "<|reserved_special_token_146|>",
1238
+ "lstrip": false,
1239
+ "normalized": false,
1240
+ "rstrip": false,
1241
+ "single_word": false,
1242
+ "special": true
1243
+ },
1244
+ "128155": {
1245
+ "content": "<|reserved_special_token_147|>",
1246
+ "lstrip": false,
1247
+ "normalized": false,
1248
+ "rstrip": false,
1249
+ "single_word": false,
1250
+ "special": true
1251
+ },
1252
+ "128156": {
1253
+ "content": "<|reserved_special_token_148|>",
1254
+ "lstrip": false,
1255
+ "normalized": false,
1256
+ "rstrip": false,
1257
+ "single_word": false,
1258
+ "special": true
1259
+ },
1260
+ "128157": {
1261
+ "content": "<|reserved_special_token_149|>",
1262
+ "lstrip": false,
1263
+ "normalized": false,
1264
+ "rstrip": false,
1265
+ "single_word": false,
1266
+ "special": true
1267
+ },
1268
+ "128158": {
1269
+ "content": "<|reserved_special_token_150|>",
1270
+ "lstrip": false,
1271
+ "normalized": false,
1272
+ "rstrip": false,
1273
+ "single_word": false,
1274
+ "special": true
1275
+ },
1276
+ "128159": {
1277
+ "content": "<|reserved_special_token_151|>",
1278
+ "lstrip": false,
1279
+ "normalized": false,
1280
+ "rstrip": false,
1281
+ "single_word": false,
1282
+ "special": true
1283
+ },
1284
+ "128160": {
1285
+ "content": "<|reserved_special_token_152|>",
1286
+ "lstrip": false,
1287
+ "normalized": false,
1288
+ "rstrip": false,
1289
+ "single_word": false,
1290
+ "special": true
1291
+ },
1292
+ "128161": {
1293
+ "content": "<|reserved_special_token_153|>",
1294
+ "lstrip": false,
1295
+ "normalized": false,
1296
+ "rstrip": false,
1297
+ "single_word": false,
1298
+ "special": true
1299
+ },
1300
+ "128162": {
1301
+ "content": "<|reserved_special_token_154|>",
1302
+ "lstrip": false,
1303
+ "normalized": false,
1304
+ "rstrip": false,
1305
+ "single_word": false,
1306
+ "special": true
1307
+ },
1308
+ "128163": {
1309
+ "content": "<|reserved_special_token_155|>",
1310
+ "lstrip": false,
1311
+ "normalized": false,
1312
+ "rstrip": false,
1313
+ "single_word": false,
1314
+ "special": true
1315
+ },
1316
+ "128164": {
1317
+ "content": "<|reserved_special_token_156|>",
1318
+ "lstrip": false,
1319
+ "normalized": false,
1320
+ "rstrip": false,
1321
+ "single_word": false,
1322
+ "special": true
1323
+ },
1324
+ "128165": {
1325
+ "content": "<|reserved_special_token_157|>",
1326
+ "lstrip": false,
1327
+ "normalized": false,
1328
+ "rstrip": false,
1329
+ "single_word": false,
1330
+ "special": true
1331
+ },
1332
+ "128166": {
1333
+ "content": "<|reserved_special_token_158|>",
1334
+ "lstrip": false,
1335
+ "normalized": false,
1336
+ "rstrip": false,
1337
+ "single_word": false,
1338
+ "special": true
1339
+ },
1340
+ "128167": {
1341
+ "content": "<|reserved_special_token_159|>",
1342
+ "lstrip": false,
1343
+ "normalized": false,
1344
+ "rstrip": false,
1345
+ "single_word": false,
1346
+ "special": true
1347
+ },
1348
+ "128168": {
1349
+ "content": "<|reserved_special_token_160|>",
1350
+ "lstrip": false,
1351
+ "normalized": false,
1352
+ "rstrip": false,
1353
+ "single_word": false,
1354
+ "special": true
1355
+ },
1356
+ "128169": {
1357
+ "content": "<|reserved_special_token_161|>",
1358
+ "lstrip": false,
1359
+ "normalized": false,
1360
+ "rstrip": false,
1361
+ "single_word": false,
1362
+ "special": true
1363
+ },
1364
+ "128170": {
1365
+ "content": "<|reserved_special_token_162|>",
1366
+ "lstrip": false,
1367
+ "normalized": false,
1368
+ "rstrip": false,
1369
+ "single_word": false,
1370
+ "special": true
1371
+ },
1372
+ "128171": {
1373
+ "content": "<|reserved_special_token_163|>",
1374
+ "lstrip": false,
1375
+ "normalized": false,
1376
+ "rstrip": false,
1377
+ "single_word": false,
1378
+ "special": true
1379
+ },
1380
+ "128172": {
1381
+ "content": "<|reserved_special_token_164|>",
1382
+ "lstrip": false,
1383
+ "normalized": false,
1384
+ "rstrip": false,
1385
+ "single_word": false,
1386
+ "special": true
1387
+ },
1388
+ "128173": {
1389
+ "content": "<|reserved_special_token_165|>",
1390
+ "lstrip": false,
1391
+ "normalized": false,
1392
+ "rstrip": false,
1393
+ "single_word": false,
1394
+ "special": true
1395
+ },
1396
+ "128174": {
1397
+ "content": "<|reserved_special_token_166|>",
1398
+ "lstrip": false,
1399
+ "normalized": false,
1400
+ "rstrip": false,
1401
+ "single_word": false,
1402
+ "special": true
1403
+ },
1404
+ "128175": {
1405
+ "content": "<|reserved_special_token_167|>",
1406
+ "lstrip": false,
1407
+ "normalized": false,
1408
+ "rstrip": false,
1409
+ "single_word": false,
1410
+ "special": true
1411
+ },
1412
+ "128176": {
1413
+ "content": "<|reserved_special_token_168|>",
1414
+ "lstrip": false,
1415
+ "normalized": false,
1416
+ "rstrip": false,
1417
+ "single_word": false,
1418
+ "special": true
1419
+ },
1420
+ "128177": {
1421
+ "content": "<|reserved_special_token_169|>",
1422
+ "lstrip": false,
1423
+ "normalized": false,
1424
+ "rstrip": false,
1425
+ "single_word": false,
1426
+ "special": true
1427
+ },
1428
+ "128178": {
1429
+ "content": "<|reserved_special_token_170|>",
1430
+ "lstrip": false,
1431
+ "normalized": false,
1432
+ "rstrip": false,
1433
+ "single_word": false,
1434
+ "special": true
1435
+ },
1436
+ "128179": {
1437
+ "content": "<|reserved_special_token_171|>",
1438
+ "lstrip": false,
1439
+ "normalized": false,
1440
+ "rstrip": false,
1441
+ "single_word": false,
1442
+ "special": true
1443
+ },
1444
+ "128180": {
1445
+ "content": "<|reserved_special_token_172|>",
1446
+ "lstrip": false,
1447
+ "normalized": false,
1448
+ "rstrip": false,
1449
+ "single_word": false,
1450
+ "special": true
1451
+ },
1452
+ "128181": {
1453
+ "content": "<|reserved_special_token_173|>",
1454
+ "lstrip": false,
1455
+ "normalized": false,
1456
+ "rstrip": false,
1457
+ "single_word": false,
1458
+ "special": true
1459
+ },
1460
+ "128182": {
1461
+ "content": "<|reserved_special_token_174|>",
1462
+ "lstrip": false,
1463
+ "normalized": false,
1464
+ "rstrip": false,
1465
+ "single_word": false,
1466
+ "special": true
1467
+ },
1468
+ "128183": {
1469
+ "content": "<|reserved_special_token_175|>",
1470
+ "lstrip": false,
1471
+ "normalized": false,
1472
+ "rstrip": false,
1473
+ "single_word": false,
1474
+ "special": true
1475
+ },
1476
+ "128184": {
1477
+ "content": "<|reserved_special_token_176|>",
1478
+ "lstrip": false,
1479
+ "normalized": false,
1480
+ "rstrip": false,
1481
+ "single_word": false,
1482
+ "special": true
1483
+ },
1484
+ "128185": {
1485
+ "content": "<|reserved_special_token_177|>",
1486
+ "lstrip": false,
1487
+ "normalized": false,
1488
+ "rstrip": false,
1489
+ "single_word": false,
1490
+ "special": true
1491
+ },
1492
+ "128186": {
1493
+ "content": "<|reserved_special_token_178|>",
1494
+ "lstrip": false,
1495
+ "normalized": false,
1496
+ "rstrip": false,
1497
+ "single_word": false,
1498
+ "special": true
1499
+ },
1500
+ "128187": {
1501
+ "content": "<|reserved_special_token_179|>",
1502
+ "lstrip": false,
1503
+ "normalized": false,
1504
+ "rstrip": false,
1505
+ "single_word": false,
1506
+ "special": true
1507
+ },
1508
+ "128188": {
1509
+ "content": "<|reserved_special_token_180|>",
1510
+ "lstrip": false,
1511
+ "normalized": false,
1512
+ "rstrip": false,
1513
+ "single_word": false,
1514
+ "special": true
1515
+ },
1516
+ "128189": {
1517
+ "content": "<|reserved_special_token_181|>",
1518
+ "lstrip": false,
1519
+ "normalized": false,
1520
+ "rstrip": false,
1521
+ "single_word": false,
1522
+ "special": true
1523
+ },
1524
+ "128190": {
1525
+ "content": "<|reserved_special_token_182|>",
1526
+ "lstrip": false,
1527
+ "normalized": false,
1528
+ "rstrip": false,
1529
+ "single_word": false,
1530
+ "special": true
1531
+ },
1532
+ "128191": {
1533
+ "content": "<|reserved_special_token_183|>",
1534
+ "lstrip": false,
1535
+ "normalized": false,
1536
+ "rstrip": false,
1537
+ "single_word": false,
1538
+ "special": true
1539
+ },
1540
+ "128192": {
1541
+ "content": "<|reserved_special_token_184|>",
1542
+ "lstrip": false,
1543
+ "normalized": false,
1544
+ "rstrip": false,
1545
+ "single_word": false,
1546
+ "special": true
1547
+ },
1548
+ "128193": {
1549
+ "content": "<|reserved_special_token_185|>",
1550
+ "lstrip": false,
1551
+ "normalized": false,
1552
+ "rstrip": false,
1553
+ "single_word": false,
1554
+ "special": true
1555
+ },
1556
+ "128194": {
1557
+ "content": "<|reserved_special_token_186|>",
1558
+ "lstrip": false,
1559
+ "normalized": false,
1560
+ "rstrip": false,
1561
+ "single_word": false,
1562
+ "special": true
1563
+ },
1564
+ "128195": {
1565
+ "content": "<|reserved_special_token_187|>",
1566
+ "lstrip": false,
1567
+ "normalized": false,
1568
+ "rstrip": false,
1569
+ "single_word": false,
1570
+ "special": true
1571
+ },
1572
+ "128196": {
1573
+ "content": "<|reserved_special_token_188|>",
1574
+ "lstrip": false,
1575
+ "normalized": false,
1576
+ "rstrip": false,
1577
+ "single_word": false,
1578
+ "special": true
1579
+ },
1580
+ "128197": {
1581
+ "content": "<|reserved_special_token_189|>",
1582
+ "lstrip": false,
1583
+ "normalized": false,
1584
+ "rstrip": false,
1585
+ "single_word": false,
1586
+ "special": true
1587
+ },
1588
+ "128198": {
1589
+ "content": "<|reserved_special_token_190|>",
1590
+ "lstrip": false,
1591
+ "normalized": false,
1592
+ "rstrip": false,
1593
+ "single_word": false,
1594
+ "special": true
1595
+ },
1596
+ "128199": {
1597
+ "content": "<|reserved_special_token_191|>",
1598
+ "lstrip": false,
1599
+ "normalized": false,
1600
+ "rstrip": false,
1601
+ "single_word": false,
1602
+ "special": true
1603
+ },
1604
+ "128200": {
1605
+ "content": "<|reserved_special_token_192|>",
1606
+ "lstrip": false,
1607
+ "normalized": false,
1608
+ "rstrip": false,
1609
+ "single_word": false,
1610
+ "special": true
1611
+ },
1612
+ "128201": {
1613
+ "content": "<|reserved_special_token_193|>",
1614
+ "lstrip": false,
1615
+ "normalized": false,
1616
+ "rstrip": false,
1617
+ "single_word": false,
1618
+ "special": true
1619
+ },
1620
+ "128202": {
1621
+ "content": "<|reserved_special_token_194|>",
1622
+ "lstrip": false,
1623
+ "normalized": false,
1624
+ "rstrip": false,
1625
+ "single_word": false,
1626
+ "special": true
1627
+ },
1628
+ "128203": {
1629
+ "content": "<|reserved_special_token_195|>",
1630
+ "lstrip": false,
1631
+ "normalized": false,
1632
+ "rstrip": false,
1633
+ "single_word": false,
1634
+ "special": true
1635
+ },
1636
+ "128204": {
1637
+ "content": "<|reserved_special_token_196|>",
1638
+ "lstrip": false,
1639
+ "normalized": false,
1640
+ "rstrip": false,
1641
+ "single_word": false,
1642
+ "special": true
1643
+ },
1644
+ "128205": {
1645
+ "content": "<|reserved_special_token_197|>",
1646
+ "lstrip": false,
1647
+ "normalized": false,
1648
+ "rstrip": false,
1649
+ "single_word": false,
1650
+ "special": true
1651
+ },
1652
+ "128206": {
1653
+ "content": "<|reserved_special_token_198|>",
1654
+ "lstrip": false,
1655
+ "normalized": false,
1656
+ "rstrip": false,
1657
+ "single_word": false,
1658
+ "special": true
1659
+ },
1660
+ "128207": {
1661
+ "content": "<|reserved_special_token_199|>",
1662
+ "lstrip": false,
1663
+ "normalized": false,
1664
+ "rstrip": false,
1665
+ "single_word": false,
1666
+ "special": true
1667
+ },
1668
+ "128208": {
1669
+ "content": "<|reserved_special_token_200|>",
1670
+ "lstrip": false,
1671
+ "normalized": false,
1672
+ "rstrip": false,
1673
+ "single_word": false,
1674
+ "special": true
1675
+ },
1676
+ "128209": {
1677
+ "content": "<|reserved_special_token_201|>",
1678
+ "lstrip": false,
1679
+ "normalized": false,
1680
+ "rstrip": false,
1681
+ "single_word": false,
1682
+ "special": true
1683
+ },
1684
+ "128210": {
1685
+ "content": "<|reserved_special_token_202|>",
1686
+ "lstrip": false,
1687
+ "normalized": false,
1688
+ "rstrip": false,
1689
+ "single_word": false,
1690
+ "special": true
1691
+ },
1692
+ "128211": {
1693
+ "content": "<|reserved_special_token_203|>",
1694
+ "lstrip": false,
1695
+ "normalized": false,
1696
+ "rstrip": false,
1697
+ "single_word": false,
1698
+ "special": true
1699
+ },
1700
+ "128212": {
1701
+ "content": "<|reserved_special_token_204|>",
1702
+ "lstrip": false,
1703
+ "normalized": false,
1704
+ "rstrip": false,
1705
+ "single_word": false,
1706
+ "special": true
1707
+ },
1708
+ "128213": {
1709
+ "content": "<|reserved_special_token_205|>",
1710
+ "lstrip": false,
1711
+ "normalized": false,
1712
+ "rstrip": false,
1713
+ "single_word": false,
1714
+ "special": true
1715
+ },
1716
+ "128214": {
1717
+ "content": "<|reserved_special_token_206|>",
1718
+ "lstrip": false,
1719
+ "normalized": false,
1720
+ "rstrip": false,
1721
+ "single_word": false,
1722
+ "special": true
1723
+ },
1724
+ "128215": {
1725
+ "content": "<|reserved_special_token_207|>",
1726
+ "lstrip": false,
1727
+ "normalized": false,
1728
+ "rstrip": false,
1729
+ "single_word": false,
1730
+ "special": true
1731
+ },
1732
+ "128216": {
1733
+ "content": "<|reserved_special_token_208|>",
1734
+ "lstrip": false,
1735
+ "normalized": false,
1736
+ "rstrip": false,
1737
+ "single_word": false,
1738
+ "special": true
1739
+ },
1740
+ "128217": {
1741
+ "content": "<|reserved_special_token_209|>",
1742
+ "lstrip": false,
1743
+ "normalized": false,
1744
+ "rstrip": false,
1745
+ "single_word": false,
1746
+ "special": true
1747
+ },
1748
+ "128218": {
1749
+ "content": "<|reserved_special_token_210|>",
1750
+ "lstrip": false,
1751
+ "normalized": false,
1752
+ "rstrip": false,
1753
+ "single_word": false,
1754
+ "special": true
1755
+ },
1756
+ "128219": {
1757
+ "content": "<|reserved_special_token_211|>",
1758
+ "lstrip": false,
1759
+ "normalized": false,
1760
+ "rstrip": false,
1761
+ "single_word": false,
1762
+ "special": true
1763
+ },
1764
+ "128220": {
1765
+ "content": "<|reserved_special_token_212|>",
1766
+ "lstrip": false,
1767
+ "normalized": false,
1768
+ "rstrip": false,
1769
+ "single_word": false,
1770
+ "special": true
1771
+ },
1772
+ "128221": {
1773
+ "content": "<|reserved_special_token_213|>",
1774
+ "lstrip": false,
1775
+ "normalized": false,
1776
+ "rstrip": false,
1777
+ "single_word": false,
1778
+ "special": true
1779
+ },
1780
+ "128222": {
1781
+ "content": "<|reserved_special_token_214|>",
1782
+ "lstrip": false,
1783
+ "normalized": false,
1784
+ "rstrip": false,
1785
+ "single_word": false,
1786
+ "special": true
1787
+ },
1788
+ "128223": {
1789
+ "content": "<|reserved_special_token_215|>",
1790
+ "lstrip": false,
1791
+ "normalized": false,
1792
+ "rstrip": false,
1793
+ "single_word": false,
1794
+ "special": true
1795
+ },
1796
+ "128224": {
1797
+ "content": "<|reserved_special_token_216|>",
1798
+ "lstrip": false,
1799
+ "normalized": false,
1800
+ "rstrip": false,
1801
+ "single_word": false,
1802
+ "special": true
1803
+ },
1804
+ "128225": {
1805
+ "content": "<|reserved_special_token_217|>",
1806
+ "lstrip": false,
1807
+ "normalized": false,
1808
+ "rstrip": false,
1809
+ "single_word": false,
1810
+ "special": true
1811
+ },
1812
+ "128226": {
1813
+ "content": "<|reserved_special_token_218|>",
1814
+ "lstrip": false,
1815
+ "normalized": false,
1816
+ "rstrip": false,
1817
+ "single_word": false,
1818
+ "special": true
1819
+ },
1820
+ "128227": {
1821
+ "content": "<|reserved_special_token_219|>",
1822
+ "lstrip": false,
1823
+ "normalized": false,
1824
+ "rstrip": false,
1825
+ "single_word": false,
1826
+ "special": true
1827
+ },
1828
+ "128228": {
1829
+ "content": "<|reserved_special_token_220|>",
1830
+ "lstrip": false,
1831
+ "normalized": false,
1832
+ "rstrip": false,
1833
+ "single_word": false,
1834
+ "special": true
1835
+ },
1836
+ "128229": {
1837
+ "content": "<|reserved_special_token_221|>",
1838
+ "lstrip": false,
1839
+ "normalized": false,
1840
+ "rstrip": false,
1841
+ "single_word": false,
1842
+ "special": true
1843
+ },
1844
+ "128230": {
1845
+ "content": "<|reserved_special_token_222|>",
1846
+ "lstrip": false,
1847
+ "normalized": false,
1848
+ "rstrip": false,
1849
+ "single_word": false,
1850
+ "special": true
1851
+ },
1852
+ "128231": {
1853
+ "content": "<|reserved_special_token_223|>",
1854
+ "lstrip": false,
1855
+ "normalized": false,
1856
+ "rstrip": false,
1857
+ "single_word": false,
1858
+ "special": true
1859
+ },
1860
+ "128232": {
1861
+ "content": "<|reserved_special_token_224|>",
1862
+ "lstrip": false,
1863
+ "normalized": false,
1864
+ "rstrip": false,
1865
+ "single_word": false,
1866
+ "special": true
1867
+ },
1868
+ "128233": {
1869
+ "content": "<|reserved_special_token_225|>",
1870
+ "lstrip": false,
1871
+ "normalized": false,
1872
+ "rstrip": false,
1873
+ "single_word": false,
1874
+ "special": true
1875
+ },
1876
+ "128234": {
1877
+ "content": "<|reserved_special_token_226|>",
1878
+ "lstrip": false,
1879
+ "normalized": false,
1880
+ "rstrip": false,
1881
+ "single_word": false,
1882
+ "special": true
1883
+ },
1884
+ "128235": {
1885
+ "content": "<|reserved_special_token_227|>",
1886
+ "lstrip": false,
1887
+ "normalized": false,
1888
+ "rstrip": false,
1889
+ "single_word": false,
1890
+ "special": true
1891
+ },
1892
+ "128236": {
1893
+ "content": "<|reserved_special_token_228|>",
1894
+ "lstrip": false,
1895
+ "normalized": false,
1896
+ "rstrip": false,
1897
+ "single_word": false,
1898
+ "special": true
1899
+ },
1900
+ "128237": {
1901
+ "content": "<|reserved_special_token_229|>",
1902
+ "lstrip": false,
1903
+ "normalized": false,
1904
+ "rstrip": false,
1905
+ "single_word": false,
1906
+ "special": true
1907
+ },
1908
+ "128238": {
1909
+ "content": "<|reserved_special_token_230|>",
1910
+ "lstrip": false,
1911
+ "normalized": false,
1912
+ "rstrip": false,
1913
+ "single_word": false,
1914
+ "special": true
1915
+ },
1916
+ "128239": {
1917
+ "content": "<|reserved_special_token_231|>",
1918
+ "lstrip": false,
1919
+ "normalized": false,
1920
+ "rstrip": false,
1921
+ "single_word": false,
1922
+ "special": true
1923
+ },
1924
+ "128240": {
1925
+ "content": "<|reserved_special_token_232|>",
1926
+ "lstrip": false,
1927
+ "normalized": false,
1928
+ "rstrip": false,
1929
+ "single_word": false,
1930
+ "special": true
1931
+ },
1932
+ "128241": {
1933
+ "content": "<|reserved_special_token_233|>",
1934
+ "lstrip": false,
1935
+ "normalized": false,
1936
+ "rstrip": false,
1937
+ "single_word": false,
1938
+ "special": true
1939
+ },
1940
+ "128242": {
1941
+ "content": "<|reserved_special_token_234|>",
1942
+ "lstrip": false,
1943
+ "normalized": false,
1944
+ "rstrip": false,
1945
+ "single_word": false,
1946
+ "special": true
1947
+ },
1948
+ "128243": {
1949
+ "content": "<|reserved_special_token_235|>",
1950
+ "lstrip": false,
1951
+ "normalized": false,
1952
+ "rstrip": false,
1953
+ "single_word": false,
1954
+ "special": true
1955
+ },
1956
+ "128244": {
1957
+ "content": "<|reserved_special_token_236|>",
1958
+ "lstrip": false,
1959
+ "normalized": false,
1960
+ "rstrip": false,
1961
+ "single_word": false,
1962
+ "special": true
1963
+ },
1964
+ "128245": {
1965
+ "content": "<|reserved_special_token_237|>",
1966
+ "lstrip": false,
1967
+ "normalized": false,
1968
+ "rstrip": false,
1969
+ "single_word": false,
1970
+ "special": true
1971
+ },
1972
+ "128246": {
1973
+ "content": "<|reserved_special_token_238|>",
1974
+ "lstrip": false,
1975
+ "normalized": false,
1976
+ "rstrip": false,
1977
+ "single_word": false,
1978
+ "special": true
1979
+ },
1980
+ "128247": {
1981
+ "content": "<|reserved_special_token_239|>",
1982
+ "lstrip": false,
1983
+ "normalized": false,
1984
+ "rstrip": false,
1985
+ "single_word": false,
1986
+ "special": true
1987
+ },
1988
+ "128248": {
1989
+ "content": "<|reserved_special_token_240|>",
1990
+ "lstrip": false,
1991
+ "normalized": false,
1992
+ "rstrip": false,
1993
+ "single_word": false,
1994
+ "special": true
1995
+ },
1996
+ "128249": {
1997
+ "content": "<|reserved_special_token_241|>",
1998
+ "lstrip": false,
1999
+ "normalized": false,
2000
+ "rstrip": false,
2001
+ "single_word": false,
2002
+ "special": true
2003
+ },
2004
+ "128250": {
2005
+ "content": "<|reserved_special_token_242|>",
2006
+ "lstrip": false,
2007
+ "normalized": false,
2008
+ "rstrip": false,
2009
+ "single_word": false,
2010
+ "special": true
2011
+ },
2012
+ "128251": {
2013
+ "content": "<|reserved_special_token_243|>",
2014
+ "lstrip": false,
2015
+ "normalized": false,
2016
+ "rstrip": false,
2017
+ "single_word": false,
2018
+ "special": true
2019
+ },
2020
+ "128252": {
2021
+ "content": "<|reserved_special_token_244|>",
2022
+ "lstrip": false,
2023
+ "normalized": false,
2024
+ "rstrip": false,
2025
+ "single_word": false,
2026
+ "special": true
2027
+ },
2028
+ "128253": {
2029
+ "content": "<|reserved_special_token_245|>",
2030
+ "lstrip": false,
2031
+ "normalized": false,
2032
+ "rstrip": false,
2033
+ "single_word": false,
2034
+ "special": true
2035
+ },
2036
+ "128254": {
2037
+ "content": "<|reserved_special_token_246|>",
2038
+ "lstrip": false,
2039
+ "normalized": false,
2040
+ "rstrip": false,
2041
+ "single_word": false,
2042
+ "special": true
2043
+ },
2044
+ "128255": {
2045
+ "content": "<|reserved_special_token_247|>",
2046
+ "lstrip": false,
2047
+ "normalized": false,
2048
+ "rstrip": false,
2049
+ "single_word": false,
2050
+ "special": true
2051
+ }
2052
+ },
2053
+ "bos_token": "<|begin_of_text|>",
2054
+ "clean_up_tokenization_spaces": true,
2055
+ "eos_token": "<|eot_id|>",
2056
+ "extra_special_tokens": {},
2057
+ "model_input_names": [
2058
+ "input_ids",
2059
+ "attention_mask"
2060
+ ],
2061
+ "model_max_length": 131072,
2062
+ "pad_token": "<|finetune_right_pad_id|>",
2063
+ "padding_side": "right",
2064
+ "tokenizer_class": "PreTrainedTokenizerFast",
2065
+ "unk_token": null
2066
+ }
experiments/sk-zh/checkpoint-500/trainer_state.json ADDED
@@ -0,0 +1,734 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 3.1645569620253164,
6
+ "eval_steps": 500,
7
+ "global_step": 500,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.03164556962025317,
14
+ "grad_norm": 9.636250495910645,
15
+ "learning_rate": 0.0002,
16
+ "loss": 2.7406,
17
+ "step": 5
18
+ },
19
+ {
20
+ "epoch": 0.06329113924050633,
21
+ "grad_norm": 1.6461654901504517,
22
+ "learning_rate": 0.00019872773536895675,
23
+ "loss": 0.9506,
24
+ "step": 10
25
+ },
26
+ {
27
+ "epoch": 0.0949367088607595,
28
+ "grad_norm": 1.761650562286377,
29
+ "learning_rate": 0.00019745547073791352,
30
+ "loss": 0.6273,
31
+ "step": 15
32
+ },
33
+ {
34
+ "epoch": 0.12658227848101267,
35
+ "grad_norm": 0.9863831400871277,
36
+ "learning_rate": 0.00019618320610687023,
37
+ "loss": 0.6092,
38
+ "step": 20
39
+ },
40
+ {
41
+ "epoch": 0.15822784810126583,
42
+ "grad_norm": 1.2868099212646484,
43
+ "learning_rate": 0.00019491094147582698,
44
+ "loss": 0.6429,
45
+ "step": 25
46
+ },
47
+ {
48
+ "epoch": 0.189873417721519,
49
+ "grad_norm": 1.0715737342834473,
50
+ "learning_rate": 0.00019363867684478372,
51
+ "loss": 0.5648,
52
+ "step": 30
53
+ },
54
+ {
55
+ "epoch": 0.22151898734177214,
56
+ "grad_norm": 1.0320993661880493,
57
+ "learning_rate": 0.00019236641221374049,
58
+ "loss": 0.5792,
59
+ "step": 35
60
+ },
61
+ {
62
+ "epoch": 0.25316455696202533,
63
+ "grad_norm": 0.9238957762718201,
64
+ "learning_rate": 0.00019109414758269723,
65
+ "loss": 0.4947,
66
+ "step": 40
67
+ },
68
+ {
69
+ "epoch": 0.2848101265822785,
70
+ "grad_norm": 1.0267781019210815,
71
+ "learning_rate": 0.00018982188295165394,
72
+ "loss": 0.5085,
73
+ "step": 45
74
+ },
75
+ {
76
+ "epoch": 0.31645569620253167,
77
+ "grad_norm": 0.9670472145080566,
78
+ "learning_rate": 0.00018854961832061068,
79
+ "loss": 0.5587,
80
+ "step": 50
81
+ },
82
+ {
83
+ "epoch": 0.34810126582278483,
84
+ "grad_norm": 1.065898060798645,
85
+ "learning_rate": 0.00018727735368956745,
86
+ "loss": 0.5423,
87
+ "step": 55
88
+ },
89
+ {
90
+ "epoch": 0.379746835443038,
91
+ "grad_norm": 1.0073872804641724,
92
+ "learning_rate": 0.0001860050890585242,
93
+ "loss": 0.5977,
94
+ "step": 60
95
+ },
96
+ {
97
+ "epoch": 0.41139240506329117,
98
+ "grad_norm": 0.9359777569770813,
99
+ "learning_rate": 0.00018473282442748093,
100
+ "loss": 0.4922,
101
+ "step": 65
102
+ },
103
+ {
104
+ "epoch": 0.4430379746835443,
105
+ "grad_norm": 1.3410602807998657,
106
+ "learning_rate": 0.00018346055979643765,
107
+ "loss": 0.5653,
108
+ "step": 70
109
+ },
110
+ {
111
+ "epoch": 0.47468354430379744,
112
+ "grad_norm": 0.8348254561424255,
113
+ "learning_rate": 0.00018218829516539442,
114
+ "loss": 0.5515,
115
+ "step": 75
116
+ },
117
+ {
118
+ "epoch": 0.5063291139240507,
119
+ "grad_norm": 0.9806696176528931,
120
+ "learning_rate": 0.00018091603053435116,
121
+ "loss": 0.548,
122
+ "step": 80
123
+ },
124
+ {
125
+ "epoch": 0.5379746835443038,
126
+ "grad_norm": 0.8727517127990723,
127
+ "learning_rate": 0.0001796437659033079,
128
+ "loss": 0.5175,
129
+ "step": 85
130
+ },
131
+ {
132
+ "epoch": 0.569620253164557,
133
+ "grad_norm": 0.8037821054458618,
134
+ "learning_rate": 0.00017837150127226464,
135
+ "loss": 0.5135,
136
+ "step": 90
137
+ },
138
+ {
139
+ "epoch": 0.6012658227848101,
140
+ "grad_norm": 0.7310634851455688,
141
+ "learning_rate": 0.00017709923664122138,
142
+ "loss": 0.4609,
143
+ "step": 95
144
+ },
145
+ {
146
+ "epoch": 0.6329113924050633,
147
+ "grad_norm": 1.0002307891845703,
148
+ "learning_rate": 0.00017582697201017812,
149
+ "loss": 0.5671,
150
+ "step": 100
151
+ },
152
+ {
153
+ "epoch": 0.6645569620253164,
154
+ "grad_norm": 0.7429682612419128,
155
+ "learning_rate": 0.00017455470737913486,
156
+ "loss": 0.5205,
157
+ "step": 105
158
+ },
159
+ {
160
+ "epoch": 0.6962025316455697,
161
+ "grad_norm": 0.7771511673927307,
162
+ "learning_rate": 0.00017328244274809163,
163
+ "loss": 0.5279,
164
+ "step": 110
165
+ },
166
+ {
167
+ "epoch": 0.7278481012658228,
168
+ "grad_norm": 0.6377614140510559,
169
+ "learning_rate": 0.00017201017811704835,
170
+ "loss": 0.4976,
171
+ "step": 115
172
+ },
173
+ {
174
+ "epoch": 0.759493670886076,
175
+ "grad_norm": 0.9541120529174805,
176
+ "learning_rate": 0.0001707379134860051,
177
+ "loss": 0.5249,
178
+ "step": 120
179
+ },
180
+ {
181
+ "epoch": 0.7911392405063291,
182
+ "grad_norm": 0.8480327725410461,
183
+ "learning_rate": 0.00016946564885496183,
184
+ "loss": 0.4799,
185
+ "step": 125
186
+ },
187
+ {
188
+ "epoch": 0.8227848101265823,
189
+ "grad_norm": 0.7675257325172424,
190
+ "learning_rate": 0.0001681933842239186,
191
+ "loss": 0.4845,
192
+ "step": 130
193
+ },
194
+ {
195
+ "epoch": 0.8544303797468354,
196
+ "grad_norm": 0.8189133405685425,
197
+ "learning_rate": 0.00016692111959287534,
198
+ "loss": 0.4981,
199
+ "step": 135
200
+ },
201
+ {
202
+ "epoch": 0.8860759493670886,
203
+ "grad_norm": 0.8288174867630005,
204
+ "learning_rate": 0.00016564885496183205,
205
+ "loss": 0.4781,
206
+ "step": 140
207
+ },
208
+ {
209
+ "epoch": 0.9177215189873418,
210
+ "grad_norm": 0.7553529739379883,
211
+ "learning_rate": 0.0001643765903307888,
212
+ "loss": 0.538,
213
+ "step": 145
214
+ },
215
+ {
216
+ "epoch": 0.9493670886075949,
217
+ "grad_norm": 0.7369087338447571,
218
+ "learning_rate": 0.00016310432569974556,
219
+ "loss": 0.5297,
220
+ "step": 150
221
+ },
222
+ {
223
+ "epoch": 0.9810126582278481,
224
+ "grad_norm": 0.745081901550293,
225
+ "learning_rate": 0.0001618320610687023,
226
+ "loss": 0.529,
227
+ "step": 155
228
+ },
229
+ {
230
+ "epoch": 1.0126582278481013,
231
+ "grad_norm": 0.760235071182251,
232
+ "learning_rate": 0.00016055979643765905,
233
+ "loss": 0.5206,
234
+ "step": 160
235
+ },
236
+ {
237
+ "epoch": 1.0443037974683544,
238
+ "grad_norm": 0.6101222038269043,
239
+ "learning_rate": 0.0001592875318066158,
240
+ "loss": 0.3851,
241
+ "step": 165
242
+ },
243
+ {
244
+ "epoch": 1.0759493670886076,
245
+ "grad_norm": 0.7095821499824524,
246
+ "learning_rate": 0.00015801526717557253,
247
+ "loss": 0.419,
248
+ "step": 170
249
+ },
250
+ {
251
+ "epoch": 1.1075949367088607,
252
+ "grad_norm": 0.8603990077972412,
253
+ "learning_rate": 0.00015674300254452927,
254
+ "loss": 0.4204,
255
+ "step": 175
256
+ },
257
+ {
258
+ "epoch": 1.139240506329114,
259
+ "grad_norm": 0.7504400014877319,
260
+ "learning_rate": 0.000155470737913486,
261
+ "loss": 0.367,
262
+ "step": 180
263
+ },
264
+ {
265
+ "epoch": 1.1708860759493671,
266
+ "grad_norm": 0.756787121295929,
267
+ "learning_rate": 0.00015419847328244275,
268
+ "loss": 0.393,
269
+ "step": 185
270
+ },
271
+ {
272
+ "epoch": 1.2025316455696202,
273
+ "grad_norm": 0.8656795620918274,
274
+ "learning_rate": 0.0001529262086513995,
275
+ "loss": 0.4357,
276
+ "step": 190
277
+ },
278
+ {
279
+ "epoch": 1.2341772151898733,
280
+ "grad_norm": 0.8514489531517029,
281
+ "learning_rate": 0.00015165394402035624,
282
+ "loss": 0.4215,
283
+ "step": 195
284
+ },
285
+ {
286
+ "epoch": 1.2658227848101267,
287
+ "grad_norm": 0.7526264190673828,
288
+ "learning_rate": 0.00015038167938931298,
289
+ "loss": 0.3651,
290
+ "step": 200
291
+ },
292
+ {
293
+ "epoch": 1.2974683544303798,
294
+ "grad_norm": 0.7162966132164001,
295
+ "learning_rate": 0.00014910941475826972,
296
+ "loss": 0.4073,
297
+ "step": 205
298
+ },
299
+ {
300
+ "epoch": 1.3291139240506329,
301
+ "grad_norm": 0.9087608456611633,
302
+ "learning_rate": 0.0001478371501272265,
303
+ "loss": 0.4026,
304
+ "step": 210
305
+ },
306
+ {
307
+ "epoch": 1.360759493670886,
308
+ "grad_norm": 0.7543425559997559,
309
+ "learning_rate": 0.0001465648854961832,
310
+ "loss": 0.3645,
311
+ "step": 215
312
+ },
313
+ {
314
+ "epoch": 1.3924050632911391,
315
+ "grad_norm": 0.740563154220581,
316
+ "learning_rate": 0.00014529262086513994,
317
+ "loss": 0.4309,
318
+ "step": 220
319
+ },
320
+ {
321
+ "epoch": 1.4240506329113924,
322
+ "grad_norm": 0.7612570524215698,
323
+ "learning_rate": 0.0001440203562340967,
324
+ "loss": 0.3908,
325
+ "step": 225
326
+ },
327
+ {
328
+ "epoch": 1.4556962025316456,
329
+ "grad_norm": 0.9129316806793213,
330
+ "learning_rate": 0.00014274809160305345,
331
+ "loss": 0.422,
332
+ "step": 230
333
+ },
334
+ {
335
+ "epoch": 1.4873417721518987,
336
+ "grad_norm": 0.8029764890670776,
337
+ "learning_rate": 0.0001414758269720102,
338
+ "loss": 0.3866,
339
+ "step": 235
340
+ },
341
+ {
342
+ "epoch": 1.518987341772152,
343
+ "grad_norm": 0.7712852954864502,
344
+ "learning_rate": 0.0001402035623409669,
345
+ "loss": 0.4168,
346
+ "step": 240
347
+ },
348
+ {
349
+ "epoch": 1.5506329113924051,
350
+ "grad_norm": 0.8392740488052368,
351
+ "learning_rate": 0.00013893129770992368,
352
+ "loss": 0.4102,
353
+ "step": 245
354
+ },
355
+ {
356
+ "epoch": 1.5822784810126582,
357
+ "grad_norm": 0.9574406743049622,
358
+ "learning_rate": 0.00013765903307888042,
359
+ "loss": 0.4312,
360
+ "step": 250
361
+ },
362
+ {
363
+ "epoch": 1.6139240506329116,
364
+ "grad_norm": 0.8071485757827759,
365
+ "learning_rate": 0.00013638676844783716,
366
+ "loss": 0.4148,
367
+ "step": 255
368
+ },
369
+ {
370
+ "epoch": 1.6455696202531644,
371
+ "grad_norm": 0.9748886227607727,
372
+ "learning_rate": 0.0001351145038167939,
373
+ "loss": 0.3916,
374
+ "step": 260
375
+ },
376
+ {
377
+ "epoch": 1.6772151898734178,
378
+ "grad_norm": 0.8215563893318176,
379
+ "learning_rate": 0.00013384223918575064,
380
+ "loss": 0.4227,
381
+ "step": 265
382
+ },
383
+ {
384
+ "epoch": 1.7088607594936709,
385
+ "grad_norm": 0.8115125894546509,
386
+ "learning_rate": 0.00013256997455470738,
387
+ "loss": 0.351,
388
+ "step": 270
389
+ },
390
+ {
391
+ "epoch": 1.740506329113924,
392
+ "grad_norm": 0.7755597233772278,
393
+ "learning_rate": 0.00013129770992366413,
394
+ "loss": 0.3745,
395
+ "step": 275
396
+ },
397
+ {
398
+ "epoch": 1.7721518987341773,
399
+ "grad_norm": 0.9101290106773376,
400
+ "learning_rate": 0.00013002544529262087,
401
+ "loss": 0.4006,
402
+ "step": 280
403
+ },
404
+ {
405
+ "epoch": 1.8037974683544302,
406
+ "grad_norm": 0.9382388591766357,
407
+ "learning_rate": 0.0001287531806615776,
408
+ "loss": 0.4191,
409
+ "step": 285
410
+ },
411
+ {
412
+ "epoch": 1.8354430379746836,
413
+ "grad_norm": 0.945472002029419,
414
+ "learning_rate": 0.00012748091603053435,
415
+ "loss": 0.4278,
416
+ "step": 290
417
+ },
418
+ {
419
+ "epoch": 1.8670886075949367,
420
+ "grad_norm": 0.8501671552658081,
421
+ "learning_rate": 0.0001262086513994911,
422
+ "loss": 0.3932,
423
+ "step": 295
424
+ },
425
+ {
426
+ "epoch": 1.8987341772151898,
427
+ "grad_norm": 0.9624788761138916,
428
+ "learning_rate": 0.00012493638676844783,
429
+ "loss": 0.38,
430
+ "step": 300
431
+ },
432
+ {
433
+ "epoch": 1.9303797468354431,
434
+ "grad_norm": 0.8801245093345642,
435
+ "learning_rate": 0.0001236641221374046,
436
+ "loss": 0.4113,
437
+ "step": 305
438
+ },
439
+ {
440
+ "epoch": 1.9620253164556962,
441
+ "grad_norm": 0.851109504699707,
442
+ "learning_rate": 0.00012239185750636134,
443
+ "loss": 0.4172,
444
+ "step": 310
445
+ },
446
+ {
447
+ "epoch": 1.9936708860759493,
448
+ "grad_norm": 0.8253706097602844,
449
+ "learning_rate": 0.00012111959287531807,
450
+ "loss": 0.3971,
451
+ "step": 315
452
+ },
453
+ {
454
+ "epoch": 2.0253164556962027,
455
+ "grad_norm": 0.6801413297653198,
456
+ "learning_rate": 0.00011984732824427483,
457
+ "loss": 0.333,
458
+ "step": 320
459
+ },
460
+ {
461
+ "epoch": 2.0569620253164556,
462
+ "grad_norm": 0.9851354956626892,
463
+ "learning_rate": 0.00011857506361323157,
464
+ "loss": 0.2744,
465
+ "step": 325
466
+ },
467
+ {
468
+ "epoch": 2.088607594936709,
469
+ "grad_norm": 0.9322072863578796,
470
+ "learning_rate": 0.0001173027989821883,
471
+ "loss": 0.2749,
472
+ "step": 330
473
+ },
474
+ {
475
+ "epoch": 2.1202531645569622,
476
+ "grad_norm": 0.7314637899398804,
477
+ "learning_rate": 0.00011603053435114504,
478
+ "loss": 0.2624,
479
+ "step": 335
480
+ },
481
+ {
482
+ "epoch": 2.151898734177215,
483
+ "grad_norm": 1.0124112367630005,
484
+ "learning_rate": 0.00011475826972010179,
485
+ "loss": 0.2748,
486
+ "step": 340
487
+ },
488
+ {
489
+ "epoch": 2.1835443037974684,
490
+ "grad_norm": 1.046563982963562,
491
+ "learning_rate": 0.00011348600508905853,
492
+ "loss": 0.3032,
493
+ "step": 345
494
+ },
495
+ {
496
+ "epoch": 2.2151898734177213,
497
+ "grad_norm": 0.7314551472663879,
498
+ "learning_rate": 0.00011221374045801527,
499
+ "loss": 0.2785,
500
+ "step": 350
501
+ },
502
+ {
503
+ "epoch": 2.2468354430379747,
504
+ "grad_norm": 0.8836460113525391,
505
+ "learning_rate": 0.000110941475826972,
506
+ "loss": 0.2636,
507
+ "step": 355
508
+ },
509
+ {
510
+ "epoch": 2.278481012658228,
511
+ "grad_norm": 0.9266633987426758,
512
+ "learning_rate": 0.00010966921119592877,
513
+ "loss": 0.2603,
514
+ "step": 360
515
+ },
516
+ {
517
+ "epoch": 2.310126582278481,
518
+ "grad_norm": 0.8955816030502319,
519
+ "learning_rate": 0.0001083969465648855,
520
+ "loss": 0.278,
521
+ "step": 365
522
+ },
523
+ {
524
+ "epoch": 2.3417721518987342,
525
+ "grad_norm": 0.855516254901886,
526
+ "learning_rate": 0.00010712468193384224,
527
+ "loss": 0.2716,
528
+ "step": 370
529
+ },
530
+ {
531
+ "epoch": 2.3734177215189876,
532
+ "grad_norm": 1.0072673559188843,
533
+ "learning_rate": 0.00010585241730279898,
534
+ "loss": 0.2755,
535
+ "step": 375
536
+ },
537
+ {
538
+ "epoch": 2.4050632911392404,
539
+ "grad_norm": 1.1514896154403687,
540
+ "learning_rate": 0.00010458015267175574,
541
+ "loss": 0.2964,
542
+ "step": 380
543
+ },
544
+ {
545
+ "epoch": 2.4367088607594938,
546
+ "grad_norm": 0.8913586139678955,
547
+ "learning_rate": 0.00010330788804071248,
548
+ "loss": 0.2751,
549
+ "step": 385
550
+ },
551
+ {
552
+ "epoch": 2.4683544303797467,
553
+ "grad_norm": 0.7696821093559265,
554
+ "learning_rate": 0.00010203562340966922,
555
+ "loss": 0.2647,
556
+ "step": 390
557
+ },
558
+ {
559
+ "epoch": 2.5,
560
+ "grad_norm": 0.7826597690582275,
561
+ "learning_rate": 0.00010076335877862595,
562
+ "loss": 0.2792,
563
+ "step": 395
564
+ },
565
+ {
566
+ "epoch": 2.5316455696202533,
567
+ "grad_norm": 1.0873520374298096,
568
+ "learning_rate": 9.94910941475827e-05,
569
+ "loss": 0.2768,
570
+ "step": 400
571
+ },
572
+ {
573
+ "epoch": 2.5632911392405062,
574
+ "grad_norm": 0.9065166115760803,
575
+ "learning_rate": 9.821882951653944e-05,
576
+ "loss": 0.2633,
577
+ "step": 405
578
+ },
579
+ {
580
+ "epoch": 2.5949367088607596,
581
+ "grad_norm": 1.171126127243042,
582
+ "learning_rate": 9.694656488549618e-05,
583
+ "loss": 0.2774,
584
+ "step": 410
585
+ },
586
+ {
587
+ "epoch": 2.6265822784810124,
588
+ "grad_norm": 1.0864486694335938,
589
+ "learning_rate": 9.567430025445293e-05,
590
+ "loss": 0.2772,
591
+ "step": 415
592
+ },
593
+ {
594
+ "epoch": 2.6582278481012658,
595
+ "grad_norm": 0.846960723400116,
596
+ "learning_rate": 9.440203562340968e-05,
597
+ "loss": 0.2697,
598
+ "step": 420
599
+ },
600
+ {
601
+ "epoch": 2.689873417721519,
602
+ "grad_norm": 0.9240285158157349,
603
+ "learning_rate": 9.312977099236642e-05,
604
+ "loss": 0.2764,
605
+ "step": 425
606
+ },
607
+ {
608
+ "epoch": 2.721518987341772,
609
+ "grad_norm": 0.863296627998352,
610
+ "learning_rate": 9.185750636132316e-05,
611
+ "loss": 0.2899,
612
+ "step": 430
613
+ },
614
+ {
615
+ "epoch": 2.7531645569620253,
616
+ "grad_norm": 0.9361215829849243,
617
+ "learning_rate": 9.05852417302799e-05,
618
+ "loss": 0.259,
619
+ "step": 435
620
+ },
621
+ {
622
+ "epoch": 2.7848101265822782,
623
+ "grad_norm": 1.0570683479309082,
624
+ "learning_rate": 8.931297709923665e-05,
625
+ "loss": 0.2944,
626
+ "step": 440
627
+ },
628
+ {
629
+ "epoch": 2.8164556962025316,
630
+ "grad_norm": 0.9439765214920044,
631
+ "learning_rate": 8.804071246819339e-05,
632
+ "loss": 0.2777,
633
+ "step": 445
634
+ },
635
+ {
636
+ "epoch": 2.848101265822785,
637
+ "grad_norm": 0.8426817655563354,
638
+ "learning_rate": 8.676844783715013e-05,
639
+ "loss": 0.2987,
640
+ "step": 450
641
+ },
642
+ {
643
+ "epoch": 2.879746835443038,
644
+ "grad_norm": 0.9855856895446777,
645
+ "learning_rate": 8.549618320610687e-05,
646
+ "loss": 0.3083,
647
+ "step": 455
648
+ },
649
+ {
650
+ "epoch": 2.911392405063291,
651
+ "grad_norm": 0.9780887961387634,
652
+ "learning_rate": 8.422391857506363e-05,
653
+ "loss": 0.2942,
654
+ "step": 460
655
+ },
656
+ {
657
+ "epoch": 2.9430379746835444,
658
+ "grad_norm": 0.9429991245269775,
659
+ "learning_rate": 8.295165394402035e-05,
660
+ "loss": 0.289,
661
+ "step": 465
662
+ },
663
+ {
664
+ "epoch": 2.9746835443037973,
665
+ "grad_norm": 0.9554647207260132,
666
+ "learning_rate": 8.167938931297711e-05,
667
+ "loss": 0.2911,
668
+ "step": 470
669
+ },
670
+ {
671
+ "epoch": 3.0063291139240507,
672
+ "grad_norm": 0.7053874135017395,
673
+ "learning_rate": 8.040712468193385e-05,
674
+ "loss": 0.2495,
675
+ "step": 475
676
+ },
677
+ {
678
+ "epoch": 3.037974683544304,
679
+ "grad_norm": 0.9854986071586609,
680
+ "learning_rate": 7.913486005089059e-05,
681
+ "loss": 0.1796,
682
+ "step": 480
683
+ },
684
+ {
685
+ "epoch": 3.069620253164557,
686
+ "grad_norm": 1.658312439918518,
687
+ "learning_rate": 7.786259541984733e-05,
688
+ "loss": 0.1849,
689
+ "step": 485
690
+ },
691
+ {
692
+ "epoch": 3.1012658227848102,
693
+ "grad_norm": 1.205978512763977,
694
+ "learning_rate": 7.659033078880407e-05,
695
+ "loss": 0.1818,
696
+ "step": 490
697
+ },
698
+ {
699
+ "epoch": 3.132911392405063,
700
+ "grad_norm": 0.9182310700416565,
701
+ "learning_rate": 7.531806615776081e-05,
702
+ "loss": 0.1675,
703
+ "step": 495
704
+ },
705
+ {
706
+ "epoch": 3.1645569620253164,
707
+ "grad_norm": 0.8463435173034668,
708
+ "learning_rate": 7.404580152671756e-05,
709
+ "loss": 0.1622,
710
+ "step": 500
711
+ }
712
+ ],
713
+ "logging_steps": 5,
714
+ "max_steps": 790,
715
+ "num_input_tokens_seen": 0,
716
+ "num_train_epochs": 5,
717
+ "save_steps": 500,
718
+ "stateful_callbacks": {
719
+ "TrainerControl": {
720
+ "args": {
721
+ "should_epoch_stop": false,
722
+ "should_evaluate": false,
723
+ "should_log": false,
724
+ "should_save": true,
725
+ "should_training_stop": false
726
+ },
727
+ "attributes": {}
728
+ }
729
+ },
730
+ "total_flos": 6.197846446374912e+16,
731
+ "train_batch_size": 16,
732
+ "trial_name": null,
733
+ "trial_params": null
734
+ }
experiments/sk-zh/checkpoint-500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0bfa3c8048434787bbdf9f9f63214cb24a8a21257cbf492f12a840e4ed2a293
3
+ size 6289
experiments/sk-zh/checkpoint-790/README.md ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/meta-llama-3.1-8b-instruct-bnb-4bit
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/meta-llama-3.1-8b-instruct-bnb-4bit
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ - unsloth
12
+ ---
13
+
14
+ # Model Card for Model ID
15
+
16
+ <!-- Provide a quick summary of what the model is/does. -->
17
+
18
+
19
+
20
+ ## Model Details
21
+
22
+ ### Model Description
23
+
24
+ <!-- Provide a longer summary of what this model is. -->
25
+
26
+
27
+
28
+ - **Developed by:** [More Information Needed]
29
+ - **Funded by [optional]:** [More Information Needed]
30
+ - **Shared by [optional]:** [More Information Needed]
31
+ - **Model type:** [More Information Needed]
32
+ - **Language(s) (NLP):** [More Information Needed]
33
+ - **License:** [More Information Needed]
34
+ - **Finetuned from model [optional]:** [More Information Needed]
35
+
36
+ ### Model Sources [optional]
37
+
38
+ <!-- Provide the basic links for the model. -->
39
+
40
+ - **Repository:** [More Information Needed]
41
+ - **Paper [optional]:** [More Information Needed]
42
+ - **Demo [optional]:** [More Information Needed]
43
+
44
+ ## Uses
45
+
46
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
47
+
48
+ ### Direct Use
49
+
50
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
51
+
52
+ [More Information Needed]
53
+
54
+ ### Downstream Use [optional]
55
+
56
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
57
+
58
+ [More Information Needed]
59
+
60
+ ### Out-of-Scope Use
61
+
62
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
63
+
64
+ [More Information Needed]
65
+
66
+ ## Bias, Risks, and Limitations
67
+
68
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
69
+
70
+ [More Information Needed]
71
+
72
+ ### Recommendations
73
+
74
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
75
+
76
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
77
+
78
+ ## How to Get Started with the Model
79
+
80
+ Use the code below to get started with the model.
81
+
82
+ [More Information Needed]
83
+
84
+ ## Training Details
85
+
86
+ ### Training Data
87
+
88
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
89
+
90
+ [More Information Needed]
91
+
92
+ ### Training Procedure
93
+
94
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
95
+
96
+ #### Preprocessing [optional]
97
+
98
+ [More Information Needed]
99
+
100
+
101
+ #### Training Hyperparameters
102
+
103
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
104
+
105
+ #### Speeds, Sizes, Times [optional]
106
+
107
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
108
+
109
+ [More Information Needed]
110
+
111
+ ## Evaluation
112
+
113
+ <!-- This section describes the evaluation protocols and provides the results. -->
114
+
115
+ ### Testing Data, Factors & Metrics
116
+
117
+ #### Testing Data
118
+
119
+ <!-- This should link to a Dataset Card if possible. -->
120
+
121
+ [More Information Needed]
122
+
123
+ #### Factors
124
+
125
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
126
+
127
+ [More Information Needed]
128
+
129
+ #### Metrics
130
+
131
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
132
+
133
+ [More Information Needed]
134
+
135
+ ### Results
136
+
137
+ [More Information Needed]
138
+
139
+ #### Summary
140
+
141
+
142
+
143
+ ## Model Examination [optional]
144
+
145
+ <!-- Relevant interpretability work for the model goes here -->
146
+
147
+ [More Information Needed]
148
+
149
+ ## Environmental Impact
150
+
151
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
152
+
153
+ 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).
154
+
155
+ - **Hardware Type:** [More Information Needed]
156
+ - **Hours used:** [More Information Needed]
157
+ - **Cloud Provider:** [More Information Needed]
158
+ - **Compute Region:** [More Information Needed]
159
+ - **Carbon Emitted:** [More Information Needed]
160
+
161
+ ## Technical Specifications [optional]
162
+
163
+ ### Model Architecture and Objective
164
+
165
+ [More Information Needed]
166
+
167
+ ### Compute Infrastructure
168
+
169
+ [More Information Needed]
170
+
171
+ #### Hardware
172
+
173
+ [More Information Needed]
174
+
175
+ #### Software
176
+
177
+ [More Information Needed]
178
+
179
+ ## Citation [optional]
180
+
181
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
182
+
183
+ **BibTeX:**
184
+
185
+ [More Information Needed]
186
+
187
+ **APA:**
188
+
189
+ [More Information Needed]
190
+
191
+ ## Glossary [optional]
192
+
193
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
194
+
195
+ [More Information Needed]
196
+
197
+ ## More Information [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Authors [optional]
202
+
203
+ [More Information Needed]
204
+
205
+ ## Model Card Contact
206
+
207
+ [More Information Needed]
208
+ ### Framework versions
209
+
210
+ - PEFT 0.18.1
experiments/sk-zh/checkpoint-790/adapter_config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "LlamaForCausalLM",
7
+ "parent_library": "transformers.models.llama.modeling_llama",
8
+ "unsloth_fixed": true
9
+ },
10
+ "base_model_name_or_path": "unsloth/meta-llama-3.1-8b-instruct-bnb-4bit",
11
+ "bias": "none",
12
+ "corda_config": null,
13
+ "ensure_weight_tying": false,
14
+ "eva_config": null,
15
+ "exclude_modules": null,
16
+ "fan_in_fan_out": false,
17
+ "inference_mode": true,
18
+ "init_lora_weights": true,
19
+ "layer_replication": null,
20
+ "layers_pattern": null,
21
+ "layers_to_transform": null,
22
+ "loftq_config": {},
23
+ "lora_alpha": 16,
24
+ "lora_bias": false,
25
+ "lora_dropout": 0,
26
+ "megatron_config": null,
27
+ "megatron_core": "megatron.core",
28
+ "modules_to_save": null,
29
+ "peft_type": "LORA",
30
+ "peft_version": "0.18.1",
31
+ "qalora_group_size": 16,
32
+ "r": 8,
33
+ "rank_pattern": {},
34
+ "revision": null,
35
+ "target_modules": [
36
+ "gate_proj",
37
+ "v_proj",
38
+ "o_proj",
39
+ "k_proj",
40
+ "up_proj",
41
+ "down_proj",
42
+ "q_proj"
43
+ ],
44
+ "target_parameters": null,
45
+ "task_type": "CAUSAL_LM",
46
+ "trainable_token_indices": null,
47
+ "use_dora": false,
48
+ "use_qalora": false,
49
+ "use_rslora": true
50
+ }
experiments/sk-zh/checkpoint-790/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73dd837e8d5423f555cb01ee894f1b2af1f113d7a971d4ffe4546f388f6737ad
3
+ size 83945296
experiments/sk-zh/checkpoint-790/chat_template.jinja ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {{- bos_token }}
2
+ {%- if custom_tools is defined %}
3
+ {%- set tools = custom_tools %}
4
+ {%- endif %}
5
+ {%- if not tools_in_user_message is defined %}
6
+ {%- set tools_in_user_message = true %}
7
+ {%- endif %}
8
+ {%- if not date_string is defined %}
9
+ {%- set date_string = "26 Jul 2024" %}
10
+ {%- endif %}
11
+ {%- if not tools is defined %}
12
+ {%- set tools = none %}
13
+ {%- endif %}
14
+
15
+ {#- This block extracts the system message, so we can slot it into the right place. #}
16
+ {%- if messages[0]['role'] == 'system' %}
17
+ {%- set system_message = messages[0]['content']|trim %}
18
+ {%- set messages = messages[1:] %}
19
+ {%- else %}
20
+ {%- set system_message = "" %}
21
+ {%- endif %}
22
+
23
+ {#- System message + builtin tools #}
24
+ {{- "<|start_header_id|>system<|end_header_id|>\n\n" }}
25
+ {%- if builtin_tools is defined or tools is not none %}
26
+ {{- "Environment: ipython\n" }}
27
+ {%- endif %}
28
+ {%- if builtin_tools is defined %}
29
+ {{- "Tools: " + builtin_tools | reject('equalto', 'code_interpreter') | join(", ") + "\n\n"}}
30
+ {%- endif %}
31
+ {{- "Cutting Knowledge Date: December 2023\n" }}
32
+ {{- "Today Date: " + date_string + "\n\n" }}
33
+ {%- if tools is not none and not tools_in_user_message %}
34
+ {{- "You have access to the following functions. To call a function, please respond with JSON for a function call." }}
35
+ {{- 'Respond in the format {"name": function name, "parameters": dictionary of argument name and its value}.' }}
36
+ {{- "Do not use variables.\n\n" }}
37
+ {%- for t in tools %}
38
+ {{- t | tojson(indent=4) }}
39
+ {{- "\n\n" }}
40
+ {%- endfor %}
41
+ {%- endif %}
42
+ {{- system_message }}
43
+ {{- "<|eot_id|>" }}
44
+
45
+ {#- Custom tools are passed in a user message with some extra guidance #}
46
+ {%- if tools_in_user_message and not tools is none %}
47
+ {#- Extract the first user message so we can plug it in here #}
48
+ {%- if messages | length != 0 %}
49
+ {%- set first_user_message = messages[0]['content']|trim %}
50
+ {%- set messages = messages[1:] %}
51
+ {%- else %}
52
+ {{- raise_exception("Cannot put tools in the first user message when there's no first user message!") }}
53
+ {%- endif %}
54
+ {{- '<|start_header_id|>user<|end_header_id|>\n\n' -}}
55
+ {{- "Given the following functions, please respond with a JSON for a function call " }}
56
+ {{- "with its proper arguments that best answers the given prompt.\n\n" }}
57
+ {{- 'Respond in the format {"name": function name, "parameters": dictionary of argument name and its value}.' }}
58
+ {{- "Do not use variables.\n\n" }}
59
+ {%- for t in tools %}
60
+ {{- t | tojson(indent=4) }}
61
+ {{- "\n\n" }}
62
+ {%- endfor %}
63
+ {{- first_user_message + "<|eot_id|>"}}
64
+ {%- endif %}
65
+
66
+ {%- for message in messages %}
67
+ {%- if not (message.role == 'ipython' or message.role == 'tool' or 'tool_calls' in message) %}
68
+ {{- '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' }}
69
+ {%- elif 'tool_calls' in message %}
70
+ {%- if not message.tool_calls|length == 1 %}
71
+ {{- raise_exception("This model only supports single tool-calls at once!") }}
72
+ {%- endif %}
73
+ {%- set tool_call = message.tool_calls[0].function %}
74
+ {%- if builtin_tools is defined and tool_call.name in builtin_tools %}
75
+ {{- '<|start_header_id|>assistant<|end_header_id|>\n\n' -}}
76
+ {{- "<|python_tag|>" + tool_call.name + ".call(" }}
77
+ {%- for arg_name, arg_val in tool_call.arguments | items %}
78
+ {{- arg_name + '="' + arg_val + '"' }}
79
+ {%- if not loop.last %}
80
+ {{- ", " }}
81
+ {%- endif %}
82
+ {%- endfor %}
83
+ {{- ")" }}
84
+ {%- else %}
85
+ {{- '<|start_header_id|>assistant<|end_header_id|>\n\n' -}}
86
+ {{- '{"name": "' + tool_call.name + '", ' }}
87
+ {{- '"parameters": ' }}
88
+ {{- tool_call.arguments | tojson }}
89
+ {{- "}" }}
90
+ {%- endif %}
91
+ {%- if builtin_tools is defined %}
92
+ {#- This means we're in ipython mode #}
93
+ {{- "<|eom_id|>" }}
94
+ {%- else %}
95
+ {{- "<|eot_id|>" }}
96
+ {%- endif %}
97
+ {%- elif message.role == "tool" or message.role == "ipython" %}
98
+ {{- "<|start_header_id|>ipython<|end_header_id|>\n\n" }}
99
+ {%- if message.content is mapping or message.content is iterable %}
100
+ {{- message.content | tojson }}
101
+ {%- else %}
102
+ {{- message.content }}
103
+ {%- endif %}
104
+ {{- "<|eot_id|>" }}
105
+ {%- endif %}
106
+ {%- endfor %}
107
+ {%- if add_generation_prompt %}
108
+ {{- '<|start_header_id|>assistant<|end_header_id|>\n\n' }}
109
+ {%- endif %}
experiments/sk-zh/checkpoint-790/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13b76e68b14c90fe24270002d9b7856adff972a396545101f64246acf4312690
3
+ size 43123429
experiments/sk-zh/checkpoint-790/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89645f9f6a2a8823b334e0748e4f5ea683a27b3d02632f0a241397db55d82fad
3
+ size 14645
experiments/sk-zh/checkpoint-790/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35051bf7f4f2e2be5c96ec74ea328521409c95bd45c583cbfff0b643a5cb5e1d
3
+ size 1465
experiments/sk-zh/checkpoint-790/special_tokens_map.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|begin_of_text|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|eot_id|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|finetune_right_pad_id|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
+ }
experiments/sk-zh/checkpoint-790/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b9e4e7fb171f92fd137b777cc2714bf87d11576700a1dcd7a399e7bbe39537b
3
+ size 17209920
experiments/sk-zh/checkpoint-790/tokenizer_config.json ADDED
@@ -0,0 +1,2066 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "added_tokens_decoder": {
4
+ "128000": {
5
+ "content": "<|begin_of_text|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "128001": {
13
+ "content": "<|end_of_text|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "128002": {
21
+ "content": "<|reserved_special_token_0|>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "128003": {
29
+ "content": "<|reserved_special_token_1|>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "128004": {
37
+ "content": "<|finetune_right_pad_id|>",
38
+ "lstrip": false,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ },
44
+ "128005": {
45
+ "content": "<|reserved_special_token_2|>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false,
50
+ "special": true
51
+ },
52
+ "128006": {
53
+ "content": "<|start_header_id|>",
54
+ "lstrip": false,
55
+ "normalized": false,
56
+ "rstrip": false,
57
+ "single_word": false,
58
+ "special": true
59
+ },
60
+ "128007": {
61
+ "content": "<|end_header_id|>",
62
+ "lstrip": false,
63
+ "normalized": false,
64
+ "rstrip": false,
65
+ "single_word": false,
66
+ "special": true
67
+ },
68
+ "128008": {
69
+ "content": "<|eom_id|>",
70
+ "lstrip": false,
71
+ "normalized": false,
72
+ "rstrip": false,
73
+ "single_word": false,
74
+ "special": true
75
+ },
76
+ "128009": {
77
+ "content": "<|eot_id|>",
78
+ "lstrip": false,
79
+ "normalized": false,
80
+ "rstrip": false,
81
+ "single_word": false,
82
+ "special": true
83
+ },
84
+ "128010": {
85
+ "content": "<|python_tag|>",
86
+ "lstrip": false,
87
+ "normalized": false,
88
+ "rstrip": false,
89
+ "single_word": false,
90
+ "special": true
91
+ },
92
+ "128011": {
93
+ "content": "<|reserved_special_token_3|>",
94
+ "lstrip": false,
95
+ "normalized": false,
96
+ "rstrip": false,
97
+ "single_word": false,
98
+ "special": true
99
+ },
100
+ "128012": {
101
+ "content": "<|reserved_special_token_4|>",
102
+ "lstrip": false,
103
+ "normalized": false,
104
+ "rstrip": false,
105
+ "single_word": false,
106
+ "special": true
107
+ },
108
+ "128013": {
109
+ "content": "<|reserved_special_token_5|>",
110
+ "lstrip": false,
111
+ "normalized": false,
112
+ "rstrip": false,
113
+ "single_word": false,
114
+ "special": true
115
+ },
116
+ "128014": {
117
+ "content": "<|reserved_special_token_6|>",
118
+ "lstrip": false,
119
+ "normalized": false,
120
+ "rstrip": false,
121
+ "single_word": false,
122
+ "special": true
123
+ },
124
+ "128015": {
125
+ "content": "<|reserved_special_token_7|>",
126
+ "lstrip": false,
127
+ "normalized": false,
128
+ "rstrip": false,
129
+ "single_word": false,
130
+ "special": true
131
+ },
132
+ "128016": {
133
+ "content": "<|reserved_special_token_8|>",
134
+ "lstrip": false,
135
+ "normalized": false,
136
+ "rstrip": false,
137
+ "single_word": false,
138
+ "special": true
139
+ },
140
+ "128017": {
141
+ "content": "<|reserved_special_token_9|>",
142
+ "lstrip": false,
143
+ "normalized": false,
144
+ "rstrip": false,
145
+ "single_word": false,
146
+ "special": true
147
+ },
148
+ "128018": {
149
+ "content": "<|reserved_special_token_10|>",
150
+ "lstrip": false,
151
+ "normalized": false,
152
+ "rstrip": false,
153
+ "single_word": false,
154
+ "special": true
155
+ },
156
+ "128019": {
157
+ "content": "<|reserved_special_token_11|>",
158
+ "lstrip": false,
159
+ "normalized": false,
160
+ "rstrip": false,
161
+ "single_word": false,
162
+ "special": true
163
+ },
164
+ "128020": {
165
+ "content": "<|reserved_special_token_12|>",
166
+ "lstrip": false,
167
+ "normalized": false,
168
+ "rstrip": false,
169
+ "single_word": false,
170
+ "special": true
171
+ },
172
+ "128021": {
173
+ "content": "<|reserved_special_token_13|>",
174
+ "lstrip": false,
175
+ "normalized": false,
176
+ "rstrip": false,
177
+ "single_word": false,
178
+ "special": true
179
+ },
180
+ "128022": {
181
+ "content": "<|reserved_special_token_14|>",
182
+ "lstrip": false,
183
+ "normalized": false,
184
+ "rstrip": false,
185
+ "single_word": false,
186
+ "special": true
187
+ },
188
+ "128023": {
189
+ "content": "<|reserved_special_token_15|>",
190
+ "lstrip": false,
191
+ "normalized": false,
192
+ "rstrip": false,
193
+ "single_word": false,
194
+ "special": true
195
+ },
196
+ "128024": {
197
+ "content": "<|reserved_special_token_16|>",
198
+ "lstrip": false,
199
+ "normalized": false,
200
+ "rstrip": false,
201
+ "single_word": false,
202
+ "special": true
203
+ },
204
+ "128025": {
205
+ "content": "<|reserved_special_token_17|>",
206
+ "lstrip": false,
207
+ "normalized": false,
208
+ "rstrip": false,
209
+ "single_word": false,
210
+ "special": true
211
+ },
212
+ "128026": {
213
+ "content": "<|reserved_special_token_18|>",
214
+ "lstrip": false,
215
+ "normalized": false,
216
+ "rstrip": false,
217
+ "single_word": false,
218
+ "special": true
219
+ },
220
+ "128027": {
221
+ "content": "<|reserved_special_token_19|>",
222
+ "lstrip": false,
223
+ "normalized": false,
224
+ "rstrip": false,
225
+ "single_word": false,
226
+ "special": true
227
+ },
228
+ "128028": {
229
+ "content": "<|reserved_special_token_20|>",
230
+ "lstrip": false,
231
+ "normalized": false,
232
+ "rstrip": false,
233
+ "single_word": false,
234
+ "special": true
235
+ },
236
+ "128029": {
237
+ "content": "<|reserved_special_token_21|>",
238
+ "lstrip": false,
239
+ "normalized": false,
240
+ "rstrip": false,
241
+ "single_word": false,
242
+ "special": true
243
+ },
244
+ "128030": {
245
+ "content": "<|reserved_special_token_22|>",
246
+ "lstrip": false,
247
+ "normalized": false,
248
+ "rstrip": false,
249
+ "single_word": false,
250
+ "special": true
251
+ },
252
+ "128031": {
253
+ "content": "<|reserved_special_token_23|>",
254
+ "lstrip": false,
255
+ "normalized": false,
256
+ "rstrip": false,
257
+ "single_word": false,
258
+ "special": true
259
+ },
260
+ "128032": {
261
+ "content": "<|reserved_special_token_24|>",
262
+ "lstrip": false,
263
+ "normalized": false,
264
+ "rstrip": false,
265
+ "single_word": false,
266
+ "special": true
267
+ },
268
+ "128033": {
269
+ "content": "<|reserved_special_token_25|>",
270
+ "lstrip": false,
271
+ "normalized": false,
272
+ "rstrip": false,
273
+ "single_word": false,
274
+ "special": true
275
+ },
276
+ "128034": {
277
+ "content": "<|reserved_special_token_26|>",
278
+ "lstrip": false,
279
+ "normalized": false,
280
+ "rstrip": false,
281
+ "single_word": false,
282
+ "special": true
283
+ },
284
+ "128035": {
285
+ "content": "<|reserved_special_token_27|>",
286
+ "lstrip": false,
287
+ "normalized": false,
288
+ "rstrip": false,
289
+ "single_word": false,
290
+ "special": true
291
+ },
292
+ "128036": {
293
+ "content": "<|reserved_special_token_28|>",
294
+ "lstrip": false,
295
+ "normalized": false,
296
+ "rstrip": false,
297
+ "single_word": false,
298
+ "special": true
299
+ },
300
+ "128037": {
301
+ "content": "<|reserved_special_token_29|>",
302
+ "lstrip": false,
303
+ "normalized": false,
304
+ "rstrip": false,
305
+ "single_word": false,
306
+ "special": true
307
+ },
308
+ "128038": {
309
+ "content": "<|reserved_special_token_30|>",
310
+ "lstrip": false,
311
+ "normalized": false,
312
+ "rstrip": false,
313
+ "single_word": false,
314
+ "special": true
315
+ },
316
+ "128039": {
317
+ "content": "<|reserved_special_token_31|>",
318
+ "lstrip": false,
319
+ "normalized": false,
320
+ "rstrip": false,
321
+ "single_word": false,
322
+ "special": true
323
+ },
324
+ "128040": {
325
+ "content": "<|reserved_special_token_32|>",
326
+ "lstrip": false,
327
+ "normalized": false,
328
+ "rstrip": false,
329
+ "single_word": false,
330
+ "special": true
331
+ },
332
+ "128041": {
333
+ "content": "<|reserved_special_token_33|>",
334
+ "lstrip": false,
335
+ "normalized": false,
336
+ "rstrip": false,
337
+ "single_word": false,
338
+ "special": true
339
+ },
340
+ "128042": {
341
+ "content": "<|reserved_special_token_34|>",
342
+ "lstrip": false,
343
+ "normalized": false,
344
+ "rstrip": false,
345
+ "single_word": false,
346
+ "special": true
347
+ },
348
+ "128043": {
349
+ "content": "<|reserved_special_token_35|>",
350
+ "lstrip": false,
351
+ "normalized": false,
352
+ "rstrip": false,
353
+ "single_word": false,
354
+ "special": true
355
+ },
356
+ "128044": {
357
+ "content": "<|reserved_special_token_36|>",
358
+ "lstrip": false,
359
+ "normalized": false,
360
+ "rstrip": false,
361
+ "single_word": false,
362
+ "special": true
363
+ },
364
+ "128045": {
365
+ "content": "<|reserved_special_token_37|>",
366
+ "lstrip": false,
367
+ "normalized": false,
368
+ "rstrip": false,
369
+ "single_word": false,
370
+ "special": true
371
+ },
372
+ "128046": {
373
+ "content": "<|reserved_special_token_38|>",
374
+ "lstrip": false,
375
+ "normalized": false,
376
+ "rstrip": false,
377
+ "single_word": false,
378
+ "special": true
379
+ },
380
+ "128047": {
381
+ "content": "<|reserved_special_token_39|>",
382
+ "lstrip": false,
383
+ "normalized": false,
384
+ "rstrip": false,
385
+ "single_word": false,
386
+ "special": true
387
+ },
388
+ "128048": {
389
+ "content": "<|reserved_special_token_40|>",
390
+ "lstrip": false,
391
+ "normalized": false,
392
+ "rstrip": false,
393
+ "single_word": false,
394
+ "special": true
395
+ },
396
+ "128049": {
397
+ "content": "<|reserved_special_token_41|>",
398
+ "lstrip": false,
399
+ "normalized": false,
400
+ "rstrip": false,
401
+ "single_word": false,
402
+ "special": true
403
+ },
404
+ "128050": {
405
+ "content": "<|reserved_special_token_42|>",
406
+ "lstrip": false,
407
+ "normalized": false,
408
+ "rstrip": false,
409
+ "single_word": false,
410
+ "special": true
411
+ },
412
+ "128051": {
413
+ "content": "<|reserved_special_token_43|>",
414
+ "lstrip": false,
415
+ "normalized": false,
416
+ "rstrip": false,
417
+ "single_word": false,
418
+ "special": true
419
+ },
420
+ "128052": {
421
+ "content": "<|reserved_special_token_44|>",
422
+ "lstrip": false,
423
+ "normalized": false,
424
+ "rstrip": false,
425
+ "single_word": false,
426
+ "special": true
427
+ },
428
+ "128053": {
429
+ "content": "<|reserved_special_token_45|>",
430
+ "lstrip": false,
431
+ "normalized": false,
432
+ "rstrip": false,
433
+ "single_word": false,
434
+ "special": true
435
+ },
436
+ "128054": {
437
+ "content": "<|reserved_special_token_46|>",
438
+ "lstrip": false,
439
+ "normalized": false,
440
+ "rstrip": false,
441
+ "single_word": false,
442
+ "special": true
443
+ },
444
+ "128055": {
445
+ "content": "<|reserved_special_token_47|>",
446
+ "lstrip": false,
447
+ "normalized": false,
448
+ "rstrip": false,
449
+ "single_word": false,
450
+ "special": true
451
+ },
452
+ "128056": {
453
+ "content": "<|reserved_special_token_48|>",
454
+ "lstrip": false,
455
+ "normalized": false,
456
+ "rstrip": false,
457
+ "single_word": false,
458
+ "special": true
459
+ },
460
+ "128057": {
461
+ "content": "<|reserved_special_token_49|>",
462
+ "lstrip": false,
463
+ "normalized": false,
464
+ "rstrip": false,
465
+ "single_word": false,
466
+ "special": true
467
+ },
468
+ "128058": {
469
+ "content": "<|reserved_special_token_50|>",
470
+ "lstrip": false,
471
+ "normalized": false,
472
+ "rstrip": false,
473
+ "single_word": false,
474
+ "special": true
475
+ },
476
+ "128059": {
477
+ "content": "<|reserved_special_token_51|>",
478
+ "lstrip": false,
479
+ "normalized": false,
480
+ "rstrip": false,
481
+ "single_word": false,
482
+ "special": true
483
+ },
484
+ "128060": {
485
+ "content": "<|reserved_special_token_52|>",
486
+ "lstrip": false,
487
+ "normalized": false,
488
+ "rstrip": false,
489
+ "single_word": false,
490
+ "special": true
491
+ },
492
+ "128061": {
493
+ "content": "<|reserved_special_token_53|>",
494
+ "lstrip": false,
495
+ "normalized": false,
496
+ "rstrip": false,
497
+ "single_word": false,
498
+ "special": true
499
+ },
500
+ "128062": {
501
+ "content": "<|reserved_special_token_54|>",
502
+ "lstrip": false,
503
+ "normalized": false,
504
+ "rstrip": false,
505
+ "single_word": false,
506
+ "special": true
507
+ },
508
+ "128063": {
509
+ "content": "<|reserved_special_token_55|>",
510
+ "lstrip": false,
511
+ "normalized": false,
512
+ "rstrip": false,
513
+ "single_word": false,
514
+ "special": true
515
+ },
516
+ "128064": {
517
+ "content": "<|reserved_special_token_56|>",
518
+ "lstrip": false,
519
+ "normalized": false,
520
+ "rstrip": false,
521
+ "single_word": false,
522
+ "special": true
523
+ },
524
+ "128065": {
525
+ "content": "<|reserved_special_token_57|>",
526
+ "lstrip": false,
527
+ "normalized": false,
528
+ "rstrip": false,
529
+ "single_word": false,
530
+ "special": true
531
+ },
532
+ "128066": {
533
+ "content": "<|reserved_special_token_58|>",
534
+ "lstrip": false,
535
+ "normalized": false,
536
+ "rstrip": false,
537
+ "single_word": false,
538
+ "special": true
539
+ },
540
+ "128067": {
541
+ "content": "<|reserved_special_token_59|>",
542
+ "lstrip": false,
543
+ "normalized": false,
544
+ "rstrip": false,
545
+ "single_word": false,
546
+ "special": true
547
+ },
548
+ "128068": {
549
+ "content": "<|reserved_special_token_60|>",
550
+ "lstrip": false,
551
+ "normalized": false,
552
+ "rstrip": false,
553
+ "single_word": false,
554
+ "special": true
555
+ },
556
+ "128069": {
557
+ "content": "<|reserved_special_token_61|>",
558
+ "lstrip": false,
559
+ "normalized": false,
560
+ "rstrip": false,
561
+ "single_word": false,
562
+ "special": true
563
+ },
564
+ "128070": {
565
+ "content": "<|reserved_special_token_62|>",
566
+ "lstrip": false,
567
+ "normalized": false,
568
+ "rstrip": false,
569
+ "single_word": false,
570
+ "special": true
571
+ },
572
+ "128071": {
573
+ "content": "<|reserved_special_token_63|>",
574
+ "lstrip": false,
575
+ "normalized": false,
576
+ "rstrip": false,
577
+ "single_word": false,
578
+ "special": true
579
+ },
580
+ "128072": {
581
+ "content": "<|reserved_special_token_64|>",
582
+ "lstrip": false,
583
+ "normalized": false,
584
+ "rstrip": false,
585
+ "single_word": false,
586
+ "special": true
587
+ },
588
+ "128073": {
589
+ "content": "<|reserved_special_token_65|>",
590
+ "lstrip": false,
591
+ "normalized": false,
592
+ "rstrip": false,
593
+ "single_word": false,
594
+ "special": true
595
+ },
596
+ "128074": {
597
+ "content": "<|reserved_special_token_66|>",
598
+ "lstrip": false,
599
+ "normalized": false,
600
+ "rstrip": false,
601
+ "single_word": false,
602
+ "special": true
603
+ },
604
+ "128075": {
605
+ "content": "<|reserved_special_token_67|>",
606
+ "lstrip": false,
607
+ "normalized": false,
608
+ "rstrip": false,
609
+ "single_word": false,
610
+ "special": true
611
+ },
612
+ "128076": {
613
+ "content": "<|reserved_special_token_68|>",
614
+ "lstrip": false,
615
+ "normalized": false,
616
+ "rstrip": false,
617
+ "single_word": false,
618
+ "special": true
619
+ },
620
+ "128077": {
621
+ "content": "<|reserved_special_token_69|>",
622
+ "lstrip": false,
623
+ "normalized": false,
624
+ "rstrip": false,
625
+ "single_word": false,
626
+ "special": true
627
+ },
628
+ "128078": {
629
+ "content": "<|reserved_special_token_70|>",
630
+ "lstrip": false,
631
+ "normalized": false,
632
+ "rstrip": false,
633
+ "single_word": false,
634
+ "special": true
635
+ },
636
+ "128079": {
637
+ "content": "<|reserved_special_token_71|>",
638
+ "lstrip": false,
639
+ "normalized": false,
640
+ "rstrip": false,
641
+ "single_word": false,
642
+ "special": true
643
+ },
644
+ "128080": {
645
+ "content": "<|reserved_special_token_72|>",
646
+ "lstrip": false,
647
+ "normalized": false,
648
+ "rstrip": false,
649
+ "single_word": false,
650
+ "special": true
651
+ },
652
+ "128081": {
653
+ "content": "<|reserved_special_token_73|>",
654
+ "lstrip": false,
655
+ "normalized": false,
656
+ "rstrip": false,
657
+ "single_word": false,
658
+ "special": true
659
+ },
660
+ "128082": {
661
+ "content": "<|reserved_special_token_74|>",
662
+ "lstrip": false,
663
+ "normalized": false,
664
+ "rstrip": false,
665
+ "single_word": false,
666
+ "special": true
667
+ },
668
+ "128083": {
669
+ "content": "<|reserved_special_token_75|>",
670
+ "lstrip": false,
671
+ "normalized": false,
672
+ "rstrip": false,
673
+ "single_word": false,
674
+ "special": true
675
+ },
676
+ "128084": {
677
+ "content": "<|reserved_special_token_76|>",
678
+ "lstrip": false,
679
+ "normalized": false,
680
+ "rstrip": false,
681
+ "single_word": false,
682
+ "special": true
683
+ },
684
+ "128085": {
685
+ "content": "<|reserved_special_token_77|>",
686
+ "lstrip": false,
687
+ "normalized": false,
688
+ "rstrip": false,
689
+ "single_word": false,
690
+ "special": true
691
+ },
692
+ "128086": {
693
+ "content": "<|reserved_special_token_78|>",
694
+ "lstrip": false,
695
+ "normalized": false,
696
+ "rstrip": false,
697
+ "single_word": false,
698
+ "special": true
699
+ },
700
+ "128087": {
701
+ "content": "<|reserved_special_token_79|>",
702
+ "lstrip": false,
703
+ "normalized": false,
704
+ "rstrip": false,
705
+ "single_word": false,
706
+ "special": true
707
+ },
708
+ "128088": {
709
+ "content": "<|reserved_special_token_80|>",
710
+ "lstrip": false,
711
+ "normalized": false,
712
+ "rstrip": false,
713
+ "single_word": false,
714
+ "special": true
715
+ },
716
+ "128089": {
717
+ "content": "<|reserved_special_token_81|>",
718
+ "lstrip": false,
719
+ "normalized": false,
720
+ "rstrip": false,
721
+ "single_word": false,
722
+ "special": true
723
+ },
724
+ "128090": {
725
+ "content": "<|reserved_special_token_82|>",
726
+ "lstrip": false,
727
+ "normalized": false,
728
+ "rstrip": false,
729
+ "single_word": false,
730
+ "special": true
731
+ },
732
+ "128091": {
733
+ "content": "<|reserved_special_token_83|>",
734
+ "lstrip": false,
735
+ "normalized": false,
736
+ "rstrip": false,
737
+ "single_word": false,
738
+ "special": true
739
+ },
740
+ "128092": {
741
+ "content": "<|reserved_special_token_84|>",
742
+ "lstrip": false,
743
+ "normalized": false,
744
+ "rstrip": false,
745
+ "single_word": false,
746
+ "special": true
747
+ },
748
+ "128093": {
749
+ "content": "<|reserved_special_token_85|>",
750
+ "lstrip": false,
751
+ "normalized": false,
752
+ "rstrip": false,
753
+ "single_word": false,
754
+ "special": true
755
+ },
756
+ "128094": {
757
+ "content": "<|reserved_special_token_86|>",
758
+ "lstrip": false,
759
+ "normalized": false,
760
+ "rstrip": false,
761
+ "single_word": false,
762
+ "special": true
763
+ },
764
+ "128095": {
765
+ "content": "<|reserved_special_token_87|>",
766
+ "lstrip": false,
767
+ "normalized": false,
768
+ "rstrip": false,
769
+ "single_word": false,
770
+ "special": true
771
+ },
772
+ "128096": {
773
+ "content": "<|reserved_special_token_88|>",
774
+ "lstrip": false,
775
+ "normalized": false,
776
+ "rstrip": false,
777
+ "single_word": false,
778
+ "special": true
779
+ },
780
+ "128097": {
781
+ "content": "<|reserved_special_token_89|>",
782
+ "lstrip": false,
783
+ "normalized": false,
784
+ "rstrip": false,
785
+ "single_word": false,
786
+ "special": true
787
+ },
788
+ "128098": {
789
+ "content": "<|reserved_special_token_90|>",
790
+ "lstrip": false,
791
+ "normalized": false,
792
+ "rstrip": false,
793
+ "single_word": false,
794
+ "special": true
795
+ },
796
+ "128099": {
797
+ "content": "<|reserved_special_token_91|>",
798
+ "lstrip": false,
799
+ "normalized": false,
800
+ "rstrip": false,
801
+ "single_word": false,
802
+ "special": true
803
+ },
804
+ "128100": {
805
+ "content": "<|reserved_special_token_92|>",
806
+ "lstrip": false,
807
+ "normalized": false,
808
+ "rstrip": false,
809
+ "single_word": false,
810
+ "special": true
811
+ },
812
+ "128101": {
813
+ "content": "<|reserved_special_token_93|>",
814
+ "lstrip": false,
815
+ "normalized": false,
816
+ "rstrip": false,
817
+ "single_word": false,
818
+ "special": true
819
+ },
820
+ "128102": {
821
+ "content": "<|reserved_special_token_94|>",
822
+ "lstrip": false,
823
+ "normalized": false,
824
+ "rstrip": false,
825
+ "single_word": false,
826
+ "special": true
827
+ },
828
+ "128103": {
829
+ "content": "<|reserved_special_token_95|>",
830
+ "lstrip": false,
831
+ "normalized": false,
832
+ "rstrip": false,
833
+ "single_word": false,
834
+ "special": true
835
+ },
836
+ "128104": {
837
+ "content": "<|reserved_special_token_96|>",
838
+ "lstrip": false,
839
+ "normalized": false,
840
+ "rstrip": false,
841
+ "single_word": false,
842
+ "special": true
843
+ },
844
+ "128105": {
845
+ "content": "<|reserved_special_token_97|>",
846
+ "lstrip": false,
847
+ "normalized": false,
848
+ "rstrip": false,
849
+ "single_word": false,
850
+ "special": true
851
+ },
852
+ "128106": {
853
+ "content": "<|reserved_special_token_98|>",
854
+ "lstrip": false,
855
+ "normalized": false,
856
+ "rstrip": false,
857
+ "single_word": false,
858
+ "special": true
859
+ },
860
+ "128107": {
861
+ "content": "<|reserved_special_token_99|>",
862
+ "lstrip": false,
863
+ "normalized": false,
864
+ "rstrip": false,
865
+ "single_word": false,
866
+ "special": true
867
+ },
868
+ "128108": {
869
+ "content": "<|reserved_special_token_100|>",
870
+ "lstrip": false,
871
+ "normalized": false,
872
+ "rstrip": false,
873
+ "single_word": false,
874
+ "special": true
875
+ },
876
+ "128109": {
877
+ "content": "<|reserved_special_token_101|>",
878
+ "lstrip": false,
879
+ "normalized": false,
880
+ "rstrip": false,
881
+ "single_word": false,
882
+ "special": true
883
+ },
884
+ "128110": {
885
+ "content": "<|reserved_special_token_102|>",
886
+ "lstrip": false,
887
+ "normalized": false,
888
+ "rstrip": false,
889
+ "single_word": false,
890
+ "special": true
891
+ },
892
+ "128111": {
893
+ "content": "<|reserved_special_token_103|>",
894
+ "lstrip": false,
895
+ "normalized": false,
896
+ "rstrip": false,
897
+ "single_word": false,
898
+ "special": true
899
+ },
900
+ "128112": {
901
+ "content": "<|reserved_special_token_104|>",
902
+ "lstrip": false,
903
+ "normalized": false,
904
+ "rstrip": false,
905
+ "single_word": false,
906
+ "special": true
907
+ },
908
+ "128113": {
909
+ "content": "<|reserved_special_token_105|>",
910
+ "lstrip": false,
911
+ "normalized": false,
912
+ "rstrip": false,
913
+ "single_word": false,
914
+ "special": true
915
+ },
916
+ "128114": {
917
+ "content": "<|reserved_special_token_106|>",
918
+ "lstrip": false,
919
+ "normalized": false,
920
+ "rstrip": false,
921
+ "single_word": false,
922
+ "special": true
923
+ },
924
+ "128115": {
925
+ "content": "<|reserved_special_token_107|>",
926
+ "lstrip": false,
927
+ "normalized": false,
928
+ "rstrip": false,
929
+ "single_word": false,
930
+ "special": true
931
+ },
932
+ "128116": {
933
+ "content": "<|reserved_special_token_108|>",
934
+ "lstrip": false,
935
+ "normalized": false,
936
+ "rstrip": false,
937
+ "single_word": false,
938
+ "special": true
939
+ },
940
+ "128117": {
941
+ "content": "<|reserved_special_token_109|>",
942
+ "lstrip": false,
943
+ "normalized": false,
944
+ "rstrip": false,
945
+ "single_word": false,
946
+ "special": true
947
+ },
948
+ "128118": {
949
+ "content": "<|reserved_special_token_110|>",
950
+ "lstrip": false,
951
+ "normalized": false,
952
+ "rstrip": false,
953
+ "single_word": false,
954
+ "special": true
955
+ },
956
+ "128119": {
957
+ "content": "<|reserved_special_token_111|>",
958
+ "lstrip": false,
959
+ "normalized": false,
960
+ "rstrip": false,
961
+ "single_word": false,
962
+ "special": true
963
+ },
964
+ "128120": {
965
+ "content": "<|reserved_special_token_112|>",
966
+ "lstrip": false,
967
+ "normalized": false,
968
+ "rstrip": false,
969
+ "single_word": false,
970
+ "special": true
971
+ },
972
+ "128121": {
973
+ "content": "<|reserved_special_token_113|>",
974
+ "lstrip": false,
975
+ "normalized": false,
976
+ "rstrip": false,
977
+ "single_word": false,
978
+ "special": true
979
+ },
980
+ "128122": {
981
+ "content": "<|reserved_special_token_114|>",
982
+ "lstrip": false,
983
+ "normalized": false,
984
+ "rstrip": false,
985
+ "single_word": false,
986
+ "special": true
987
+ },
988
+ "128123": {
989
+ "content": "<|reserved_special_token_115|>",
990
+ "lstrip": false,
991
+ "normalized": false,
992
+ "rstrip": false,
993
+ "single_word": false,
994
+ "special": true
995
+ },
996
+ "128124": {
997
+ "content": "<|reserved_special_token_116|>",
998
+ "lstrip": false,
999
+ "normalized": false,
1000
+ "rstrip": false,
1001
+ "single_word": false,
1002
+ "special": true
1003
+ },
1004
+ "128125": {
1005
+ "content": "<|reserved_special_token_117|>",
1006
+ "lstrip": false,
1007
+ "normalized": false,
1008
+ "rstrip": false,
1009
+ "single_word": false,
1010
+ "special": true
1011
+ },
1012
+ "128126": {
1013
+ "content": "<|reserved_special_token_118|>",
1014
+ "lstrip": false,
1015
+ "normalized": false,
1016
+ "rstrip": false,
1017
+ "single_word": false,
1018
+ "special": true
1019
+ },
1020
+ "128127": {
1021
+ "content": "<|reserved_special_token_119|>",
1022
+ "lstrip": false,
1023
+ "normalized": false,
1024
+ "rstrip": false,
1025
+ "single_word": false,
1026
+ "special": true
1027
+ },
1028
+ "128128": {
1029
+ "content": "<|reserved_special_token_120|>",
1030
+ "lstrip": false,
1031
+ "normalized": false,
1032
+ "rstrip": false,
1033
+ "single_word": false,
1034
+ "special": true
1035
+ },
1036
+ "128129": {
1037
+ "content": "<|reserved_special_token_121|>",
1038
+ "lstrip": false,
1039
+ "normalized": false,
1040
+ "rstrip": false,
1041
+ "single_word": false,
1042
+ "special": true
1043
+ },
1044
+ "128130": {
1045
+ "content": "<|reserved_special_token_122|>",
1046
+ "lstrip": false,
1047
+ "normalized": false,
1048
+ "rstrip": false,
1049
+ "single_word": false,
1050
+ "special": true
1051
+ },
1052
+ "128131": {
1053
+ "content": "<|reserved_special_token_123|>",
1054
+ "lstrip": false,
1055
+ "normalized": false,
1056
+ "rstrip": false,
1057
+ "single_word": false,
1058
+ "special": true
1059
+ },
1060
+ "128132": {
1061
+ "content": "<|reserved_special_token_124|>",
1062
+ "lstrip": false,
1063
+ "normalized": false,
1064
+ "rstrip": false,
1065
+ "single_word": false,
1066
+ "special": true
1067
+ },
1068
+ "128133": {
1069
+ "content": "<|reserved_special_token_125|>",
1070
+ "lstrip": false,
1071
+ "normalized": false,
1072
+ "rstrip": false,
1073
+ "single_word": false,
1074
+ "special": true
1075
+ },
1076
+ "128134": {
1077
+ "content": "<|reserved_special_token_126|>",
1078
+ "lstrip": false,
1079
+ "normalized": false,
1080
+ "rstrip": false,
1081
+ "single_word": false,
1082
+ "special": true
1083
+ },
1084
+ "128135": {
1085
+ "content": "<|reserved_special_token_127|>",
1086
+ "lstrip": false,
1087
+ "normalized": false,
1088
+ "rstrip": false,
1089
+ "single_word": false,
1090
+ "special": true
1091
+ },
1092
+ "128136": {
1093
+ "content": "<|reserved_special_token_128|>",
1094
+ "lstrip": false,
1095
+ "normalized": false,
1096
+ "rstrip": false,
1097
+ "single_word": false,
1098
+ "special": true
1099
+ },
1100
+ "128137": {
1101
+ "content": "<|reserved_special_token_129|>",
1102
+ "lstrip": false,
1103
+ "normalized": false,
1104
+ "rstrip": false,
1105
+ "single_word": false,
1106
+ "special": true
1107
+ },
1108
+ "128138": {
1109
+ "content": "<|reserved_special_token_130|>",
1110
+ "lstrip": false,
1111
+ "normalized": false,
1112
+ "rstrip": false,
1113
+ "single_word": false,
1114
+ "special": true
1115
+ },
1116
+ "128139": {
1117
+ "content": "<|reserved_special_token_131|>",
1118
+ "lstrip": false,
1119
+ "normalized": false,
1120
+ "rstrip": false,
1121
+ "single_word": false,
1122
+ "special": true
1123
+ },
1124
+ "128140": {
1125
+ "content": "<|reserved_special_token_132|>",
1126
+ "lstrip": false,
1127
+ "normalized": false,
1128
+ "rstrip": false,
1129
+ "single_word": false,
1130
+ "special": true
1131
+ },
1132
+ "128141": {
1133
+ "content": "<|reserved_special_token_133|>",
1134
+ "lstrip": false,
1135
+ "normalized": false,
1136
+ "rstrip": false,
1137
+ "single_word": false,
1138
+ "special": true
1139
+ },
1140
+ "128142": {
1141
+ "content": "<|reserved_special_token_134|>",
1142
+ "lstrip": false,
1143
+ "normalized": false,
1144
+ "rstrip": false,
1145
+ "single_word": false,
1146
+ "special": true
1147
+ },
1148
+ "128143": {
1149
+ "content": "<|reserved_special_token_135|>",
1150
+ "lstrip": false,
1151
+ "normalized": false,
1152
+ "rstrip": false,
1153
+ "single_word": false,
1154
+ "special": true
1155
+ },
1156
+ "128144": {
1157
+ "content": "<|reserved_special_token_136|>",
1158
+ "lstrip": false,
1159
+ "normalized": false,
1160
+ "rstrip": false,
1161
+ "single_word": false,
1162
+ "special": true
1163
+ },
1164
+ "128145": {
1165
+ "content": "<|reserved_special_token_137|>",
1166
+ "lstrip": false,
1167
+ "normalized": false,
1168
+ "rstrip": false,
1169
+ "single_word": false,
1170
+ "special": true
1171
+ },
1172
+ "128146": {
1173
+ "content": "<|reserved_special_token_138|>",
1174
+ "lstrip": false,
1175
+ "normalized": false,
1176
+ "rstrip": false,
1177
+ "single_word": false,
1178
+ "special": true
1179
+ },
1180
+ "128147": {
1181
+ "content": "<|reserved_special_token_139|>",
1182
+ "lstrip": false,
1183
+ "normalized": false,
1184
+ "rstrip": false,
1185
+ "single_word": false,
1186
+ "special": true
1187
+ },
1188
+ "128148": {
1189
+ "content": "<|reserved_special_token_140|>",
1190
+ "lstrip": false,
1191
+ "normalized": false,
1192
+ "rstrip": false,
1193
+ "single_word": false,
1194
+ "special": true
1195
+ },
1196
+ "128149": {
1197
+ "content": "<|reserved_special_token_141|>",
1198
+ "lstrip": false,
1199
+ "normalized": false,
1200
+ "rstrip": false,
1201
+ "single_word": false,
1202
+ "special": true
1203
+ },
1204
+ "128150": {
1205
+ "content": "<|reserved_special_token_142|>",
1206
+ "lstrip": false,
1207
+ "normalized": false,
1208
+ "rstrip": false,
1209
+ "single_word": false,
1210
+ "special": true
1211
+ },
1212
+ "128151": {
1213
+ "content": "<|reserved_special_token_143|>",
1214
+ "lstrip": false,
1215
+ "normalized": false,
1216
+ "rstrip": false,
1217
+ "single_word": false,
1218
+ "special": true
1219
+ },
1220
+ "128152": {
1221
+ "content": "<|reserved_special_token_144|>",
1222
+ "lstrip": false,
1223
+ "normalized": false,
1224
+ "rstrip": false,
1225
+ "single_word": false,
1226
+ "special": true
1227
+ },
1228
+ "128153": {
1229
+ "content": "<|reserved_special_token_145|>",
1230
+ "lstrip": false,
1231
+ "normalized": false,
1232
+ "rstrip": false,
1233
+ "single_word": false,
1234
+ "special": true
1235
+ },
1236
+ "128154": {
1237
+ "content": "<|reserved_special_token_146|>",
1238
+ "lstrip": false,
1239
+ "normalized": false,
1240
+ "rstrip": false,
1241
+ "single_word": false,
1242
+ "special": true
1243
+ },
1244
+ "128155": {
1245
+ "content": "<|reserved_special_token_147|>",
1246
+ "lstrip": false,
1247
+ "normalized": false,
1248
+ "rstrip": false,
1249
+ "single_word": false,
1250
+ "special": true
1251
+ },
1252
+ "128156": {
1253
+ "content": "<|reserved_special_token_148|>",
1254
+ "lstrip": false,
1255
+ "normalized": false,
1256
+ "rstrip": false,
1257
+ "single_word": false,
1258
+ "special": true
1259
+ },
1260
+ "128157": {
1261
+ "content": "<|reserved_special_token_149|>",
1262
+ "lstrip": false,
1263
+ "normalized": false,
1264
+ "rstrip": false,
1265
+ "single_word": false,
1266
+ "special": true
1267
+ },
1268
+ "128158": {
1269
+ "content": "<|reserved_special_token_150|>",
1270
+ "lstrip": false,
1271
+ "normalized": false,
1272
+ "rstrip": false,
1273
+ "single_word": false,
1274
+ "special": true
1275
+ },
1276
+ "128159": {
1277
+ "content": "<|reserved_special_token_151|>",
1278
+ "lstrip": false,
1279
+ "normalized": false,
1280
+ "rstrip": false,
1281
+ "single_word": false,
1282
+ "special": true
1283
+ },
1284
+ "128160": {
1285
+ "content": "<|reserved_special_token_152|>",
1286
+ "lstrip": false,
1287
+ "normalized": false,
1288
+ "rstrip": false,
1289
+ "single_word": false,
1290
+ "special": true
1291
+ },
1292
+ "128161": {
1293
+ "content": "<|reserved_special_token_153|>",
1294
+ "lstrip": false,
1295
+ "normalized": false,
1296
+ "rstrip": false,
1297
+ "single_word": false,
1298
+ "special": true
1299
+ },
1300
+ "128162": {
1301
+ "content": "<|reserved_special_token_154|>",
1302
+ "lstrip": false,
1303
+ "normalized": false,
1304
+ "rstrip": false,
1305
+ "single_word": false,
1306
+ "special": true
1307
+ },
1308
+ "128163": {
1309
+ "content": "<|reserved_special_token_155|>",
1310
+ "lstrip": false,
1311
+ "normalized": false,
1312
+ "rstrip": false,
1313
+ "single_word": false,
1314
+ "special": true
1315
+ },
1316
+ "128164": {
1317
+ "content": "<|reserved_special_token_156|>",
1318
+ "lstrip": false,
1319
+ "normalized": false,
1320
+ "rstrip": false,
1321
+ "single_word": false,
1322
+ "special": true
1323
+ },
1324
+ "128165": {
1325
+ "content": "<|reserved_special_token_157|>",
1326
+ "lstrip": false,
1327
+ "normalized": false,
1328
+ "rstrip": false,
1329
+ "single_word": false,
1330
+ "special": true
1331
+ },
1332
+ "128166": {
1333
+ "content": "<|reserved_special_token_158|>",
1334
+ "lstrip": false,
1335
+ "normalized": false,
1336
+ "rstrip": false,
1337
+ "single_word": false,
1338
+ "special": true
1339
+ },
1340
+ "128167": {
1341
+ "content": "<|reserved_special_token_159|>",
1342
+ "lstrip": false,
1343
+ "normalized": false,
1344
+ "rstrip": false,
1345
+ "single_word": false,
1346
+ "special": true
1347
+ },
1348
+ "128168": {
1349
+ "content": "<|reserved_special_token_160|>",
1350
+ "lstrip": false,
1351
+ "normalized": false,
1352
+ "rstrip": false,
1353
+ "single_word": false,
1354
+ "special": true
1355
+ },
1356
+ "128169": {
1357
+ "content": "<|reserved_special_token_161|>",
1358
+ "lstrip": false,
1359
+ "normalized": false,
1360
+ "rstrip": false,
1361
+ "single_word": false,
1362
+ "special": true
1363
+ },
1364
+ "128170": {
1365
+ "content": "<|reserved_special_token_162|>",
1366
+ "lstrip": false,
1367
+ "normalized": false,
1368
+ "rstrip": false,
1369
+ "single_word": false,
1370
+ "special": true
1371
+ },
1372
+ "128171": {
1373
+ "content": "<|reserved_special_token_163|>",
1374
+ "lstrip": false,
1375
+ "normalized": false,
1376
+ "rstrip": false,
1377
+ "single_word": false,
1378
+ "special": true
1379
+ },
1380
+ "128172": {
1381
+ "content": "<|reserved_special_token_164|>",
1382
+ "lstrip": false,
1383
+ "normalized": false,
1384
+ "rstrip": false,
1385
+ "single_word": false,
1386
+ "special": true
1387
+ },
1388
+ "128173": {
1389
+ "content": "<|reserved_special_token_165|>",
1390
+ "lstrip": false,
1391
+ "normalized": false,
1392
+ "rstrip": false,
1393
+ "single_word": false,
1394
+ "special": true
1395
+ },
1396
+ "128174": {
1397
+ "content": "<|reserved_special_token_166|>",
1398
+ "lstrip": false,
1399
+ "normalized": false,
1400
+ "rstrip": false,
1401
+ "single_word": false,
1402
+ "special": true
1403
+ },
1404
+ "128175": {
1405
+ "content": "<|reserved_special_token_167|>",
1406
+ "lstrip": false,
1407
+ "normalized": false,
1408
+ "rstrip": false,
1409
+ "single_word": false,
1410
+ "special": true
1411
+ },
1412
+ "128176": {
1413
+ "content": "<|reserved_special_token_168|>",
1414
+ "lstrip": false,
1415
+ "normalized": false,
1416
+ "rstrip": false,
1417
+ "single_word": false,
1418
+ "special": true
1419
+ },
1420
+ "128177": {
1421
+ "content": "<|reserved_special_token_169|>",
1422
+ "lstrip": false,
1423
+ "normalized": false,
1424
+ "rstrip": false,
1425
+ "single_word": false,
1426
+ "special": true
1427
+ },
1428
+ "128178": {
1429
+ "content": "<|reserved_special_token_170|>",
1430
+ "lstrip": false,
1431
+ "normalized": false,
1432
+ "rstrip": false,
1433
+ "single_word": false,
1434
+ "special": true
1435
+ },
1436
+ "128179": {
1437
+ "content": "<|reserved_special_token_171|>",
1438
+ "lstrip": false,
1439
+ "normalized": false,
1440
+ "rstrip": false,
1441
+ "single_word": false,
1442
+ "special": true
1443
+ },
1444
+ "128180": {
1445
+ "content": "<|reserved_special_token_172|>",
1446
+ "lstrip": false,
1447
+ "normalized": false,
1448
+ "rstrip": false,
1449
+ "single_word": false,
1450
+ "special": true
1451
+ },
1452
+ "128181": {
1453
+ "content": "<|reserved_special_token_173|>",
1454
+ "lstrip": false,
1455
+ "normalized": false,
1456
+ "rstrip": false,
1457
+ "single_word": false,
1458
+ "special": true
1459
+ },
1460
+ "128182": {
1461
+ "content": "<|reserved_special_token_174|>",
1462
+ "lstrip": false,
1463
+ "normalized": false,
1464
+ "rstrip": false,
1465
+ "single_word": false,
1466
+ "special": true
1467
+ },
1468
+ "128183": {
1469
+ "content": "<|reserved_special_token_175|>",
1470
+ "lstrip": false,
1471
+ "normalized": false,
1472
+ "rstrip": false,
1473
+ "single_word": false,
1474
+ "special": true
1475
+ },
1476
+ "128184": {
1477
+ "content": "<|reserved_special_token_176|>",
1478
+ "lstrip": false,
1479
+ "normalized": false,
1480
+ "rstrip": false,
1481
+ "single_word": false,
1482
+ "special": true
1483
+ },
1484
+ "128185": {
1485
+ "content": "<|reserved_special_token_177|>",
1486
+ "lstrip": false,
1487
+ "normalized": false,
1488
+ "rstrip": false,
1489
+ "single_word": false,
1490
+ "special": true
1491
+ },
1492
+ "128186": {
1493
+ "content": "<|reserved_special_token_178|>",
1494
+ "lstrip": false,
1495
+ "normalized": false,
1496
+ "rstrip": false,
1497
+ "single_word": false,
1498
+ "special": true
1499
+ },
1500
+ "128187": {
1501
+ "content": "<|reserved_special_token_179|>",
1502
+ "lstrip": false,
1503
+ "normalized": false,
1504
+ "rstrip": false,
1505
+ "single_word": false,
1506
+ "special": true
1507
+ },
1508
+ "128188": {
1509
+ "content": "<|reserved_special_token_180|>",
1510
+ "lstrip": false,
1511
+ "normalized": false,
1512
+ "rstrip": false,
1513
+ "single_word": false,
1514
+ "special": true
1515
+ },
1516
+ "128189": {
1517
+ "content": "<|reserved_special_token_181|>",
1518
+ "lstrip": false,
1519
+ "normalized": false,
1520
+ "rstrip": false,
1521
+ "single_word": false,
1522
+ "special": true
1523
+ },
1524
+ "128190": {
1525
+ "content": "<|reserved_special_token_182|>",
1526
+ "lstrip": false,
1527
+ "normalized": false,
1528
+ "rstrip": false,
1529
+ "single_word": false,
1530
+ "special": true
1531
+ },
1532
+ "128191": {
1533
+ "content": "<|reserved_special_token_183|>",
1534
+ "lstrip": false,
1535
+ "normalized": false,
1536
+ "rstrip": false,
1537
+ "single_word": false,
1538
+ "special": true
1539
+ },
1540
+ "128192": {
1541
+ "content": "<|reserved_special_token_184|>",
1542
+ "lstrip": false,
1543
+ "normalized": false,
1544
+ "rstrip": false,
1545
+ "single_word": false,
1546
+ "special": true
1547
+ },
1548
+ "128193": {
1549
+ "content": "<|reserved_special_token_185|>",
1550
+ "lstrip": false,
1551
+ "normalized": false,
1552
+ "rstrip": false,
1553
+ "single_word": false,
1554
+ "special": true
1555
+ },
1556
+ "128194": {
1557
+ "content": "<|reserved_special_token_186|>",
1558
+ "lstrip": false,
1559
+ "normalized": false,
1560
+ "rstrip": false,
1561
+ "single_word": false,
1562
+ "special": true
1563
+ },
1564
+ "128195": {
1565
+ "content": "<|reserved_special_token_187|>",
1566
+ "lstrip": false,
1567
+ "normalized": false,
1568
+ "rstrip": false,
1569
+ "single_word": false,
1570
+ "special": true
1571
+ },
1572
+ "128196": {
1573
+ "content": "<|reserved_special_token_188|>",
1574
+ "lstrip": false,
1575
+ "normalized": false,
1576
+ "rstrip": false,
1577
+ "single_word": false,
1578
+ "special": true
1579
+ },
1580
+ "128197": {
1581
+ "content": "<|reserved_special_token_189|>",
1582
+ "lstrip": false,
1583
+ "normalized": false,
1584
+ "rstrip": false,
1585
+ "single_word": false,
1586
+ "special": true
1587
+ },
1588
+ "128198": {
1589
+ "content": "<|reserved_special_token_190|>",
1590
+ "lstrip": false,
1591
+ "normalized": false,
1592
+ "rstrip": false,
1593
+ "single_word": false,
1594
+ "special": true
1595
+ },
1596
+ "128199": {
1597
+ "content": "<|reserved_special_token_191|>",
1598
+ "lstrip": false,
1599
+ "normalized": false,
1600
+ "rstrip": false,
1601
+ "single_word": false,
1602
+ "special": true
1603
+ },
1604
+ "128200": {
1605
+ "content": "<|reserved_special_token_192|>",
1606
+ "lstrip": false,
1607
+ "normalized": false,
1608
+ "rstrip": false,
1609
+ "single_word": false,
1610
+ "special": true
1611
+ },
1612
+ "128201": {
1613
+ "content": "<|reserved_special_token_193|>",
1614
+ "lstrip": false,
1615
+ "normalized": false,
1616
+ "rstrip": false,
1617
+ "single_word": false,
1618
+ "special": true
1619
+ },
1620
+ "128202": {
1621
+ "content": "<|reserved_special_token_194|>",
1622
+ "lstrip": false,
1623
+ "normalized": false,
1624
+ "rstrip": false,
1625
+ "single_word": false,
1626
+ "special": true
1627
+ },
1628
+ "128203": {
1629
+ "content": "<|reserved_special_token_195|>",
1630
+ "lstrip": false,
1631
+ "normalized": false,
1632
+ "rstrip": false,
1633
+ "single_word": false,
1634
+ "special": true
1635
+ },
1636
+ "128204": {
1637
+ "content": "<|reserved_special_token_196|>",
1638
+ "lstrip": false,
1639
+ "normalized": false,
1640
+ "rstrip": false,
1641
+ "single_word": false,
1642
+ "special": true
1643
+ },
1644
+ "128205": {
1645
+ "content": "<|reserved_special_token_197|>",
1646
+ "lstrip": false,
1647
+ "normalized": false,
1648
+ "rstrip": false,
1649
+ "single_word": false,
1650
+ "special": true
1651
+ },
1652
+ "128206": {
1653
+ "content": "<|reserved_special_token_198|>",
1654
+ "lstrip": false,
1655
+ "normalized": false,
1656
+ "rstrip": false,
1657
+ "single_word": false,
1658
+ "special": true
1659
+ },
1660
+ "128207": {
1661
+ "content": "<|reserved_special_token_199|>",
1662
+ "lstrip": false,
1663
+ "normalized": false,
1664
+ "rstrip": false,
1665
+ "single_word": false,
1666
+ "special": true
1667
+ },
1668
+ "128208": {
1669
+ "content": "<|reserved_special_token_200|>",
1670
+ "lstrip": false,
1671
+ "normalized": false,
1672
+ "rstrip": false,
1673
+ "single_word": false,
1674
+ "special": true
1675
+ },
1676
+ "128209": {
1677
+ "content": "<|reserved_special_token_201|>",
1678
+ "lstrip": false,
1679
+ "normalized": false,
1680
+ "rstrip": false,
1681
+ "single_word": false,
1682
+ "special": true
1683
+ },
1684
+ "128210": {
1685
+ "content": "<|reserved_special_token_202|>",
1686
+ "lstrip": false,
1687
+ "normalized": false,
1688
+ "rstrip": false,
1689
+ "single_word": false,
1690
+ "special": true
1691
+ },
1692
+ "128211": {
1693
+ "content": "<|reserved_special_token_203|>",
1694
+ "lstrip": false,
1695
+ "normalized": false,
1696
+ "rstrip": false,
1697
+ "single_word": false,
1698
+ "special": true
1699
+ },
1700
+ "128212": {
1701
+ "content": "<|reserved_special_token_204|>",
1702
+ "lstrip": false,
1703
+ "normalized": false,
1704
+ "rstrip": false,
1705
+ "single_word": false,
1706
+ "special": true
1707
+ },
1708
+ "128213": {
1709
+ "content": "<|reserved_special_token_205|>",
1710
+ "lstrip": false,
1711
+ "normalized": false,
1712
+ "rstrip": false,
1713
+ "single_word": false,
1714
+ "special": true
1715
+ },
1716
+ "128214": {
1717
+ "content": "<|reserved_special_token_206|>",
1718
+ "lstrip": false,
1719
+ "normalized": false,
1720
+ "rstrip": false,
1721
+ "single_word": false,
1722
+ "special": true
1723
+ },
1724
+ "128215": {
1725
+ "content": "<|reserved_special_token_207|>",
1726
+ "lstrip": false,
1727
+ "normalized": false,
1728
+ "rstrip": false,
1729
+ "single_word": false,
1730
+ "special": true
1731
+ },
1732
+ "128216": {
1733
+ "content": "<|reserved_special_token_208|>",
1734
+ "lstrip": false,
1735
+ "normalized": false,
1736
+ "rstrip": false,
1737
+ "single_word": false,
1738
+ "special": true
1739
+ },
1740
+ "128217": {
1741
+ "content": "<|reserved_special_token_209|>",
1742
+ "lstrip": false,
1743
+ "normalized": false,
1744
+ "rstrip": false,
1745
+ "single_word": false,
1746
+ "special": true
1747
+ },
1748
+ "128218": {
1749
+ "content": "<|reserved_special_token_210|>",
1750
+ "lstrip": false,
1751
+ "normalized": false,
1752
+ "rstrip": false,
1753
+ "single_word": false,
1754
+ "special": true
1755
+ },
1756
+ "128219": {
1757
+ "content": "<|reserved_special_token_211|>",
1758
+ "lstrip": false,
1759
+ "normalized": false,
1760
+ "rstrip": false,
1761
+ "single_word": false,
1762
+ "special": true
1763
+ },
1764
+ "128220": {
1765
+ "content": "<|reserved_special_token_212|>",
1766
+ "lstrip": false,
1767
+ "normalized": false,
1768
+ "rstrip": false,
1769
+ "single_word": false,
1770
+ "special": true
1771
+ },
1772
+ "128221": {
1773
+ "content": "<|reserved_special_token_213|>",
1774
+ "lstrip": false,
1775
+ "normalized": false,
1776
+ "rstrip": false,
1777
+ "single_word": false,
1778
+ "special": true
1779
+ },
1780
+ "128222": {
1781
+ "content": "<|reserved_special_token_214|>",
1782
+ "lstrip": false,
1783
+ "normalized": false,
1784
+ "rstrip": false,
1785
+ "single_word": false,
1786
+ "special": true
1787
+ },
1788
+ "128223": {
1789
+ "content": "<|reserved_special_token_215|>",
1790
+ "lstrip": false,
1791
+ "normalized": false,
1792
+ "rstrip": false,
1793
+ "single_word": false,
1794
+ "special": true
1795
+ },
1796
+ "128224": {
1797
+ "content": "<|reserved_special_token_216|>",
1798
+ "lstrip": false,
1799
+ "normalized": false,
1800
+ "rstrip": false,
1801
+ "single_word": false,
1802
+ "special": true
1803
+ },
1804
+ "128225": {
1805
+ "content": "<|reserved_special_token_217|>",
1806
+ "lstrip": false,
1807
+ "normalized": false,
1808
+ "rstrip": false,
1809
+ "single_word": false,
1810
+ "special": true
1811
+ },
1812
+ "128226": {
1813
+ "content": "<|reserved_special_token_218|>",
1814
+ "lstrip": false,
1815
+ "normalized": false,
1816
+ "rstrip": false,
1817
+ "single_word": false,
1818
+ "special": true
1819
+ },
1820
+ "128227": {
1821
+ "content": "<|reserved_special_token_219|>",
1822
+ "lstrip": false,
1823
+ "normalized": false,
1824
+ "rstrip": false,
1825
+ "single_word": false,
1826
+ "special": true
1827
+ },
1828
+ "128228": {
1829
+ "content": "<|reserved_special_token_220|>",
1830
+ "lstrip": false,
1831
+ "normalized": false,
1832
+ "rstrip": false,
1833
+ "single_word": false,
1834
+ "special": true
1835
+ },
1836
+ "128229": {
1837
+ "content": "<|reserved_special_token_221|>",
1838
+ "lstrip": false,
1839
+ "normalized": false,
1840
+ "rstrip": false,
1841
+ "single_word": false,
1842
+ "special": true
1843
+ },
1844
+ "128230": {
1845
+ "content": "<|reserved_special_token_222|>",
1846
+ "lstrip": false,
1847
+ "normalized": false,
1848
+ "rstrip": false,
1849
+ "single_word": false,
1850
+ "special": true
1851
+ },
1852
+ "128231": {
1853
+ "content": "<|reserved_special_token_223|>",
1854
+ "lstrip": false,
1855
+ "normalized": false,
1856
+ "rstrip": false,
1857
+ "single_word": false,
1858
+ "special": true
1859
+ },
1860
+ "128232": {
1861
+ "content": "<|reserved_special_token_224|>",
1862
+ "lstrip": false,
1863
+ "normalized": false,
1864
+ "rstrip": false,
1865
+ "single_word": false,
1866
+ "special": true
1867
+ },
1868
+ "128233": {
1869
+ "content": "<|reserved_special_token_225|>",
1870
+ "lstrip": false,
1871
+ "normalized": false,
1872
+ "rstrip": false,
1873
+ "single_word": false,
1874
+ "special": true
1875
+ },
1876
+ "128234": {
1877
+ "content": "<|reserved_special_token_226|>",
1878
+ "lstrip": false,
1879
+ "normalized": false,
1880
+ "rstrip": false,
1881
+ "single_word": false,
1882
+ "special": true
1883
+ },
1884
+ "128235": {
1885
+ "content": "<|reserved_special_token_227|>",
1886
+ "lstrip": false,
1887
+ "normalized": false,
1888
+ "rstrip": false,
1889
+ "single_word": false,
1890
+ "special": true
1891
+ },
1892
+ "128236": {
1893
+ "content": "<|reserved_special_token_228|>",
1894
+ "lstrip": false,
1895
+ "normalized": false,
1896
+ "rstrip": false,
1897
+ "single_word": false,
1898
+ "special": true
1899
+ },
1900
+ "128237": {
1901
+ "content": "<|reserved_special_token_229|>",
1902
+ "lstrip": false,
1903
+ "normalized": false,
1904
+ "rstrip": false,
1905
+ "single_word": false,
1906
+ "special": true
1907
+ },
1908
+ "128238": {
1909
+ "content": "<|reserved_special_token_230|>",
1910
+ "lstrip": false,
1911
+ "normalized": false,
1912
+ "rstrip": false,
1913
+ "single_word": false,
1914
+ "special": true
1915
+ },
1916
+ "128239": {
1917
+ "content": "<|reserved_special_token_231|>",
1918
+ "lstrip": false,
1919
+ "normalized": false,
1920
+ "rstrip": false,
1921
+ "single_word": false,
1922
+ "special": true
1923
+ },
1924
+ "128240": {
1925
+ "content": "<|reserved_special_token_232|>",
1926
+ "lstrip": false,
1927
+ "normalized": false,
1928
+ "rstrip": false,
1929
+ "single_word": false,
1930
+ "special": true
1931
+ },
1932
+ "128241": {
1933
+ "content": "<|reserved_special_token_233|>",
1934
+ "lstrip": false,
1935
+ "normalized": false,
1936
+ "rstrip": false,
1937
+ "single_word": false,
1938
+ "special": true
1939
+ },
1940
+ "128242": {
1941
+ "content": "<|reserved_special_token_234|>",
1942
+ "lstrip": false,
1943
+ "normalized": false,
1944
+ "rstrip": false,
1945
+ "single_word": false,
1946
+ "special": true
1947
+ },
1948
+ "128243": {
1949
+ "content": "<|reserved_special_token_235|>",
1950
+ "lstrip": false,
1951
+ "normalized": false,
1952
+ "rstrip": false,
1953
+ "single_word": false,
1954
+ "special": true
1955
+ },
1956
+ "128244": {
1957
+ "content": "<|reserved_special_token_236|>",
1958
+ "lstrip": false,
1959
+ "normalized": false,
1960
+ "rstrip": false,
1961
+ "single_word": false,
1962
+ "special": true
1963
+ },
1964
+ "128245": {
1965
+ "content": "<|reserved_special_token_237|>",
1966
+ "lstrip": false,
1967
+ "normalized": false,
1968
+ "rstrip": false,
1969
+ "single_word": false,
1970
+ "special": true
1971
+ },
1972
+ "128246": {
1973
+ "content": "<|reserved_special_token_238|>",
1974
+ "lstrip": false,
1975
+ "normalized": false,
1976
+ "rstrip": false,
1977
+ "single_word": false,
1978
+ "special": true
1979
+ },
1980
+ "128247": {
1981
+ "content": "<|reserved_special_token_239|>",
1982
+ "lstrip": false,
1983
+ "normalized": false,
1984
+ "rstrip": false,
1985
+ "single_word": false,
1986
+ "special": true
1987
+ },
1988
+ "128248": {
1989
+ "content": "<|reserved_special_token_240|>",
1990
+ "lstrip": false,
1991
+ "normalized": false,
1992
+ "rstrip": false,
1993
+ "single_word": false,
1994
+ "special": true
1995
+ },
1996
+ "128249": {
1997
+ "content": "<|reserved_special_token_241|>",
1998
+ "lstrip": false,
1999
+ "normalized": false,
2000
+ "rstrip": false,
2001
+ "single_word": false,
2002
+ "special": true
2003
+ },
2004
+ "128250": {
2005
+ "content": "<|reserved_special_token_242|>",
2006
+ "lstrip": false,
2007
+ "normalized": false,
2008
+ "rstrip": false,
2009
+ "single_word": false,
2010
+ "special": true
2011
+ },
2012
+ "128251": {
2013
+ "content": "<|reserved_special_token_243|>",
2014
+ "lstrip": false,
2015
+ "normalized": false,
2016
+ "rstrip": false,
2017
+ "single_word": false,
2018
+ "special": true
2019
+ },
2020
+ "128252": {
2021
+ "content": "<|reserved_special_token_244|>",
2022
+ "lstrip": false,
2023
+ "normalized": false,
2024
+ "rstrip": false,
2025
+ "single_word": false,
2026
+ "special": true
2027
+ },
2028
+ "128253": {
2029
+ "content": "<|reserved_special_token_245|>",
2030
+ "lstrip": false,
2031
+ "normalized": false,
2032
+ "rstrip": false,
2033
+ "single_word": false,
2034
+ "special": true
2035
+ },
2036
+ "128254": {
2037
+ "content": "<|reserved_special_token_246|>",
2038
+ "lstrip": false,
2039
+ "normalized": false,
2040
+ "rstrip": false,
2041
+ "single_word": false,
2042
+ "special": true
2043
+ },
2044
+ "128255": {
2045
+ "content": "<|reserved_special_token_247|>",
2046
+ "lstrip": false,
2047
+ "normalized": false,
2048
+ "rstrip": false,
2049
+ "single_word": false,
2050
+ "special": true
2051
+ }
2052
+ },
2053
+ "bos_token": "<|begin_of_text|>",
2054
+ "clean_up_tokenization_spaces": true,
2055
+ "eos_token": "<|eot_id|>",
2056
+ "extra_special_tokens": {},
2057
+ "model_input_names": [
2058
+ "input_ids",
2059
+ "attention_mask"
2060
+ ],
2061
+ "model_max_length": 131072,
2062
+ "pad_token": "<|finetune_right_pad_id|>",
2063
+ "padding_side": "right",
2064
+ "tokenizer_class": "PreTrainedTokenizerFast",
2065
+ "unk_token": null
2066
+ }
experiments/sk-zh/checkpoint-790/trainer_state.json ADDED
@@ -0,0 +1,1140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 5.0,
6
+ "eval_steps": 500,
7
+ "global_step": 790,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.03164556962025317,
14
+ "grad_norm": 9.636250495910645,
15
+ "learning_rate": 0.0002,
16
+ "loss": 2.7406,
17
+ "step": 5
18
+ },
19
+ {
20
+ "epoch": 0.06329113924050633,
21
+ "grad_norm": 1.6461654901504517,
22
+ "learning_rate": 0.00019872773536895675,
23
+ "loss": 0.9506,
24
+ "step": 10
25
+ },
26
+ {
27
+ "epoch": 0.0949367088607595,
28
+ "grad_norm": 1.761650562286377,
29
+ "learning_rate": 0.00019745547073791352,
30
+ "loss": 0.6273,
31
+ "step": 15
32
+ },
33
+ {
34
+ "epoch": 0.12658227848101267,
35
+ "grad_norm": 0.9863831400871277,
36
+ "learning_rate": 0.00019618320610687023,
37
+ "loss": 0.6092,
38
+ "step": 20
39
+ },
40
+ {
41
+ "epoch": 0.15822784810126583,
42
+ "grad_norm": 1.2868099212646484,
43
+ "learning_rate": 0.00019491094147582698,
44
+ "loss": 0.6429,
45
+ "step": 25
46
+ },
47
+ {
48
+ "epoch": 0.189873417721519,
49
+ "grad_norm": 1.0715737342834473,
50
+ "learning_rate": 0.00019363867684478372,
51
+ "loss": 0.5648,
52
+ "step": 30
53
+ },
54
+ {
55
+ "epoch": 0.22151898734177214,
56
+ "grad_norm": 1.0320993661880493,
57
+ "learning_rate": 0.00019236641221374049,
58
+ "loss": 0.5792,
59
+ "step": 35
60
+ },
61
+ {
62
+ "epoch": 0.25316455696202533,
63
+ "grad_norm": 0.9238957762718201,
64
+ "learning_rate": 0.00019109414758269723,
65
+ "loss": 0.4947,
66
+ "step": 40
67
+ },
68
+ {
69
+ "epoch": 0.2848101265822785,
70
+ "grad_norm": 1.0267781019210815,
71
+ "learning_rate": 0.00018982188295165394,
72
+ "loss": 0.5085,
73
+ "step": 45
74
+ },
75
+ {
76
+ "epoch": 0.31645569620253167,
77
+ "grad_norm": 0.9670472145080566,
78
+ "learning_rate": 0.00018854961832061068,
79
+ "loss": 0.5587,
80
+ "step": 50
81
+ },
82
+ {
83
+ "epoch": 0.34810126582278483,
84
+ "grad_norm": 1.065898060798645,
85
+ "learning_rate": 0.00018727735368956745,
86
+ "loss": 0.5423,
87
+ "step": 55
88
+ },
89
+ {
90
+ "epoch": 0.379746835443038,
91
+ "grad_norm": 1.0073872804641724,
92
+ "learning_rate": 0.0001860050890585242,
93
+ "loss": 0.5977,
94
+ "step": 60
95
+ },
96
+ {
97
+ "epoch": 0.41139240506329117,
98
+ "grad_norm": 0.9359777569770813,
99
+ "learning_rate": 0.00018473282442748093,
100
+ "loss": 0.4922,
101
+ "step": 65
102
+ },
103
+ {
104
+ "epoch": 0.4430379746835443,
105
+ "grad_norm": 1.3410602807998657,
106
+ "learning_rate": 0.00018346055979643765,
107
+ "loss": 0.5653,
108
+ "step": 70
109
+ },
110
+ {
111
+ "epoch": 0.47468354430379744,
112
+ "grad_norm": 0.8348254561424255,
113
+ "learning_rate": 0.00018218829516539442,
114
+ "loss": 0.5515,
115
+ "step": 75
116
+ },
117
+ {
118
+ "epoch": 0.5063291139240507,
119
+ "grad_norm": 0.9806696176528931,
120
+ "learning_rate": 0.00018091603053435116,
121
+ "loss": 0.548,
122
+ "step": 80
123
+ },
124
+ {
125
+ "epoch": 0.5379746835443038,
126
+ "grad_norm": 0.8727517127990723,
127
+ "learning_rate": 0.0001796437659033079,
128
+ "loss": 0.5175,
129
+ "step": 85
130
+ },
131
+ {
132
+ "epoch": 0.569620253164557,
133
+ "grad_norm": 0.8037821054458618,
134
+ "learning_rate": 0.00017837150127226464,
135
+ "loss": 0.5135,
136
+ "step": 90
137
+ },
138
+ {
139
+ "epoch": 0.6012658227848101,
140
+ "grad_norm": 0.7310634851455688,
141
+ "learning_rate": 0.00017709923664122138,
142
+ "loss": 0.4609,
143
+ "step": 95
144
+ },
145
+ {
146
+ "epoch": 0.6329113924050633,
147
+ "grad_norm": 1.0002307891845703,
148
+ "learning_rate": 0.00017582697201017812,
149
+ "loss": 0.5671,
150
+ "step": 100
151
+ },
152
+ {
153
+ "epoch": 0.6645569620253164,
154
+ "grad_norm": 0.7429682612419128,
155
+ "learning_rate": 0.00017455470737913486,
156
+ "loss": 0.5205,
157
+ "step": 105
158
+ },
159
+ {
160
+ "epoch": 0.6962025316455697,
161
+ "grad_norm": 0.7771511673927307,
162
+ "learning_rate": 0.00017328244274809163,
163
+ "loss": 0.5279,
164
+ "step": 110
165
+ },
166
+ {
167
+ "epoch": 0.7278481012658228,
168
+ "grad_norm": 0.6377614140510559,
169
+ "learning_rate": 0.00017201017811704835,
170
+ "loss": 0.4976,
171
+ "step": 115
172
+ },
173
+ {
174
+ "epoch": 0.759493670886076,
175
+ "grad_norm": 0.9541120529174805,
176
+ "learning_rate": 0.0001707379134860051,
177
+ "loss": 0.5249,
178
+ "step": 120
179
+ },
180
+ {
181
+ "epoch": 0.7911392405063291,
182
+ "grad_norm": 0.8480327725410461,
183
+ "learning_rate": 0.00016946564885496183,
184
+ "loss": 0.4799,
185
+ "step": 125
186
+ },
187
+ {
188
+ "epoch": 0.8227848101265823,
189
+ "grad_norm": 0.7675257325172424,
190
+ "learning_rate": 0.0001681933842239186,
191
+ "loss": 0.4845,
192
+ "step": 130
193
+ },
194
+ {
195
+ "epoch": 0.8544303797468354,
196
+ "grad_norm": 0.8189133405685425,
197
+ "learning_rate": 0.00016692111959287534,
198
+ "loss": 0.4981,
199
+ "step": 135
200
+ },
201
+ {
202
+ "epoch": 0.8860759493670886,
203
+ "grad_norm": 0.8288174867630005,
204
+ "learning_rate": 0.00016564885496183205,
205
+ "loss": 0.4781,
206
+ "step": 140
207
+ },
208
+ {
209
+ "epoch": 0.9177215189873418,
210
+ "grad_norm": 0.7553529739379883,
211
+ "learning_rate": 0.0001643765903307888,
212
+ "loss": 0.538,
213
+ "step": 145
214
+ },
215
+ {
216
+ "epoch": 0.9493670886075949,
217
+ "grad_norm": 0.7369087338447571,
218
+ "learning_rate": 0.00016310432569974556,
219
+ "loss": 0.5297,
220
+ "step": 150
221
+ },
222
+ {
223
+ "epoch": 0.9810126582278481,
224
+ "grad_norm": 0.745081901550293,
225
+ "learning_rate": 0.0001618320610687023,
226
+ "loss": 0.529,
227
+ "step": 155
228
+ },
229
+ {
230
+ "epoch": 1.0126582278481013,
231
+ "grad_norm": 0.760235071182251,
232
+ "learning_rate": 0.00016055979643765905,
233
+ "loss": 0.5206,
234
+ "step": 160
235
+ },
236
+ {
237
+ "epoch": 1.0443037974683544,
238
+ "grad_norm": 0.6101222038269043,
239
+ "learning_rate": 0.0001592875318066158,
240
+ "loss": 0.3851,
241
+ "step": 165
242
+ },
243
+ {
244
+ "epoch": 1.0759493670886076,
245
+ "grad_norm": 0.7095821499824524,
246
+ "learning_rate": 0.00015801526717557253,
247
+ "loss": 0.419,
248
+ "step": 170
249
+ },
250
+ {
251
+ "epoch": 1.1075949367088607,
252
+ "grad_norm": 0.8603990077972412,
253
+ "learning_rate": 0.00015674300254452927,
254
+ "loss": 0.4204,
255
+ "step": 175
256
+ },
257
+ {
258
+ "epoch": 1.139240506329114,
259
+ "grad_norm": 0.7504400014877319,
260
+ "learning_rate": 0.000155470737913486,
261
+ "loss": 0.367,
262
+ "step": 180
263
+ },
264
+ {
265
+ "epoch": 1.1708860759493671,
266
+ "grad_norm": 0.756787121295929,
267
+ "learning_rate": 0.00015419847328244275,
268
+ "loss": 0.393,
269
+ "step": 185
270
+ },
271
+ {
272
+ "epoch": 1.2025316455696202,
273
+ "grad_norm": 0.8656795620918274,
274
+ "learning_rate": 0.0001529262086513995,
275
+ "loss": 0.4357,
276
+ "step": 190
277
+ },
278
+ {
279
+ "epoch": 1.2341772151898733,
280
+ "grad_norm": 0.8514489531517029,
281
+ "learning_rate": 0.00015165394402035624,
282
+ "loss": 0.4215,
283
+ "step": 195
284
+ },
285
+ {
286
+ "epoch": 1.2658227848101267,
287
+ "grad_norm": 0.7526264190673828,
288
+ "learning_rate": 0.00015038167938931298,
289
+ "loss": 0.3651,
290
+ "step": 200
291
+ },
292
+ {
293
+ "epoch": 1.2974683544303798,
294
+ "grad_norm": 0.7162966132164001,
295
+ "learning_rate": 0.00014910941475826972,
296
+ "loss": 0.4073,
297
+ "step": 205
298
+ },
299
+ {
300
+ "epoch": 1.3291139240506329,
301
+ "grad_norm": 0.9087608456611633,
302
+ "learning_rate": 0.0001478371501272265,
303
+ "loss": 0.4026,
304
+ "step": 210
305
+ },
306
+ {
307
+ "epoch": 1.360759493670886,
308
+ "grad_norm": 0.7543425559997559,
309
+ "learning_rate": 0.0001465648854961832,
310
+ "loss": 0.3645,
311
+ "step": 215
312
+ },
313
+ {
314
+ "epoch": 1.3924050632911391,
315
+ "grad_norm": 0.740563154220581,
316
+ "learning_rate": 0.00014529262086513994,
317
+ "loss": 0.4309,
318
+ "step": 220
319
+ },
320
+ {
321
+ "epoch": 1.4240506329113924,
322
+ "grad_norm": 0.7612570524215698,
323
+ "learning_rate": 0.0001440203562340967,
324
+ "loss": 0.3908,
325
+ "step": 225
326
+ },
327
+ {
328
+ "epoch": 1.4556962025316456,
329
+ "grad_norm": 0.9129316806793213,
330
+ "learning_rate": 0.00014274809160305345,
331
+ "loss": 0.422,
332
+ "step": 230
333
+ },
334
+ {
335
+ "epoch": 1.4873417721518987,
336
+ "grad_norm": 0.8029764890670776,
337
+ "learning_rate": 0.0001414758269720102,
338
+ "loss": 0.3866,
339
+ "step": 235
340
+ },
341
+ {
342
+ "epoch": 1.518987341772152,
343
+ "grad_norm": 0.7712852954864502,
344
+ "learning_rate": 0.0001402035623409669,
345
+ "loss": 0.4168,
346
+ "step": 240
347
+ },
348
+ {
349
+ "epoch": 1.5506329113924051,
350
+ "grad_norm": 0.8392740488052368,
351
+ "learning_rate": 0.00013893129770992368,
352
+ "loss": 0.4102,
353
+ "step": 245
354
+ },
355
+ {
356
+ "epoch": 1.5822784810126582,
357
+ "grad_norm": 0.9574406743049622,
358
+ "learning_rate": 0.00013765903307888042,
359
+ "loss": 0.4312,
360
+ "step": 250
361
+ },
362
+ {
363
+ "epoch": 1.6139240506329116,
364
+ "grad_norm": 0.8071485757827759,
365
+ "learning_rate": 0.00013638676844783716,
366
+ "loss": 0.4148,
367
+ "step": 255
368
+ },
369
+ {
370
+ "epoch": 1.6455696202531644,
371
+ "grad_norm": 0.9748886227607727,
372
+ "learning_rate": 0.0001351145038167939,
373
+ "loss": 0.3916,
374
+ "step": 260
375
+ },
376
+ {
377
+ "epoch": 1.6772151898734178,
378
+ "grad_norm": 0.8215563893318176,
379
+ "learning_rate": 0.00013384223918575064,
380
+ "loss": 0.4227,
381
+ "step": 265
382
+ },
383
+ {
384
+ "epoch": 1.7088607594936709,
385
+ "grad_norm": 0.8115125894546509,
386
+ "learning_rate": 0.00013256997455470738,
387
+ "loss": 0.351,
388
+ "step": 270
389
+ },
390
+ {
391
+ "epoch": 1.740506329113924,
392
+ "grad_norm": 0.7755597233772278,
393
+ "learning_rate": 0.00013129770992366413,
394
+ "loss": 0.3745,
395
+ "step": 275
396
+ },
397
+ {
398
+ "epoch": 1.7721518987341773,
399
+ "grad_norm": 0.9101290106773376,
400
+ "learning_rate": 0.00013002544529262087,
401
+ "loss": 0.4006,
402
+ "step": 280
403
+ },
404
+ {
405
+ "epoch": 1.8037974683544302,
406
+ "grad_norm": 0.9382388591766357,
407
+ "learning_rate": 0.0001287531806615776,
408
+ "loss": 0.4191,
409
+ "step": 285
410
+ },
411
+ {
412
+ "epoch": 1.8354430379746836,
413
+ "grad_norm": 0.945472002029419,
414
+ "learning_rate": 0.00012748091603053435,
415
+ "loss": 0.4278,
416
+ "step": 290
417
+ },
418
+ {
419
+ "epoch": 1.8670886075949367,
420
+ "grad_norm": 0.8501671552658081,
421
+ "learning_rate": 0.0001262086513994911,
422
+ "loss": 0.3932,
423
+ "step": 295
424
+ },
425
+ {
426
+ "epoch": 1.8987341772151898,
427
+ "grad_norm": 0.9624788761138916,
428
+ "learning_rate": 0.00012493638676844783,
429
+ "loss": 0.38,
430
+ "step": 300
431
+ },
432
+ {
433
+ "epoch": 1.9303797468354431,
434
+ "grad_norm": 0.8801245093345642,
435
+ "learning_rate": 0.0001236641221374046,
436
+ "loss": 0.4113,
437
+ "step": 305
438
+ },
439
+ {
440
+ "epoch": 1.9620253164556962,
441
+ "grad_norm": 0.851109504699707,
442
+ "learning_rate": 0.00012239185750636134,
443
+ "loss": 0.4172,
444
+ "step": 310
445
+ },
446
+ {
447
+ "epoch": 1.9936708860759493,
448
+ "grad_norm": 0.8253706097602844,
449
+ "learning_rate": 0.00012111959287531807,
450
+ "loss": 0.3971,
451
+ "step": 315
452
+ },
453
+ {
454
+ "epoch": 2.0253164556962027,
455
+ "grad_norm": 0.6801413297653198,
456
+ "learning_rate": 0.00011984732824427483,
457
+ "loss": 0.333,
458
+ "step": 320
459
+ },
460
+ {
461
+ "epoch": 2.0569620253164556,
462
+ "grad_norm": 0.9851354956626892,
463
+ "learning_rate": 0.00011857506361323157,
464
+ "loss": 0.2744,
465
+ "step": 325
466
+ },
467
+ {
468
+ "epoch": 2.088607594936709,
469
+ "grad_norm": 0.9322072863578796,
470
+ "learning_rate": 0.0001173027989821883,
471
+ "loss": 0.2749,
472
+ "step": 330
473
+ },
474
+ {
475
+ "epoch": 2.1202531645569622,
476
+ "grad_norm": 0.7314637899398804,
477
+ "learning_rate": 0.00011603053435114504,
478
+ "loss": 0.2624,
479
+ "step": 335
480
+ },
481
+ {
482
+ "epoch": 2.151898734177215,
483
+ "grad_norm": 1.0124112367630005,
484
+ "learning_rate": 0.00011475826972010179,
485
+ "loss": 0.2748,
486
+ "step": 340
487
+ },
488
+ {
489
+ "epoch": 2.1835443037974684,
490
+ "grad_norm": 1.046563982963562,
491
+ "learning_rate": 0.00011348600508905853,
492
+ "loss": 0.3032,
493
+ "step": 345
494
+ },
495
+ {
496
+ "epoch": 2.2151898734177213,
497
+ "grad_norm": 0.7314551472663879,
498
+ "learning_rate": 0.00011221374045801527,
499
+ "loss": 0.2785,
500
+ "step": 350
501
+ },
502
+ {
503
+ "epoch": 2.2468354430379747,
504
+ "grad_norm": 0.8836460113525391,
505
+ "learning_rate": 0.000110941475826972,
506
+ "loss": 0.2636,
507
+ "step": 355
508
+ },
509
+ {
510
+ "epoch": 2.278481012658228,
511
+ "grad_norm": 0.9266633987426758,
512
+ "learning_rate": 0.00010966921119592877,
513
+ "loss": 0.2603,
514
+ "step": 360
515
+ },
516
+ {
517
+ "epoch": 2.310126582278481,
518
+ "grad_norm": 0.8955816030502319,
519
+ "learning_rate": 0.0001083969465648855,
520
+ "loss": 0.278,
521
+ "step": 365
522
+ },
523
+ {
524
+ "epoch": 2.3417721518987342,
525
+ "grad_norm": 0.855516254901886,
526
+ "learning_rate": 0.00010712468193384224,
527
+ "loss": 0.2716,
528
+ "step": 370
529
+ },
530
+ {
531
+ "epoch": 2.3734177215189876,
532
+ "grad_norm": 1.0072673559188843,
533
+ "learning_rate": 0.00010585241730279898,
534
+ "loss": 0.2755,
535
+ "step": 375
536
+ },
537
+ {
538
+ "epoch": 2.4050632911392404,
539
+ "grad_norm": 1.1514896154403687,
540
+ "learning_rate": 0.00010458015267175574,
541
+ "loss": 0.2964,
542
+ "step": 380
543
+ },
544
+ {
545
+ "epoch": 2.4367088607594938,
546
+ "grad_norm": 0.8913586139678955,
547
+ "learning_rate": 0.00010330788804071248,
548
+ "loss": 0.2751,
549
+ "step": 385
550
+ },
551
+ {
552
+ "epoch": 2.4683544303797467,
553
+ "grad_norm": 0.7696821093559265,
554
+ "learning_rate": 0.00010203562340966922,
555
+ "loss": 0.2647,
556
+ "step": 390
557
+ },
558
+ {
559
+ "epoch": 2.5,
560
+ "grad_norm": 0.7826597690582275,
561
+ "learning_rate": 0.00010076335877862595,
562
+ "loss": 0.2792,
563
+ "step": 395
564
+ },
565
+ {
566
+ "epoch": 2.5316455696202533,
567
+ "grad_norm": 1.0873520374298096,
568
+ "learning_rate": 9.94910941475827e-05,
569
+ "loss": 0.2768,
570
+ "step": 400
571
+ },
572
+ {
573
+ "epoch": 2.5632911392405062,
574
+ "grad_norm": 0.9065166115760803,
575
+ "learning_rate": 9.821882951653944e-05,
576
+ "loss": 0.2633,
577
+ "step": 405
578
+ },
579
+ {
580
+ "epoch": 2.5949367088607596,
581
+ "grad_norm": 1.171126127243042,
582
+ "learning_rate": 9.694656488549618e-05,
583
+ "loss": 0.2774,
584
+ "step": 410
585
+ },
586
+ {
587
+ "epoch": 2.6265822784810124,
588
+ "grad_norm": 1.0864486694335938,
589
+ "learning_rate": 9.567430025445293e-05,
590
+ "loss": 0.2772,
591
+ "step": 415
592
+ },
593
+ {
594
+ "epoch": 2.6582278481012658,
595
+ "grad_norm": 0.846960723400116,
596
+ "learning_rate": 9.440203562340968e-05,
597
+ "loss": 0.2697,
598
+ "step": 420
599
+ },
600
+ {
601
+ "epoch": 2.689873417721519,
602
+ "grad_norm": 0.9240285158157349,
603
+ "learning_rate": 9.312977099236642e-05,
604
+ "loss": 0.2764,
605
+ "step": 425
606
+ },
607
+ {
608
+ "epoch": 2.721518987341772,
609
+ "grad_norm": 0.863296627998352,
610
+ "learning_rate": 9.185750636132316e-05,
611
+ "loss": 0.2899,
612
+ "step": 430
613
+ },
614
+ {
615
+ "epoch": 2.7531645569620253,
616
+ "grad_norm": 0.9361215829849243,
617
+ "learning_rate": 9.05852417302799e-05,
618
+ "loss": 0.259,
619
+ "step": 435
620
+ },
621
+ {
622
+ "epoch": 2.7848101265822782,
623
+ "grad_norm": 1.0570683479309082,
624
+ "learning_rate": 8.931297709923665e-05,
625
+ "loss": 0.2944,
626
+ "step": 440
627
+ },
628
+ {
629
+ "epoch": 2.8164556962025316,
630
+ "grad_norm": 0.9439765214920044,
631
+ "learning_rate": 8.804071246819339e-05,
632
+ "loss": 0.2777,
633
+ "step": 445
634
+ },
635
+ {
636
+ "epoch": 2.848101265822785,
637
+ "grad_norm": 0.8426817655563354,
638
+ "learning_rate": 8.676844783715013e-05,
639
+ "loss": 0.2987,
640
+ "step": 450
641
+ },
642
+ {
643
+ "epoch": 2.879746835443038,
644
+ "grad_norm": 0.9855856895446777,
645
+ "learning_rate": 8.549618320610687e-05,
646
+ "loss": 0.3083,
647
+ "step": 455
648
+ },
649
+ {
650
+ "epoch": 2.911392405063291,
651
+ "grad_norm": 0.9780887961387634,
652
+ "learning_rate": 8.422391857506363e-05,
653
+ "loss": 0.2942,
654
+ "step": 460
655
+ },
656
+ {
657
+ "epoch": 2.9430379746835444,
658
+ "grad_norm": 0.9429991245269775,
659
+ "learning_rate": 8.295165394402035e-05,
660
+ "loss": 0.289,
661
+ "step": 465
662
+ },
663
+ {
664
+ "epoch": 2.9746835443037973,
665
+ "grad_norm": 0.9554647207260132,
666
+ "learning_rate": 8.167938931297711e-05,
667
+ "loss": 0.2911,
668
+ "step": 470
669
+ },
670
+ {
671
+ "epoch": 3.0063291139240507,
672
+ "grad_norm": 0.7053874135017395,
673
+ "learning_rate": 8.040712468193385e-05,
674
+ "loss": 0.2495,
675
+ "step": 475
676
+ },
677
+ {
678
+ "epoch": 3.037974683544304,
679
+ "grad_norm": 0.9854986071586609,
680
+ "learning_rate": 7.913486005089059e-05,
681
+ "loss": 0.1796,
682
+ "step": 480
683
+ },
684
+ {
685
+ "epoch": 3.069620253164557,
686
+ "grad_norm": 1.658312439918518,
687
+ "learning_rate": 7.786259541984733e-05,
688
+ "loss": 0.1849,
689
+ "step": 485
690
+ },
691
+ {
692
+ "epoch": 3.1012658227848102,
693
+ "grad_norm": 1.205978512763977,
694
+ "learning_rate": 7.659033078880407e-05,
695
+ "loss": 0.1818,
696
+ "step": 490
697
+ },
698
+ {
699
+ "epoch": 3.132911392405063,
700
+ "grad_norm": 0.9182310700416565,
701
+ "learning_rate": 7.531806615776081e-05,
702
+ "loss": 0.1675,
703
+ "step": 495
704
+ },
705
+ {
706
+ "epoch": 3.1645569620253164,
707
+ "grad_norm": 0.8463435173034668,
708
+ "learning_rate": 7.404580152671756e-05,
709
+ "loss": 0.1622,
710
+ "step": 500
711
+ },
712
+ {
713
+ "epoch": 3.1962025316455698,
714
+ "grad_norm": 1.0516126155853271,
715
+ "learning_rate": 7.27735368956743e-05,
716
+ "loss": 0.1747,
717
+ "step": 505
718
+ },
719
+ {
720
+ "epoch": 3.2278481012658227,
721
+ "grad_norm": 1.1708065271377563,
722
+ "learning_rate": 7.150127226463105e-05,
723
+ "loss": 0.1698,
724
+ "step": 510
725
+ },
726
+ {
727
+ "epoch": 3.259493670886076,
728
+ "grad_norm": 1.0445353984832764,
729
+ "learning_rate": 7.022900763358778e-05,
730
+ "loss": 0.1787,
731
+ "step": 515
732
+ },
733
+ {
734
+ "epoch": 3.291139240506329,
735
+ "grad_norm": 1.0697447061538696,
736
+ "learning_rate": 6.895674300254454e-05,
737
+ "loss": 0.1688,
738
+ "step": 520
739
+ },
740
+ {
741
+ "epoch": 3.3227848101265822,
742
+ "grad_norm": 1.305916428565979,
743
+ "learning_rate": 6.768447837150128e-05,
744
+ "loss": 0.18,
745
+ "step": 525
746
+ },
747
+ {
748
+ "epoch": 3.3544303797468356,
749
+ "grad_norm": 0.9434958100318909,
750
+ "learning_rate": 6.641221374045802e-05,
751
+ "loss": 0.1711,
752
+ "step": 530
753
+ },
754
+ {
755
+ "epoch": 3.3860759493670884,
756
+ "grad_norm": 1.0028834342956543,
757
+ "learning_rate": 6.513994910941476e-05,
758
+ "loss": 0.1734,
759
+ "step": 535
760
+ },
761
+ {
762
+ "epoch": 3.4177215189873418,
763
+ "grad_norm": 0.984062135219574,
764
+ "learning_rate": 6.38676844783715e-05,
765
+ "loss": 0.1719,
766
+ "step": 540
767
+ },
768
+ {
769
+ "epoch": 3.449367088607595,
770
+ "grad_norm": 1.2475136518478394,
771
+ "learning_rate": 6.259541984732826e-05,
772
+ "loss": 0.1744,
773
+ "step": 545
774
+ },
775
+ {
776
+ "epoch": 3.481012658227848,
777
+ "grad_norm": 1.1773546934127808,
778
+ "learning_rate": 6.132315521628498e-05,
779
+ "loss": 0.1743,
780
+ "step": 550
781
+ },
782
+ {
783
+ "epoch": 3.5126582278481013,
784
+ "grad_norm": 1.021459937095642,
785
+ "learning_rate": 6.005089058524174e-05,
786
+ "loss": 0.1689,
787
+ "step": 555
788
+ },
789
+ {
790
+ "epoch": 3.5443037974683547,
791
+ "grad_norm": 1.0893386602401733,
792
+ "learning_rate": 5.877862595419847e-05,
793
+ "loss": 0.1737,
794
+ "step": 560
795
+ },
796
+ {
797
+ "epoch": 3.5759493670886076,
798
+ "grad_norm": 1.0144004821777344,
799
+ "learning_rate": 5.750636132315522e-05,
800
+ "loss": 0.16,
801
+ "step": 565
802
+ },
803
+ {
804
+ "epoch": 3.607594936708861,
805
+ "grad_norm": 0.8611662983894348,
806
+ "learning_rate": 5.6234096692111956e-05,
807
+ "loss": 0.1719,
808
+ "step": 570
809
+ },
810
+ {
811
+ "epoch": 3.6392405063291138,
812
+ "grad_norm": 1.2304856777191162,
813
+ "learning_rate": 5.496183206106871e-05,
814
+ "loss": 0.1787,
815
+ "step": 575
816
+ },
817
+ {
818
+ "epoch": 3.670886075949367,
819
+ "grad_norm": 1.1288779973983765,
820
+ "learning_rate": 5.3689567430025446e-05,
821
+ "loss": 0.1747,
822
+ "step": 580
823
+ },
824
+ {
825
+ "epoch": 3.7025316455696204,
826
+ "grad_norm": 0.9914140701293945,
827
+ "learning_rate": 5.2417302798982194e-05,
828
+ "loss": 0.1698,
829
+ "step": 585
830
+ },
831
+ {
832
+ "epoch": 3.7341772151898733,
833
+ "grad_norm": 1.0418596267700195,
834
+ "learning_rate": 5.114503816793893e-05,
835
+ "loss": 0.1665,
836
+ "step": 590
837
+ },
838
+ {
839
+ "epoch": 3.7658227848101267,
840
+ "grad_norm": 0.9959351420402527,
841
+ "learning_rate": 4.9872773536895677e-05,
842
+ "loss": 0.1788,
843
+ "step": 595
844
+ },
845
+ {
846
+ "epoch": 3.7974683544303796,
847
+ "grad_norm": 1.0242741107940674,
848
+ "learning_rate": 4.860050890585242e-05,
849
+ "loss": 0.1696,
850
+ "step": 600
851
+ },
852
+ {
853
+ "epoch": 3.829113924050633,
854
+ "grad_norm": 0.8512247204780579,
855
+ "learning_rate": 4.7328244274809166e-05,
856
+ "loss": 0.1715,
857
+ "step": 605
858
+ },
859
+ {
860
+ "epoch": 3.8607594936708862,
861
+ "grad_norm": 1.0411094427108765,
862
+ "learning_rate": 4.605597964376591e-05,
863
+ "loss": 0.194,
864
+ "step": 610
865
+ },
866
+ {
867
+ "epoch": 3.892405063291139,
868
+ "grad_norm": 0.8123801350593567,
869
+ "learning_rate": 4.478371501272265e-05,
870
+ "loss": 0.1568,
871
+ "step": 615
872
+ },
873
+ {
874
+ "epoch": 3.9240506329113924,
875
+ "grad_norm": 0.9734017252922058,
876
+ "learning_rate": 4.351145038167939e-05,
877
+ "loss": 0.1567,
878
+ "step": 620
879
+ },
880
+ {
881
+ "epoch": 3.9556962025316453,
882
+ "grad_norm": 1.0225167274475098,
883
+ "learning_rate": 4.223918575063613e-05,
884
+ "loss": 0.17,
885
+ "step": 625
886
+ },
887
+ {
888
+ "epoch": 3.9873417721518987,
889
+ "grad_norm": 1.0845963954925537,
890
+ "learning_rate": 4.096692111959288e-05,
891
+ "loss": 0.1732,
892
+ "step": 630
893
+ },
894
+ {
895
+ "epoch": 4.018987341772152,
896
+ "grad_norm": 0.5236292481422424,
897
+ "learning_rate": 3.969465648854962e-05,
898
+ "loss": 0.1263,
899
+ "step": 635
900
+ },
901
+ {
902
+ "epoch": 4.050632911392405,
903
+ "grad_norm": 0.7206861972808838,
904
+ "learning_rate": 3.842239185750636e-05,
905
+ "loss": 0.1063,
906
+ "step": 640
907
+ },
908
+ {
909
+ "epoch": 4.082278481012658,
910
+ "grad_norm": 0.7728809714317322,
911
+ "learning_rate": 3.7150127226463104e-05,
912
+ "loss": 0.1101,
913
+ "step": 645
914
+ },
915
+ {
916
+ "epoch": 4.113924050632911,
917
+ "grad_norm": 0.8304474353790283,
918
+ "learning_rate": 3.5877862595419845e-05,
919
+ "loss": 0.1053,
920
+ "step": 650
921
+ },
922
+ {
923
+ "epoch": 4.1455696202531644,
924
+ "grad_norm": 1.2666995525360107,
925
+ "learning_rate": 3.4605597964376594e-05,
926
+ "loss": 0.1052,
927
+ "step": 655
928
+ },
929
+ {
930
+ "epoch": 4.177215189873418,
931
+ "grad_norm": 0.8301147222518921,
932
+ "learning_rate": 3.3333333333333335e-05,
933
+ "loss": 0.1018,
934
+ "step": 660
935
+ },
936
+ {
937
+ "epoch": 4.208860759493671,
938
+ "grad_norm": 0.739557683467865,
939
+ "learning_rate": 3.2061068702290076e-05,
940
+ "loss": 0.1029,
941
+ "step": 665
942
+ },
943
+ {
944
+ "epoch": 4.2405063291139244,
945
+ "grad_norm": 0.6500698924064636,
946
+ "learning_rate": 3.078880407124682e-05,
947
+ "loss": 0.1012,
948
+ "step": 670
949
+ },
950
+ {
951
+ "epoch": 4.272151898734177,
952
+ "grad_norm": 0.8295223712921143,
953
+ "learning_rate": 2.9516539440203562e-05,
954
+ "loss": 0.1055,
955
+ "step": 675
956
+ },
957
+ {
958
+ "epoch": 4.30379746835443,
959
+ "grad_norm": 0.7999599575996399,
960
+ "learning_rate": 2.824427480916031e-05,
961
+ "loss": 0.1013,
962
+ "step": 680
963
+ },
964
+ {
965
+ "epoch": 4.3354430379746836,
966
+ "grad_norm": 0.7890852093696594,
967
+ "learning_rate": 2.6972010178117052e-05,
968
+ "loss": 0.1084,
969
+ "step": 685
970
+ },
971
+ {
972
+ "epoch": 4.367088607594937,
973
+ "grad_norm": 0.682808518409729,
974
+ "learning_rate": 2.5699745547073793e-05,
975
+ "loss": 0.1047,
976
+ "step": 690
977
+ },
978
+ {
979
+ "epoch": 4.39873417721519,
980
+ "grad_norm": 0.8218865394592285,
981
+ "learning_rate": 2.4427480916030535e-05,
982
+ "loss": 0.1059,
983
+ "step": 695
984
+ },
985
+ {
986
+ "epoch": 4.430379746835443,
987
+ "grad_norm": 0.8919423818588257,
988
+ "learning_rate": 2.3155216284987276e-05,
989
+ "loss": 0.107,
990
+ "step": 700
991
+ },
992
+ {
993
+ "epoch": 4.462025316455696,
994
+ "grad_norm": 0.890254557132721,
995
+ "learning_rate": 2.1882951653944024e-05,
996
+ "loss": 0.1052,
997
+ "step": 705
998
+ },
999
+ {
1000
+ "epoch": 4.493670886075949,
1001
+ "grad_norm": 0.7770714163780212,
1002
+ "learning_rate": 2.0610687022900766e-05,
1003
+ "loss": 0.1076,
1004
+ "step": 710
1005
+ },
1006
+ {
1007
+ "epoch": 4.525316455696203,
1008
+ "grad_norm": 0.822676956653595,
1009
+ "learning_rate": 1.9338422391857507e-05,
1010
+ "loss": 0.1098,
1011
+ "step": 715
1012
+ },
1013
+ {
1014
+ "epoch": 4.556962025316456,
1015
+ "grad_norm": 0.8674812316894531,
1016
+ "learning_rate": 1.8066157760814252e-05,
1017
+ "loss": 0.1049,
1018
+ "step": 720
1019
+ },
1020
+ {
1021
+ "epoch": 4.588607594936709,
1022
+ "grad_norm": 0.9034451246261597,
1023
+ "learning_rate": 1.6793893129770993e-05,
1024
+ "loss": 0.1035,
1025
+ "step": 725
1026
+ },
1027
+ {
1028
+ "epoch": 4.620253164556962,
1029
+ "grad_norm": 0.8883581161499023,
1030
+ "learning_rate": 1.5521628498727735e-05,
1031
+ "loss": 0.1136,
1032
+ "step": 730
1033
+ },
1034
+ {
1035
+ "epoch": 4.651898734177215,
1036
+ "grad_norm": 0.7039092779159546,
1037
+ "learning_rate": 1.424936386768448e-05,
1038
+ "loss": 0.1085,
1039
+ "step": 735
1040
+ },
1041
+ {
1042
+ "epoch": 4.6835443037974684,
1043
+ "grad_norm": 0.7304778099060059,
1044
+ "learning_rate": 1.2977099236641221e-05,
1045
+ "loss": 0.1052,
1046
+ "step": 740
1047
+ },
1048
+ {
1049
+ "epoch": 4.715189873417722,
1050
+ "grad_norm": 0.7564213871955872,
1051
+ "learning_rate": 1.1704834605597966e-05,
1052
+ "loss": 0.1159,
1053
+ "step": 745
1054
+ },
1055
+ {
1056
+ "epoch": 4.746835443037975,
1057
+ "grad_norm": 0.8755419850349426,
1058
+ "learning_rate": 1.0432569974554709e-05,
1059
+ "loss": 0.1071,
1060
+ "step": 750
1061
+ },
1062
+ {
1063
+ "epoch": 4.7784810126582276,
1064
+ "grad_norm": 0.674625813961029,
1065
+ "learning_rate": 9.16030534351145e-06,
1066
+ "loss": 0.1052,
1067
+ "step": 755
1068
+ },
1069
+ {
1070
+ "epoch": 4.810126582278481,
1071
+ "grad_norm": 0.6959136724472046,
1072
+ "learning_rate": 7.888040712468193e-06,
1073
+ "loss": 0.1035,
1074
+ "step": 760
1075
+ },
1076
+ {
1077
+ "epoch": 4.841772151898734,
1078
+ "grad_norm": 0.7899979948997498,
1079
+ "learning_rate": 6.615776081424936e-06,
1080
+ "loss": 0.1061,
1081
+ "step": 765
1082
+ },
1083
+ {
1084
+ "epoch": 4.8734177215189876,
1085
+ "grad_norm": 0.7598320841789246,
1086
+ "learning_rate": 5.343511450381679e-06,
1087
+ "loss": 0.1107,
1088
+ "step": 770
1089
+ },
1090
+ {
1091
+ "epoch": 4.905063291139241,
1092
+ "grad_norm": 0.8173516392707825,
1093
+ "learning_rate": 4.0712468193384225e-06,
1094
+ "loss": 0.1028,
1095
+ "step": 775
1096
+ },
1097
+ {
1098
+ "epoch": 4.936708860759493,
1099
+ "grad_norm": 1.0041359663009644,
1100
+ "learning_rate": 2.7989821882951656e-06,
1101
+ "loss": 0.1099,
1102
+ "step": 780
1103
+ },
1104
+ {
1105
+ "epoch": 4.968354430379747,
1106
+ "grad_norm": 0.7591622471809387,
1107
+ "learning_rate": 1.5267175572519084e-06,
1108
+ "loss": 0.1034,
1109
+ "step": 785
1110
+ },
1111
+ {
1112
+ "epoch": 5.0,
1113
+ "grad_norm": 0.8075107336044312,
1114
+ "learning_rate": 2.544529262086514e-07,
1115
+ "loss": 0.1052,
1116
+ "step": 790
1117
+ }
1118
+ ],
1119
+ "logging_steps": 5,
1120
+ "max_steps": 790,
1121
+ "num_input_tokens_seen": 0,
1122
+ "num_train_epochs": 5,
1123
+ "save_steps": 500,
1124
+ "stateful_callbacks": {
1125
+ "TrainerControl": {
1126
+ "args": {
1127
+ "should_epoch_stop": false,
1128
+ "should_evaluate": false,
1129
+ "should_log": false,
1130
+ "should_save": true,
1131
+ "should_training_stop": true
1132
+ },
1133
+ "attributes": {}
1134
+ }
1135
+ },
1136
+ "total_flos": 9.78470061291602e+16,
1137
+ "train_batch_size": 16,
1138
+ "trial_name": null,
1139
+ "trial_params": null
1140
+ }
experiments/sk-zh/checkpoint-790/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0bfa3c8048434787bbdf9f9f63214cb24a8a21257cbf492f12a840e4ed2a293
3
+ size 6289
experiments/sk-zh/metrics.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "zh": {
3
+ "precision": 0.683,
4
+ "recall": 0.6883,
5
+ "f1": 0.6856
6
+ },
7
+ "sk": {
8
+ "precision": 0.6692,
9
+ "recall": 0.6771,
10
+ "f1": 0.6731
11
+ }
12
+ }
experiments/sk-zh/preds_sk.csv ADDED
The diff for this file is too large to render. See raw diff
 
experiments/sk-zh/preds_zh.csv ADDED
@@ -0,0 +1,545 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ input,gold,pred
2
+ 我等了 10-15 分钟服务点了一杯啤酒,但之后再也没有人提供服务。,"{service general, 服务, negative}","{service general, 服务, negative}"
3
+ 氛围 是孩子们在迪士尼市中心奔跑时享受的一个宁静而轻松的休息时间。,"{ambience general, 氛围, positive}","{ambience general, 氛围, positive}"
4
+ 隐藏的小杰姆,"{restaurant general, null, positive}","{restaurant miscellaneous, null, positive}"
5
+ 我和一位外地的朋友一起去了那里...我们都非常感动!,"{restaurant general, null, positive}","{restaurant general, null, positive}"
6
+ 它有很棒的寿司甚至更好的服务。,"{food quality, 寿司, positive};{service general, 服务, positive}","{food quality, 寿司, positive};{service general, 服务, positive}"
7
+ 他们的所有菜单项都很受欢迎,而且还提供含羞草鸡尾酒。,"{food quality, 菜单项, positive}","{drinks style_options, 含羞草鸡尾酒, positive};{food style_options, 菜单项, positive}"
8
+ –...以及最佳的夏季甲板体验——如果您在西雅图的夜晚感到寒冷,他们甚至会给您送来毯子。,"{ambience general, 甲板, positive};{service general, null, positive}","{ambience general, 甲板, positive}"
9
+ – 在西雅图住了 12 年之后雷家被评为我们总是回去的地方。,"{restaurant general, 雷家, positive}","{restaurant general, 雷家, positive}"
10
+ 在这儿你不会出错。,"{restaurant general, null, positive}","{restaurant general, null, positive}"
11
+ 我想我可能已经尝试过他们菜单上的每道菜至少一次,每道菜都很棒。,"{food quality, 菜单, positive}","{food quality, 菜单, positive}"
12
+ – 意大利辣香肠 切得很厚——好吃。,"{food style_options, 意大利辣香肠, positive}","{food quality, 意大利辣香肠, positive}"
13
+ 绿茶焦糖布丁我每次吃都觉得味道更好。,"{food quality, 绿茶焦糖布丁, positive}","{food quality, 绿茶焦糖布丁, positive}"
14
+ 不要以为太精致,你就觉得不舒服,而要打扮。,"{ambience general, null, positive}","{ambience general, null, negative}"
15
+ 气氛很好。,"{ambience general, 气氛, positive}","{ambience general, 气氛, positive}"
16
+ 绝对棒极了!,"{restaurant general, null, positive}","{restaurant general, null, positive}"
17
+ 避开地点,"{restaurant general, 地点, negative}","{restaurant general, 地点, negative}"
18
+ 说实话,我吃过更好的冷冻食品披萨。,"{food quality, 披萨, negative}","{food quality, 披萨, negative}"
19
+ 服务 非常出色——有时感觉我们受到了一群友好的 服务员 的服务。,"{service general, 服务员, positive};{service general, 服务, positive}","{service general, 服务员, positive};{service general, 服务, positive}"
20
+ 而且他们把所有东西都包装得很好,所以不会洒出来。,"{service general, null, positive}","{food style_options, null, positive}"
21
+ 非常好 !,"{restaurant general, null, positive}","{restaurant general, null, positive}"
22
+ 这食物是有罪的。,"{food quality, 食物, positive}","{food quality, 食物, negative}"
23
+ 首先,大约 8-10 盎司橙汁的价格为 3 美元。,"{drinks prices, 橙汁, negative}","{drinks prices, 橙汁, negative}"
24
+ 好清酒选择。,"{drinks style_options, 清酒选择, positive}","{drinks quality, 清酒选择, positive}"
25
+ 尽管我可以没有和我们一起度过这个夜晚的年轻人,但我们出色的服务员和食物使这次体验非常愉快。,"{restaurant miscellaneous, null, positive};{food quality, 食物, positive};{service general, 服务员, positive}","{food quality, 食物, positive};{service general, 服务员, positive}"
26
+ 多么棒的发现啊!,"{restaurant general, null, positive}","{restaurant general, null, positive}"
27
+ – Mioposto 有非常有创意又美味的披萨菜单。,"{food quality, 披萨菜单, positive};{food style_options, 披萨菜单, positive}","{food style_options, 披萨菜单, positive};{food quality, 披萨菜单, positive}"
28
+ 在最近的一次旅行中,我们的服务员极其不屑一顾,而至少三名工作人员却对坐在附近的一对日本女孩百般伺候。,"{service general, 服务员, negative}","{service general, 工作人员, negative};{service general, 服务员, negative}"
29
+ 当我点这类食物时,我通常吃不完西兰花,但第一次吃到时,每一块都和第一块一样丰富多彩……扇贝和虾非常新鲜,烹饪得非常好。,"{food quality, 虾, positive};{food quality, 西兰花, positive};{food quality, 扇贝, positive}","{food quality, null, positive};{food style_options, null, positive};{food quality, 蜂蜜烤虾, positive};{food quality, 扇贝, positive}"
30
+ 它不是最便宜的寿司但每次都是值得的。,"{food prices, 寿司, neutral};{food quality, 寿司, positive}","{food prices, 寿司, negative};{food quality, 寿司, positive}"
31
+ 在那里吃过饭后,你绝不会感到恶心和饱。,"{food quality, null, positive}","{restaurant general, null, positive}"
32
+ 作为一个四人小团体的一部分,���们的食物被毫无评论地送走了;,"{service general, null, negative}","{service general, null, negative}"
33
+ 我希望有一天纵帆船或更高版本能恢复到以前的样子。,"{restaurant general, 纵帆船或更高版本, negative}","{restaurant general, 纵帆船或更高版本, negative}"
34
+ 首先,食物上得很快,而且很齐整:)我喜欢这一点...我讨厌食物一件接一件上来的浮夸。,"{service general, null, positive}","{service general, null, positive}"
35
+ 食物很棒!,"{food quality, 食物, positive}","{food quality, 食物, positive}"
36
+ 如果某个地方在开放期间,每周的每一天都有人排队,那你就知道它很棒了。,"{restaurant general, 地方, positive}","{restaurant miscellaneous, 地方, positive}"
37
+ 最令人惊喜的是,支票没有超出我的预期,就像在大多数地方一样。,"{restaurant prices, null, positive}","{restaurant prices, null, positive}"
38
+ 充其量,食物很好,但价格肯定过高。,"{food prices, 食物, negative};{food quality, 食物, positive}","{restaurant prices, null, negative};{food quality, 食物, positive}"
39
+ 室外露台区有一个简短的菜单。,"{food style_options, 菜单, neutral}","{drinks style_options, 室外露台区, neutral}"
40
+ 洛杉矶最佳印度菜,"{food quality, 印度菜, positive}","{food quality, 印度菜, positive}"
41
+ 直奔主题吧--这真是太神奇了!,"{restaurant general, null, positive}","{food quality, null, positive}"
42
+ 食物 已经不像以前那样了 ( 药水 已经严重缩减) 价格上涨了,而且 服务 是我在任何地方 (包括欧洲大陆) 经历过的最差的。,"{food prices, 食物, negative};{food style_options, 药水, negative};{food quality, 食物, negative};{service general, 服务, negative}","{food quality, 食物, negative};{food prices, 食物, negative};{service general, 服务, negative}"
43
+ 黎巴嫩食物!好吃!,"{food quality, 黎巴嫩食物, positive}","{food quality, 黎巴嫩食物, positive}"
44
+ 西兰花非常新鲜,味道也很好。,"{food quality, 西兰花, positive}","{food quality, 西兰花, positive}"
45
+ 而且他们提供的数量和价格都很合适。,"{food style_options, null, positive}","{food prices, 数量, positive};{food style_options, 数量, positive}"
46
+ 非常令人失望,"{restaurant general, null, negative}","{food quality, null, negative}"
47
+ 西雅图最佳 酒单,"{drinks style_options, 酒单, positive}","{drinks style_options, 酒单, positive}"
48
+ – 我对这个地方说不完。,"{restaurant general, 地方, positive}","{restaurant general, 地方, positive}"
49
+ – 我已经在这个地方吃饭超过 8 年了,从来没有吃过一顿糟糕的餐。,"{food quality, 餐, positive}","{food quality, 餐, positive}"
50
+ 我回到家并再次在网上查找,发现有一个赠品链接无效,于是给餐厅发了一封电子邮件,告知他们不存在的服务和欺骗性链接。,"{restaurant miscellaneous, 餐厅, negative}","{service general, null, negative}"
51
+ 价值 100 美元(1 盘)的盘子里摆满了精美的(3 块奇异的鱼)菜肴,但没有一块是可吃的。,"{food quality, 奇异的鱼, negative};{food style_options, 奇异的鱼, negative};{food prices, 盘子, negative}","{food quality, 她(3 块奇异的鱼, negative};{food prices, 盘子, negative}"
52
+ 我吃了美味的羊肉咖喱,萨格奶酪,萨莫萨三角饺,印度烤饼等。,"{food quality, 萨格奶酪, positive};{food quality, 印度烤饼, positive};{food quality, 羊肉咖喱, positive};{food quality, 萨莫萨三角饺, positive}","{food quality, 印度烤饼, positive};{food quality, 羊肉咖喱, positive};{food quality, 萨格奶酪, positive};{food quality, 萨莫萨三角饺, positive}"
53
+ 服务非常好寿司。,"{food quality, 寿司, positive}","{food quality, 寿司, positive};{service general, 服务, positive}"
54
+ 和往常一样,主厨搭配在新鲜度上没有让人失望,尽管在创造力和选择性方面得分较低。,"{food quality, 主厨搭配, positive};{food style_options, 主厨搭配, negative}","{food quality, null, positive};{food style_options, null, negative};{food style_innovative, null, negative}"
55
+ 米饭太干,金枪鱼也不太新鲜。,"{food quality, 金枪鱼, negative};{food quality, 米饭, negative}","{food quality, null, negative};{food quality, 米饭, negative}"
56
+ 他们的蟹肉班尼迪克蛋令人上瘾。,"{food quality, 蟹肉班尼迪克蛋, positive}","{food quality, 蟹肉班尼迪克蛋, positive}"
57
+ 留点空间吃美味的甜点。,"{food quality, 甜点, positive}","{food quality, 甜点, positive}"
58
+ 我们的服务员非常专业且友好。,"{service general, 服务员, positive}","{service general, 服务员, positive}"
59
+ 我是根据推荐来这里的,并且肯定会一次又一次地再来。,"{restaurant general, null, positive}","{restaurant general, null, positive}"
60
+ 食物 都很好,但是味道太淡了。,"{food quality, 食物, positive};{food quality, 食物, negative}","{food quality, 食物, negative}"
61
+ – 我和我的丈夫喜欢在 Mioposto Café 吃饭。,"{restaurant general, Mioposto 咖啡馆, positive}","{restaurant general, Mioposto Café, positive}"
62
+ – 这是一次很棒的用餐体验。,"{restaurant general, null, positive}","{restaurant general, null, positive}"
63
+ 工作人员 真的很友好。,"{service general, 工作人员, positive}","{service general, 工作人员, positive}"
64
+ 我们每人轻易就花掉了 40 多美元(不包括酒水),而且仍然很饿。,"{restaurant prices, null, negative};{food style_options, null, negative}","{food prices, null, negative};{food quality, null, negative}"
65
+ 就新鲜度而言,这里与东京的餐厅不相上下。,"{food quality, null, positive}","{restaurant miscellaneous, null, positive}"
66
+ Groovy音乐让晚餐变得轻松随意。,"{ambience general, 音乐, positive}","{ambience general, Groovy音乐, positive}"
67
+ 在我们团体中的一名成员被一名女服务员反复撞倒后,我们礼貌地请求他不要被撞,这让那名女服务员开始破口大骂。,"{service general, 女服务员, negative}","{service general, 女服务员, negative}"
68
+ – Ray's(令人惊讶地)拥有这座城市最好、最丰富多彩的酒单。,"{drinks style_options, 酒单, positive}","{drinks style_options, 酒单, positive}"
69
+ 不过我可能不会再回去,因为我不知道是否值得。,"{restaurant general, null, negative}","{restaurant general, null, negative}"
70
+ 薯片和莎莎酱 非常美味,而且价格非常实惠。,"{restaurant prices, null, positive};{food quality, 薯片和莎莎酱, positive}","{food quality, 薯片, positive};{food prices, 薯片, positive};{food quality, 莎莎酱, positive};{food prices, 莎莎酱, positive}"
71
+ 侍酒师 非常棒,很踏实,而且知识渊博。,"{service general, 侍酒师, positive}","{service general, 侍酒师, positive}"
72
+ 大厚意大利辣香肠,"{food style_options, 意大利辣香肠, positive}","{food quality, 意大利辣香肠, positive}"
73
+ 根本不值得去那里并在那里花钱!!!,"{restaurant general, null, negative}","{restaurant general, null, negative}"
74
+ 价格高得离谱,"{restaurant prices, null, negative}","{restaurant prices, null, negative}"
75
+ 室内氛围很现代。,"{ambience general, 室内氛围, positive}","{ambience general, 室内, positive}"
76
+ 不要去!,"{restaurant general, null, negative}","{restaurant general, null, negative}"
77
+ 在这种情况发生之前,我的建议是远离。,"{restaurant general, null, negative}","{restaurant general, null, negative}"
78
+ 哦,我忘了说了,他们没有面包服务。,"{service general, null, negative}","{service general, null, negative}"
79
+ 它们一点也不油腻。,"{food quality, null, positive}","{food quality, null, positive}"
80
+ 音乐 很棒,没有比这更好或更坏的夜晚,酒吧招待员 慷慨地倒酒,轻松的 氛围 会让你精神振奋。,"{ambience general, 氛围, positive};{ambience general, 音乐, positive};{drinks style_options, 酒吧招待员, positive}","{service general, 酒吧招待员, positive};{ambience general, 氛围, positive};{drinks style_options, 倒酒, positive};{ambience general, 音乐, positive}"
81
+ 不错氛围,但被高估了地点。,"{ambience general, 氛围, positive};{restaurant general, 地点, negative}","{ambience general, 地点, positive};{restaurant general, 地点, negative};{ambience general, 氛围, positive}"
82
+ 这里的寿司很美味!,"{food quality, 寿司, positive}","{food quality, 寿司, positive}"
83
+ – 我非常高兴地报告,我上周五在Ray's Boathouse吃的晚餐完全超出了我的预期。,"{restaurant general, Ray's Boathouse, positive}","{food quality, 晚餐, positive}"
84
+ 就食品质量而言,晚餐一直都很棒。,"{food quality, 晚餐, positive}","{food quality, 食品, positive}"
85
+ 他们的应用程序都很美味。,"{food quality, 应用程序, positive}","{food quality, null, positive}"
86
+ 蓝丝带不负其盛名。,"{restaurant general, 蓝丝带, positive}","{restaurant general, 蓝丝带, positive}"
87
+ 我感到很尴尬,下次就去了赌场的卫生间。,"{restaurant miscellaneous, null, negative}","{restaurant miscellaneous, 赌场的卫生间, negative}"
88
+ – 我决定在 Stack 吃饭,因为他们的演出前晚餐有固定价格。,"{food prices, 演出前晚餐有固定价格, neutral}","{restaurant prices, Stack, positive}"
89
+ – 我带父母来这里庆祝他们的结婚纪念日——非常非常失望!!!,"{restaurant general, null, negative}","{restaurant general, null, negative}"
90
+ 无与伦比寿司!,"{food quality, 寿司, positive}","{food quality, 寿司, positive}"
91
+ 首先,我们可爱的服务员布鲁克很快就过来为我拿下饮料订单。,"{service general, 布鲁克, positive}","{service general, 服务员布鲁克, positive}"
92
+ 每次叫“0-sixtynine”的时候调酒师都会给大家买酒!,"{service general, 调酒师, positive}","{service general, 调酒师, positive}"
93
+ 无尽的乐趣,令人敬畏音乐,很棒员工!!!,"{service general, 员工, positive};{restaurant general, null, positive};{ambience general, 音乐, positive}","{ambience general, 音乐, positive};{restaurant general, null, positive};{service general, 员工, positive}"
94
+ 公平菜单选择。,"{food style_options, 菜单选择, neutral}","{food prices, 菜单选择, positive}"
95
+ 晚餐的第一部分,有两个淘气的孩子坐在我们附近......后来他们被一个可爱的青春期前儿童所取代,每次在她的餐桌上提到海鲜,她都会假装作呕。,"{restaurant miscellaneous, null, negative}","{ambience general, null, negative};{service general, null, negative}"
96
+ 我拒绝了,因为在试图修复鸡蛋的过程中,他们打破了盘子中的其他东西,我太沮丧了,无法继续下去。,"{food quality, 盘子, negative}","{service general, null, negative}"
97
+ 有很多菜,但最好的是三种龙虾。,"{food quality, 三种龙虾, positive}","{food style_options, 菜, neutral};{food quality, 三种龙虾, positive}"
98
+ 开胃菜 很有趣,但是 焦糖布丁 非常美味可口。,"{food quality, 焦糖布丁, positive};{food quality, 开胃菜, positive}","{food quality, 焦糖布丁, positive};{food style_options, 开胃菜, positive}"
99
+ 装饰 美丽而独特。,"{ambience general, 装饰, positive}","{ambience general, 装饰, positive}"
100
+ 它新鲜,热情,美味,令人放松。,"{food quality, null, positive};{ambience general, null, positive}","{food quality, null, positive}"
101
+ 令人上瘾!,"{restaurant general, null, positive}","{food quality, null, positive}"
102
+ 甚至连我通常认为太干的鹰嘴豆都好吃。,"{food quality, 鹰嘴豆, positive}","{food quality, 鹰嘴豆, positive}"
103
+ 这地方太棒了!!,"{restaurant general, 地方, positive}","{restaurant general, 地方, positive}"
104
+ "这 是 一个 极大 的 赞美 , 特别 是 在 变化无常 的 餐饮 业 中 , ... 已经 足够 了 ! ","{restaurant general, null, positive}","{restaurant general, null, positive}"
105
+ 我端着空杯子坐在那里二十多分钟后就离开了。,"{service general, null, negative}","{service general, null, negative}"
106
+ 一定要尝尝牡蛎卷。,"{food quality, 牡蛎卷, positive}","{food quality, 牡蛎卷, positive}"
107
+ 我很惊讶这个餐厅被归类为$ $ $ 而不是$ $ $ $ 。,"{restaurant prices, 餐厅, negative}","{restaurant prices, 餐厅, negative}"
108
+ 还不错,但没有什么特别的。,"{food quality, null, neutral}","{food quality, null, neutral}"
109
+ 服务 有点慢,我们的 女服务员 花了很长时间才给我们账单,尽管当时不是很忙。,"{service general, 女服务员, negative};{service general, 服务, negative}","{service general, 女服务员, negative};{service general, 服务, negative}"
110
+ – 很棒饮料、玉米牛肉丁、咖啡、B 快餐卷饼、无麸质菜单。,"{drinks quality, 咖啡, positive};{food style_options, 菜单, positive};{food quality, 玉米牛肉丁, positive};{drinks quality, 饮料, positive};{food quality, B 快餐卷饼, positive}","{food quality, 玉米牛肉丁, positive};{drinks quality, 饮料, positive};{food quality, B 快餐卷饼, positive};{food quality, 无麸质菜单, positive};{drinks quality, 咖啡, positive}"
111
+ 午餐菜单 太划算了!,"{food prices, 午餐菜单, positive}","{food prices, 午餐菜单, positive}"
112
+ 她花了很长时间才为我们点菜,续水的要求太高了,而且唯一一次她速度很快的是当我们要求结账时,我们才引起了她的注意。,"{service general, null, negative}","{service general, null, negative};{service general, she, negative}"
113
+ 服务员有点不友好,感觉餐厅很拥挤。,"{ambience general, 感觉, negative};{service general, 服务员, negative}","{ambience general, 餐厅, negative};{service general, 服务员, negative}"
114
+ – 我最近有幸在第二大街这家令人愉快的餐厅用餐,哇,我们度过了一个多么美好的夜晚。,"{restaurant general, 餐厅, positive}","{restaurant general, 餐厅, positive}"
115
+ 这里的特色菜是颓废菜煎饼,但我已经回来过四次了,每次都让我惊叹不已。,"{food quality, 煎饼, positive}","{food quality, 特色菜是颓废菜煎饼, positive}"
116
+ – 在市中心坐下来吃墨西哥菜相当便宜。,"{restaurant prices, null, positive};{location general, null, positive}","{restaurant prices, null, positive}"
117
+ 开胃菜:牡蛎、龙虾、螃蟹(小份)对我的妻子来说是一道完美的主菜。,"{food quality, 开胃菜:牡蛎、龙虾、螃蟹(小份, positive}","{food quality, 开胃菜:牡蛎、龙虾、螃蟹(小份, positive}"
118
+ 我刚刚发现你可以在晚上和周末拥有一个属于你自己的地方来举办一个私人聚会——迫不及待地想在那里庆祝我的下一个生日。,"{restaurant miscellaneous, 地方, positive}","{restaurant miscellaneous, 地方, positive}"
119
+ – 与西雅图的大多数餐厅一样,Mioposto 的服务很差而且食物价格过高。,"{food prices, 食物, negative};{service general, 服务, negative}","{restaurant prices, Mioposto, negative};{service general, 服务, negative}"
120
+ 但你可以很容易地听到他的声音,所以那是一种令人愉快的声音,而不是霸道的。,"{ambience general, null, positive}","{ambience general, null, positive}"
121
+ 你亲自去那儿看看吧。,"{restaurant general, null, positive}","{restaurant general, null, positive}"
122
+ 如果服务不是那么没有人情味和企业化的话,这是一个很棒的地方,有很大的潜力成为社区酒吧。,"{restaurant general, 地方, positive};{service general, 服务, negative}","{restaurant general, 地方, positive};{service general, 服务, negative}"
123
+ 墨菲餐厅的 早午餐 美味极了,我的拿手菜... 蛋清煎蛋卷,食物 总是新鲜烹制的。,"{food quality, 蛋清煎蛋卷, positive};{food quality, 早午餐, positive};{food quality, 食物, positive}","{food quality, 早午餐, positive};{food quality, 蛋清煎蛋卷, positive};{food quality, 食物, positive}"
124
+ 妈妈咪呀——我就住在这个附近,很幸运能住在这么棒的披萨店附近。,"{restaurant general, 披萨店, positive}","{restaurant general, 披萨店, positive}"
125
+ – 隐藏在比弗利中心附近。,"{location general, null, neutral}","{location general, null, neutral}"
126
+ 工作人员非常友好。,"{service general, 工作人员, positive}","{service general, 工作人员, positive}"
127
+ 而且服务简直太棒了——令人非常高兴。,"{service general, 服务, positive}","{service general, 服务, positive}"
128
+ 好吧...——也许我去的时候正好是某人心情不好的时候......,"{restaurant general, null, negative}","{service general, null, negative}"
129
+ 我尝过水母、竹荚鱼、蓝鳍金枪鱼和清酒鱼卷等,味道都很好吃。,"{food quality, 水母, positive};{food quality, 蓝鳍金枪鱼, positive};{food quality, 竹荚鱼, positive};{food quality, 清酒鱼卷, positive}","{food quality, 水母, positive};{food quality, 竹荚鱼, positive};{food quality, 蓝鳍金枪鱼, positive};{food quality, 清酒鱼卷, positive}"
130
+ 你还能说什么 很棒 人 很棒 食物 哇哦,"{service general, 人, positive};{food quality, 食物, positive}","{food quality, 食物, positive};{service general, 人, positive}"
131
+ 一直都很好。,"{restaurant general, null, positive}","{restaurant general, null, positive}"
132
+ 之后我觉得口干舌燥,离开餐厅后,喉咙里仍然有股独特的“味精”味道。,"{food quality, null, negative}","{food quality, 味精, negative}"
133
+ 噢是的... 视图 也很好。,"{location general, 视图, positive}","{location general, 视图, positive}"
134
+ 经理 不断地打断我们说“我还能为您做些什么吗?”,这是一个奇怪的评论,因为她几乎没有听我们说话,更不用说回应我们对这次经历所表达的失望了。,"{service general, 经理, negative}","{service general, 经理, negative}"
135
+ 服务从平庸到令人反感。,"{service general, 服务, negative}","{service general, 服务, negative}"
136
+ 新鲜原料而且超级美味。,"{food quality, null, positive};{food quality, 原料, positive}","{food quality, 原料, positive};{food quality, null, positive}"
137
+ 这家餐厅的氛围很好,适合享用精致的菜肴。,"{ambience general, 氛围, positive}","{ambience general, 氛围, positive};{food quality, 菜肴, positive}"
138
+ 而且楼上是一个很棒的闲逛地点。,"{ambience general, 楼上, positive}","{ambience general, 楼上, positive}"
139
+ - 不错 。,"{restaurant general, null, neutral}","{restaurant general, null, positive}"
140
+ 我吃了Kafta 盘子,它很完美。,"{food quality, Kafta 盘子, positive}","{food quality, Kafta 盘子, positive}"
141
+ – 这个地方因其早餐而闻名。,"{food quality, 早餐, positive}","{food quality, 早餐, positive}"
142
+ 等了 35 分钟才等到一张 8 人桌,对于这么大一群人来说还算可以。,"{service general, null, neutral}","{service general, null, neutral}"
143
+ 全体 工作人员 都非常热情周到,照顾到我的每一个需要。,"{service general, 工作人员, positive}","{service general, 工作人员, positive}"
144
+ 这个地方真的很不错氛围... 美妙音乐,气氛而且看起来很开心人们。,"{restaurant miscellaneous, 人们, positive};{ambience general, 氛围, positive};{ambience general, 气氛, positive};{ambience general, 音乐, positive}","{ambience general, 人们, positive};{ambience general, 氛围, positive};{ambience general, 音乐, positive}"
145
+ 尝试一下主厨精选寿司,因为烟熏黄尾鱼令人难以置信,而且卷也很美味。,"{food quality, 卷, positive};{food quality, 主厨精选寿司, positive};{food quality, 烟熏黄尾鱼, positive}","{food quality, 卷, positive};{food quality, 烟熏黄尾鱼, positive};{food quality, 主厨精选寿司, positive}"
146
+ 寿司非常新鲜?你会觉得海洋就在他们家的后院,这可不是开玩笑!,"{food quality, 寿司, positive}","{food quality, 寿司, positive}"
147
+ 食物 很好,但比平常 莎莎酱 稍微好吃一点。,"{food quality, 莎莎酱, positive};{food quality, 食物, positive}","{food quality, 莎莎酱, positive};{food quality, 食物, positive}"
148
+ 对于挑剔的寿司爱好者和品尝过纽约最佳美食的人来说,鱼是最新鲜的,服务也是一流的。,"{food quality, 鱼, positive};{service general, 服务, positive}","{food quality, 鱼, positive};{service general, 服务, positive}"
149
+ 老可靠,"{restaurant general, null, positive}","{restaurant general, 老可靠, positive}"
150
+ 镇上最好的寿司店之一。,"{restaurant general, 寿司店, positive}","{restaurant general, 寿司店, positive}"
151
+ 从 食物 方面来说,还不错,但是考虑到 餐厅 并不是一个高档的地方,所以价格有点贵。,"{food quality, 食物, neutral};{restaurant prices, 餐厅, negative};{ambience general, 餐厅, neutral}","{restaurant prices, 餐厅, neutral};{food quality, 食物, positive}"
152
+ – 喜欢他们的披萨,尤其是蘑菇披萨。,"{food quality, 披萨, positive};{food quality, 蘑菇披萨, positive}","{food quality, 蘑菇披萨, positive};{food quality, 披萨, positive}"
153
+ 它们装在自己精致的外卖盒中,上面涂着一些自制的糖霜;非常清淡而且不太甜。,"{food quality, null, positive}","{food quality, null, positive}"
154
+ 享受食物,"{food quality, 食物, positive}","{food quality, 食物, positive}"
155
+ 我已经去过这家餐厅十几次了,到目前为止还没有什么抱怨。,"{restaurant general, 餐厅, positive}","{restaurant general, 餐厅, positive}"
156
+ 我更喜欢自己点餐然后自己去取,因为我不喜欢那个服务员,尤其是那个年轻女子。,"{service general, 年轻女子, negative};{service general, 服务员, negative}","{service general, 女子, negative};{service general, 服务员, negative}"
157
+ 很棒的发现,"{restaurant general, null, positive}","{restaurant general, null, positive}"
158
+ 虽然不是最新鲜的海鲜,但是味道和外观还不错。,"{food quality, 海鲜, neutral};{food style_options, 海鲜, neutral}","{food quality, 海鲜, neutral}"
159
+ 但价值和服务都严重缺乏。,"{restaurant prices, null, negative};{service general, 服务, negative}","{restaurant prices, null, negative};{service general, 服务, negative}"
160
+ 在格拉梅西/联合广场/东村,这是我的邻居,也是我最喜欢的 地点。,"{restaurant general, 地点, positive}","{restaurant general, 地点, positive}"
161
+ 土豆配菜美味极了,labne(酸奶酱)也同样美味。,"{food quality, labne(酸奶酱, positive};{food quality, 土豆配菜, positive}","{food quality, 土豆配菜, positive};{food quality, labne(酸奶, positive}"
162
+ 惊人的 。,"{restaurant general, null, positive}","{food quality, null, positive}"
163
+ 多么美味、酥脆的美食啊!,"{food quality, null, positive}","{food quality, null, positive}"
164
+ 很棒食物,更好玛格丽塔酒!,"{drinks quality, 玛格丽塔酒, positive};{food quality, 食物, positive}","{food quality, 食物, positive};{drinks quality, 玛格丽塔酒, positive}"
165
+ 服务 确实周到、迷人。,"{service general, 服务, positive}","{service general, 服务, positive}"
166
+ 最重要的是,看到这个非常有创意的菜单后,我们对食物感到非常兴奋。,"{food style_options, 菜单, positive}","{food style_options, 菜单, positive}"
167
+ 适合 2 人居住的舒适点,"{ambience general, 点, positive}","{ambience general, null, positive}"
168
+ 最好的事情是,价格也相当合理。,"{restaurant prices, null, positive}","{restaurant prices, null, positive}"
169
+ 她答应和那位怒气冲冲走的女服务员谈话,但我们很难把她的诺言当真,因为她根本没记下女服务员的名字。,"{service general, null, negative}","{service general, 女服务员, negative}"
170
+ 鹰嘴豆咖喱(chana masala)也非常棒。,"{food quality, 鹰嘴豆咖喱(chana masala, positive}","{food quality, 鹰嘴豆咖喱(chana, positive}"
171
+ "这个机构在 Guy Fieri 主持的美食电视节目“DINERS , DRIVE-INS , AND DIVES”播出后(这是反复出现的故事),确实明显衰落了,其中 Schooner or Later 是该节目的主题。","{restaurant general, 机构, negative}","{restaurant miscellaneous, Schooner or Later, negative}"
172
+ 我喜欢珍宝蟹,在 Ray's 你可以用大约 6 种不同的方式享用它们!,"{food style_options, 珍宝蟹, positive}","{food quality, 珍宝蟹, positive}"
173
+ 食物 很美味,令人胃口大开。,"{food quality, 食物, positive}","{food quality, 食物, positive}"
174
+ 这真是太神奇了。,"{restaurant general, null, positive}","{food quality, null, positive}"
175
+ 这是一个享用美味餐点的好地方。,"{food quality, 餐点, positive}","{food quality, 餐点, positive}"
176
+ 另外,我对米饭过敏,但服务员却非常热情周到——甚至都没有眨一下眼睛!,"{service general, 服务员, positive}","{service general, 服务员, positive}"
177
+ – 我对 Pagoda 的食物非常失望。,"{food quality, 食物, negative}","{food quality, 食物, negative}"
178
+ 价格过高,"{restaurant prices, null, negative}","{restaurant prices, null, negative}"
179
+ 对于曾经是您吃过的最好的餐厅之一来说,这真是太可悲了。,"{restaurant general, null, negative}","{restaurant general, 餐厅, negative}"
180
+ 一旦进入内部,真正的体验就开始了。,"{restaurant general, null, positive}","{ambience general, 内部, positive}"
181
+ 服务员推荐了一杯完美的清酒!!,"{drinks quality, 清酒, positive}","{drinks quality, 一杯完美的清酒, positive};{service general, 服务员, positive}"
182
+ 业主 对有投诉的客人很挑衅。,"{service general, 业主, negative}","{service general, 业主, negative}"
183
+ 您想要的一切,甚至更多,非常新鲜。,"{food quality, null, positive};{food style_options, null, positive}","{food quality, null, positive}"
184
+ 我的朋友很喜欢烤阿拉斯加帝王鲑鱼搭配美味的奶油华盛顿褐皮土豆和酥脆的青豆。,"{food quality, 奶油华盛顿褐皮土豆, positive};{food quality, 烤阿拉斯加帝王鲑鱼, positive};{food quality, 青豆, positive}","{food quality, 奶油华盛顿褐皮土豆, positive};{food quality, 烤阿拉斯加帝王鲑鱼, positive};{food quality, 青豆, positive}"
185
+ 食物非常好,菲力牛排大概是我尝过的最好的。,"{food quality, 菲力牛排, positive};{food quality, 食物, positive}","{food quality, 菲力牛排, positive};{food quality, 食物, positive}"
186
+ – 梅赛德斯餐厅味道太好了,服务无疑棒极了!,"{food quality, null, positive};{service general, 服务, positive}","{food quality, 餐厅, positive};{service general, 服务, positive}"
187
+ 我强烈推荐他们的各种萨格和奶豆腐和科尔马。,"{food quality, 科尔马, positive};{food quality, 奶豆腐, positive};{food quality, 萨格, positive}","{food quality, 奶豆腐, positive};{food quality, 萨格, positive};{food quality, 科尔马, positive}"
188
+ 食物 很棒,而且他们调制的 血腥玛丽 很美味。,"{drinks quality, 血腥玛丽, positive};{food quality, 食物, positive}","{drinks quality, 血腥玛丽, positive};{food quality, 食物, positive}"
189
+ 不错食物但是没有香料!,"{food quality, 食物, positive};{food quality, 食物, negative}","{food quality, 香料, negative};{food quality, 食物, positive}"
190
+ 另一个优点是餐厅四周都是玻璃墙,给人一种开放感觉的感觉。,"{ambience general, 感觉, positive}","{ambience general, 餐厅, positive}"
191
+ 好吃!,"{food quality, null, positive}","{food quality, null, positive}"
192
+ 浴室 本身很小,有两个马桶和一个水槽,女孩一直待在那儿从分配器里取出纸巾。,"{restaurant miscellaneous, 浴室, negative}","{ambience general, 浴室, negative}"
193
+ 喜欢辣酱玉米卷饼和鸡汤——一定要尝尝他们的特色菜。,"{food quality, 辣酱玉米卷饼, positive};{food quality, 鸡汤, positive};{food quality, 特色菜, positive}","{food quality, 辣酱玉米卷饼, positive};{food quality, 鸡汤——一定要尝尝他们的特色菜, positive}"
194
+ 这食物简直让人难忘!,"{food quality, 食物, positive}","{food quality, 食物, positive}"
195
+ 管理层应该真正注意并培训他们的服务员并教他们一些适当的礼仪。,"{service general, 服务员, negative}","{service general, 服务员, negative}"
196
+ 工作人员 很友好,装饰 很有道德且色彩缤纷。,"{service general, 工作人员, positive};{ambience general, 装饰, positive}","{ambience general, 装饰, positive};{service general, 工作人员, positive}"
197
+ 我吃过的最好的茹万蒸。,"{food quality, 茹万蒸, positive}","{food quality, 茹万蒸, positive}"
198
+ 份量对我来说足够了,但对于大胃王来说可能不太够。,"{food style_options, 份量, neutral}","{food style_options, 份量, neutral}"
199
+ 尝试一下Insalata 披萨!,"{food quality, Insalata 披萨, positive}","{food quality, Insalata 披萨, positive}"
200
+ 我仍然会推荐这个地方。,"{restaurant general, 地方, positive}","{restaurant general, 地方, positive}"
201
+ – 这里的寿司非常好,但是对于 5 美元一份的价格来说,要么鱼片应该更大一些,要么就不应该假装这是一家价格适中的餐厅(即使在纽约)。,"{food prices, 寿司, negative};{food style_options, 寿司, negative};{food quality, 寿司, positive};{restaurant prices, 餐厅, negative}","{food quality, 寿司, positive};{food prices, 寿司, negative}"
202
+ 您一定会度过一段非常愉快的时光。,"{restaurant general, null, positive}","{restaurant general, null, positive}"
203
+ 我们后来又回来了,并且获得了很棒的体验,品尝了更多的小吃和各种各样的啤酒(冰凉、美味)。,"{drinks quality, 啤酒, positive};{restaurant general, null, positive}","{drinks quality, 啤酒(冰凉, positive};{food quality, 小吃, positive}"
204
+ 镇上最好的寿司。,"{food quality, 寿司, positive}","{food quality, 寿司, positive}"
205
+ 工作人员非常友好,彬彬有礼,而且显然是中国人。,"{service general, 工作人员, positive}","{service general, 工作人员, positive}"
206
+ 我们点了一些小盘菜,洋葱圈、山羊奶酪披萨、烤芦笋和炸布里干酪和水果都很好吃。,"{food quality, 烤芦笋, positive};{food quality, 洋葱圈, positive};{food quality, 炸布里干酪和水果, positive};{food quality, 山羊奶酪披萨, positive}","{food quality, 洋葱圈, positive};{food quality, 炸布里干酪和水果, positive};{food quality, 烤芦笋, positive};{food quality, 山羊奶酪披萨, positive}"
207
+ 干得好!,"{restaurant general, null, positive}","{restaurant general, null, positive}"
208
+ 不过,后来我意识到一件事,那就是这家餐厅在牛排上要么用了味精,要么用了嫩肉粉。,"{food quality, 牛排, negative}","{food quality, 牛排, negative}"
209
+ 很棒清酒的选择。,"{drinks style_options, 清酒的选择, positive}","{drinks style_options, 清酒的选择, positive}"
210
+ 向这些人致敬。,"{restaurant general, null, positive}","{service general, 人, positive}"
211
+ 除非你只是来喝几杯,否则我不建议你去这里。,"{restaurant general, null, negative}","{restaurant miscellaneous, null, negative}"
212
+ 太棒了(1 瓶酒)。,"{drinks quality, 酒, positive}","{drinks quality, (1 瓶酒, positive}"
213
+ 芝麻开门拼盘给出的一大堆食物很划算。,"{food style_options, 芝麻开门拼盘, positive};{food prices, 芝麻开门拼盘, positive}","{food prices, 芝麻开门拼盘, positive};{food style_options, 芝麻开门拼盘, positive};{food quality, 芝麻开门拼盘, positive}"
214
+ 被高估太多了!!!,"{restaurant general, null, negative}","{restaurant general, null, negative}"
215
+ 值得等待,"{restaurant general, null, positive}","{restaurant general, null, positive}"
216
+ 没有比这更好的了。,"{restaurant general, null, positive}","{restaurant general, null, positive}"
217
+ 我们尝过的最好的蜂蜜核桃虾。,"{food quality, 蜂蜜核桃虾, positive}","{food quality, 蜂蜜核桃虾, positive}"
218
+ 他们已经登上了美食网络,这是他们应得的。,"{restaurant miscellaneous, null, positive}","{restaurant miscellaneous, null, positive}"
219
+ 我喜欢温暖、舒适的环境。,"{ambience general, 环境, positive}","{ambience general, 环境, positive}"
220
+ 傲慢态度,"{service general, null, negative}","{service general, null, negative}"
221
+ 气氛令人向往,装饰喜庆而令人惊叹……,"{ambience general, 气氛, positive};{ambience general, 装饰, positive}","{ambience general, 装饰, positive};{ambience general, 气氛, positive}"
222
+ 他们的特色卷令人印象深刻,尽管我不记得我们吃了什么。,"{food quality, 特色卷, positive}","{food quality, 卷, positive};{food style_options, 卷, positive}"
223
+ – 我很喜欢南瓜馄饨和山羊奶酪面疙瘩(一盘里有 5 个大面疙瘩,而不是 20 个左右的小面疙瘩),我姐姐也很喜欢她菠菜和土豆泥上的菲力牛排。,"{food quality, 南瓜馄饨, positive};{food quality, 山羊奶酪面疙瘩, positive};{food style_options, 山羊奶酪面疙瘩, positive};{food quality, 菠菜和土豆泥上的菲力牛排, positive}","{food quality, 南瓜馄饨, positive};{food quality, 山羊奶酪面疙瘩, positive}"
224
+ 份量不是最大 份量 但是足够了。,"{food style_options, 份量, neutral}","{food style_options, 份量, neutral}"
225
+ 和一些朋友一起去,喝一杯咖啡等待半个小时左右,享受比平常更多的乐趣早餐。,"{food quality, 早餐, positive};{restaurant general, null, positive}","{restaurant general, null, positive}"
226
+ 很棒服务。,"{service general, 服务, positive}","{service general, 服务, positive}"
227
+ 然后他们向我们收取了最贵的清酒费(每份 20 美元以上),但实际上我们喝的清酒价格还不到这个价格的一半。,"{service general, null, negative}","{drinks prices, 清酒, negative}"
228
+ 可口的,"{food quality, null, positive}","{food quality, null, positive}"
229
+ 咖喱鸡和鸡肉咖喱是我最喜欢的肉类菜肴。,"{food quality, 咖喱鸡, positive};{food quality, 鸡肉咖喱, positive}","{food quality, 咖喱鸡和鸡肉咖喱, positive}"
230
+ 世界上最好的餐厅、优秀装饰、优秀客户服务、友好经理,"{service general, 经理, positive};{restaurant general, 餐厅, positive};{ambience general, 装饰, positive};{service general, 客户服务, positive}","{ambience general, 装饰, positive};{restaurant general, 餐厅, positive};{service general, 客户服务, positive};{service general, 经理, positive}"
231
+ 饮料 很好。,"{drinks quality, 饮料, positive}","{drinks quality, 饮料, positive}"
232
+ 食物 的呈现是额外的奖励,它看起来和尝起来一样棒!,"{food quality, 食物, positive};{food style_options, 食物, positive}","{food style_options, 食物, positive}"
233
+ 即使如此,订单仍然不正确,我们仍在等待几件物品。,"{service general, null, negative}","{service general, null, negative}"
234
+ – 有一次我们在这里吃早餐时受到了非常粗鲁的对待。,"{service general, null, negative}","{service general, null, negative}"
235
+ 美味食物、绝佳位置和友好服务让我们年复一年地光临。,"{location general, 位置, positive};{food quality, 食物, positive};{service general, 服务, positive}","{location general, 位置, positive};{food quality, 食物, positive};{service general, 服务, positive}"
236
+ 哇 ! ! ! ! ! ! ! !,"{restaurant general, null, positive}","{restaurant general, null, positive}"
237
+ – 避免浪费时间,不要前往。,"{restaurant general, null, negative}","{restaurant general, null, negative}"
238
+ 食物 很美味,又便宜。,"{food quality, 食物, positive};{food prices, 食物, positive}","{food quality, 食物, positive};{food prices, 食物, positive}"
239
+ 嗯嗯...好!,"{restaurant general, null, positive}","{restaurant general, null, positive}"
240
+ 如果你在那里度过一天并且不想开车去吃饭,那就太好了。,"{location general, null, positive}","{restaurant miscellaneous, null, positive}"
241
+ 总而言之,我不得不说 Ray's Boathouse 值得拥有西雅图机构的称号。,"{restaurant general, Ray's Boathouse, positive}","{restaurant miscellaneous, Ray's Boathouse, positive}"
242
+ 非常超值寿司,品质高,而且很漂亮设置。,"{ambience general, 设置, positive};{food prices, 寿司, positive};{food quality, 寿司, positive}","{food quality, 寿司, positive};{food style_options, 寿司, positive};{food prices, 寿司, positive}"
243
+ 虽然份量太多,我几乎吃不完,但是我还是吃完了,因为它太美味了。,"{food style_options, null, neutral};{food quality, null, positive}","{food style_options, 份量, negative};{food quality, null, positive}"
244
+ 我喜欢这个餐厅,"{restaurant general, 餐厅, positive}","{restaurant general, 餐厅, positive}"
245
+ 不推荐!!!,"{restaurant general, null, negative}","{restaurant general, null, negative}"
246
+ 我们在那里站了 10 分钟,而员工来回走动,无视我们。,"{service general, 员工, negative}","{service general, 员工, negative}"
247
+ 我和我的女朋友都认为食物非常平庸,尤其是考虑到价格。,"{food prices, 食物, negative};{food quality, 食物, negative}","{food quality, 食物, negative};{food prices, 食物, negative}"
248
+ – 这里的食物令人难以置信,尽管午餐的质量不稳定。,"{food quality, 午餐, negative};{food quality, 食物, positive}","{food quality, 午餐, negative};{food quality, 食物, positive}"
249
+ 对于这个地方我并没有什么不好的评价。,"{restaurant general, 地方, positive}","{restaurant general, 地方, positive}"
250
+ 唯一的问题是你真的必须先加热披萨然后才能食用,即使你提前订购也是如此。,"{food quality, 披萨, negative}","{food quality, 披萨, negative}"
251
+ – 这是我“必须带外地客人去”的餐厅,他们总是很喜欢它并对其赞不绝口。,"{restaurant general, 餐厅, positive}","{restaurant miscellaneous, 餐厅, positive}"
252
+ 我吃了kafta 盘并且我很喜欢它。,"{food quality, kafta 盘, positive}","{food quality, kafta 盘, positive}"
253
+ 很显然他并不真的关心。,"{service general, null, negative}","{service general, null, negative}"
254
+ 我点的凯撒沙拉柠檬太多了,我吃不下去。,"{food quality, 凯撒沙拉, negative}","{food quality, 凯撒沙拉, negative}"
255
+ 我们的服务员整个晚上都很细心,但我仍然对一个问题感到困惑:谁认为Ray's是带小孩子去吃饭的合适地方?,"{restaurant miscellaneous, Ray's, neutral};{service general, 服务员, positive}","{restaurant miscellaneous, Ray's, negative};{service general, 服务员, positive}"
256
+ "好 食物 , 很好 服务 , 平均价格 ( 拉斯维加斯大道 )","{restaurant prices, null, neutral};{food quality, 食物, positive};{service general, 服务, positive}","{food prices, 食物, neutral};{food quality, 食物, positive};{service general, 服务, positive}"
257
+ 星期六下午 6 点,百老汇戏剧演出前,我们很快就入座并得到了服务。,"{service general, null, positive}","{service general, 服务, positive}"
258
+ 他们对一切都非常细心,从味噌汤到复杂卷。,"{food quality, 卷, positive};{food quality, 味噌汤, positive}","{food quality, 卷, positive};{food quality, 味噌汤, positive}"
259
+ 加上小费共计 6 美元。,"{restaurant prices, null, positive}","{service general, null, negative}"
260
+ 气氛很棒。,"{ambience general, 气氛, positive}","{ambience general, 气氛, positive}"
261
+ 换句话说,如果他们没有从您身上赚钱,那么您在他们的“服务等级”上的评分就不会很高。,"{service general, 服务, negative}","{restaurant prices, null, negative};{service general, 服务等级, negative}"
262
+ – 我真的很喜欢在这里吃的顿饭。,"{food quality, 顿饭, positive}","{food quality, 饭, positive}"
263
+ 播放的音乐很时髦,有20-30首流行音乐,但音响系统的低音炮却位于我的座位下方,这在晚餐时变得很烦人。,"{ambience general, 音响系统的低音炮, negative};{ambience general, 音乐, positive}","{ambience general, 音响系统, negative};{ambience general, 低音炮, negative};{ambience general, 音乐, positive}"
264
+ 神圣鹰嘴豆泥!,"{food quality, 鹰嘴豆泥, positive}","{food quality, 鹰嘴豆泥, positive}"
265
+ 作为我的主菜���我非常喜欢烤阿拉斯加海扇贝搭配瑞士甜菜、洋蓟心、茴香和托斯卡纳佩科里诺奶酪。,"{food quality, 烤阿拉斯加海扇贝, positive};{food style_options, 烤阿拉斯加海扇贝, positive}","{food quality, 烤阿拉斯加海扇贝搭配瑞士甜菜、洋蓟心、茴香和托斯卡纳佩科里诺奶酪, positive}"
266
+ 装饰是质朴的、传统的日本风格。,"{ambience general, 装饰, neutral}","{ambience general, 装饰, positive}"
267
+ 不仅选择可以具有创新性,而且传统寿司也能保持良好的平衡。,"{food style_options, 寿司, positive};{food style_options, 选择, positive}","{food style_options, null, positive};{food quality, 寿司, positive}"
268
+ 你很可能会失望。,"{restaurant general, null, negative}","{restaurant general, null, negative}"
269
+ 食物 很棒,调酒师 也尽心尽力。,"{service general, 调酒师, positive};{food quality, 食物, positive}","{service general, 调酒师, positive};{food quality, 食物, positive}"
270
+ 该餐厅提供丰富的酒单和您难忘的氛围!,"{ambience general, 氛围, positive};{drinks style_options, 酒单, positive}","{ambience general, 氛围, positive};{drinks style_options, 酒单, positive}"
271
+ 馕 是我吃过的最好的食物之一,我真的很喜欢 巴达,番茄味不太重。,"{food quality, 馕, positive};{food quality, 巴达, positive}","{food quality, 馕, positive};{food quality, 番茄味不太重, positive}"
272
+ 致芝麻开门的主人......太棒了......我迫不及待地想回来到你们的餐厅吃饭!,"{restaurant general, 芝麻开门, positive}","{restaurant general, 芝麻开门的主人, positive}"
273
+ 尽管鱼切得很薄,但它很新鲜。,"{food style_options, 鱼, negative};{food quality, 鱼, positive}","{food quality, 鱼, positive}"
274
+ 从那时起我去过那里很多次,每次都过得很愉快。,"{restaurant general, null, positive}","{restaurant general, null, positive}"
275
+ 我最喜欢的西雅图餐厅披萨店,"{restaurant general, 披萨店, positive}","{restaurant general, 披萨店, positive}"
276
+ 我强烈推荐这个地方给所有第一次想尝试印度美食的人。,"{food quality, 印度美食, positive}","{restaurant miscellaneous, 地方, positive}"
277
+ 被高估了,"{restaurant general, null, negative}","{restaurant general, null, negative}"
278
+ 我经历过的最差服务,"{service general, 服务, positive}","{service general, 服务, negative}"
279
+ 事实证明,老板就坐在我们旁边,当他过来检查我们的问题时,却不屑一顾,只给我们的账单象征性地提供了 20% 的折扣。,"{service general, 老板, negative}","{service general, 老板, negative}"
280
+ 一天晚上,我和一些朋友去那里玩宾果游戏并观看红袜队的比赛,真是太棒了!,"{restaurant general, null, positive}","{restaurant general, null, positive}"
281
+ 完全被高估了!,"{restaurant general, null, negative}","{restaurant general, null, negative}"
282
+ – 鸡蛋、煎饼、土豆、新鲜水果和酸奶——他们供应的一切都十分美味。,"{food quality, null, positive};{food quality, 土豆, positive};{food quality, 煎饼, positive};{food quality, 鸡蛋, positive};{food quality, 新鲜水果, positive};{food quality, 酸奶, positive}","{food quality, 新鲜水果, positive};{food quality, 酸奶, positive};{food quality, 土豆, positive};{food quality, 鸡蛋, positive};{food quality, 煎饼, positive}"
283
+ – Ray's 是享受高品质海鲜晚餐的最佳去处。,"{food quality, 海鲜晚餐, positive}","{food quality, 海鲜, positive}"
284
+ 我也非常喜欢小餐馆的简洁装饰和亲密感觉。,"{ambience general, 装饰, positive};{ambience general, 感觉, positive}","{ambience general, 装饰, positive};{ambience general, 感觉, positive}"
285
+ 我们要回去了。:D,"{restaurant general, null, positive}","{restaurant general, null, positive}"
286
+ 我本该想到要提起这件事,但没想到食物会那么清淡。,"{food quality, 食物, negative}","{food quality, 食物, negative}"
287
+ 当我走进去时,我被他们令人难以置信的木质装饰震惊了。,"{ambience general, 木质装饰, positive}","{ambience general, 木质装饰, positive}"
288
+ 这是一家很小的地方所以如果你在周末(星期四 - 星期日)晚上 8 点之前到达那里,你会发现更容易在寿司吧找到一张桌子或一个座位。,"{restaurant miscellaneous, 地方, neutral}","{restaurant miscellaneous, 地方, positive}"
289
+ 最佳邻居待命。,"{restaurant general, 待命, positive}","{restaurant general, null, positive}"
290
+ 我会立刻再回去那里。,"{restaurant general, null, positive}","{restaurant general, null, positive}"
291
+ 价格非常合理,尤其是考虑到食物的质量。,"{food prices, 食物, positive}","{food prices, 食物, positive};{food quality, 食物, positive}"
292
+ 有足够的食物,相信我。,"{food style_options, 食物, positive}","{food style_options, 食物, positive}"
293
+ 这里是二人浪漫约会或秘密幽会的完美地点!,"{restaurant miscellaneous, 地点, positive};{ambience general, 地点, positive}","{restaurant miscellaneous, 地点, positive}"
294
+ 还有很棒的玛格丽塔酒!,"{drinks quality, 玛格丽塔酒, positive}","{drinks quality, 玛格丽塔酒, positive}"
295
+ 它很朴实,很隐秘。,"{ambience general, null, positive}","{ambience general, null, positive}"
296
+ 这个地方是我妈妈做的饭菜以外最好的。,"{food quality, null, positive}","{food quality, 地方, positive}"
297
+ 最佳地点是在游艇周围享用休闲的周日早餐,然后漫步到附近的农贸市场。,"{restaurant miscellaneous, 地点, positive}","{restaurant miscellaneous, 地点, positive}"
298
+ 如果可以的话,乘船来到这个地方并玩上一整个晚上。,"{restaurant miscellaneous, 地方, positive}","{restaurant general, 地方, positive}"
299
+ 我们吃的甜点是芒果姜汁焦糖布丁...噢啦啦,美味极了!!!,"{food quality, 芒果姜汁焦糖布丁, positive}","{food quality, 芒果姜汁焦糖布丁, positive}"
300
+ 等待是值得的,特别是当桌子准备好时他们会给你打电话。,"{restaurant general, null, positive}","{service general, 等待, positive}"
301
+ 他们拥有种类繁多的鱼,甚至列出了它们来自哪个大洋:大西洋或太平洋。,"{food style_options, 鱼, positive}","{food style_options, 鱼, positive}"
302
+ 嗯,我想,当一个人对工作人员来说是看不见的,那么就座是很难的。,"{service general, 工作人员, negative}","{service general, 工作人员, negative};{restaurant miscellaneous, null, negative}"
303
+ 非常开放和友好氛围。,"{ambience general, 氛围, positive}","{ambience general, 氛围, positive}"
304
+ 用餐结束后与经理的简短交谈让我们感到非常失望——说我们“被冷落”也是一种轻描淡写。,"{service general, 经理, negative}","{service general, 经理, negative}"
305
+ Ray's 是西雅图的一家老店,但考虑到它的美丽海峡景观,我曾怀疑它的荣誉更多是归功于它的风景,而不是它的食物和服务。,"{location general, 海峡景观, positive}","{location general, 海峡景观, positive};{restaurant general, Ray's, positive};{food quality, 食物, positive};{service general, 服务, positive}"
306
+ 我发誓再也不回来吃温热的啤酒和平庸的饭菜了。,"{drinks quality, 啤酒, negative};{food quality, 饭菜, negative}","{food quality, 饭菜, negative};{drinks quality, 啤酒, negative}"
307
+ 如果外面天气好的话,可以要求一张阳台的桌子。,"{ambience general, 阳台, positive}","{ambience general, 阳台的桌子, positive}"
308
+ 很棒食物,超棒氛围!,"{ambience general, 氛围, positive};{food quality, 食物, positive}","{ambience general, 氛围, positive};{food quality, 食物, positive}"
309
+ 我以一种不寻常的方式结束了这顿晚餐波特酒和巧克力品尝甜点......真好吃!,"{food quality, 波特酒和巧克力品尝甜点, positive}","{drinks quality, 波特酒, positive};{food quality, 甜点, positive}"
310
+ 我吃了贝类和虾开胃菜,味道还不错。,"{food quality, 贝类和虾开胃菜, neutral}","{food quality, 贝类和虾开胃菜, positive}"
311
+ 披萨 皮很薄,菜单 提供非常有创意的组合和配料。,"{food style_options, 披萨, positive};{food style_options, 菜单, positive}","{food style_options, 菜单, positive};{food quality, 披萨, positive}"
312
+ 这是一个享受美食和会见朋友的好地方。,"{food quality, 美食, positive};{restaurant miscellaneous, 地方, positive}","{restaurant general, 地方, positive}"
313
+ 服务 非常棒,咖啡 甚至按照星巴克的标准来看也很不错,食物 非常出色。,"{drinks quality, 咖啡, positive};{food quality, 食物, positive};{service general, 服务, positive}","{food quality, 食物, positive};{service general, 服务, positive};{drinks quality, 咖啡, positive}"
314
+ 这是地方放松和享受业界所能提供的最优质食物。,"{ambience general, 地方, positive};{food quality, 食物, positive}","{food quality, 食物, positive}"
315
+ 我会独自回去体验葡萄酒。,"{drinks quality, 葡萄酒, positive}","{restaurant general, null, positive}"
316
+ 西雅图最好的鱿鱼!,"{food quality, 鱿鱼, positive}","{food quality, 鱿鱼, positive}"
317
+ 斯努兹 的摆设非常精美,是那种只要你到那里就会感觉自己更高级的地方;但剥开层层外衣,你就会发现这是一家价格过高的 IHOP,而且菜单高档 菜单。,"{restaurant prices, 斯努兹, negative};{food style_options, 菜单, negative};{ambience general, 斯努兹, positive}","{ambience general, 排列, positive};{food prices, 高档 菜单, negative};{food prices, null, negative};{ambience general, 摆设, positive}"
318
+ 我向经理投诉,但他甚至没有道歉。,"{service general, 经理, negative}","{service general, 经理, negative}"
319
+ 不仅仅是一个伟大的景观!,"{location general, 景观, positive}","{location general, 景观, positive}"
320
+ 气氛还不错。,"{ambience general, 气氛, neutral}","{ambience general, 气氛, positive}"
321
+ 坐下后大约花了 30 分钟才终于吃到饭。,"{service general, null, negative}","{service general, null, negative}"
322
+ – 在餐厅不断削减成本的时代,很高兴看到有一家餐厅能够逆势而上,提供高品质食物和优质服务的服务,仅此而已。,"{food quality, 食物, positive};{service general, 服务, positive}","{food quality, 食物, positive};{service general, 服务, positive}"
323
+ 我非常喜欢氛围,但是食物不值这个价。,"{food prices, 食物, negative};{ambience general, 氛围, positive};{food quality, 食物, negative}","{ambience general, 氛围, positive};{food prices, 食物, negative}"
324
+ 它位于比佛利购物中心附近的一个商业街上,虽然不是最好的位置,但是食物让我不断回来。,"{location general, 位置, neutral};{food quality, 食物, positive}","{location general, 位置, negative};{food quality, 食物, positive}"
325
+ 在我的餐中,我不得不退回我的鸡蛋,因为一个简单的要求是在烹饪之前打碎蛋黄,如果我没有完全拒绝餐的话,我就不得不再次将它们送回。,"{food quality, 鸡蛋, negative};{food quality, 餐, negative}","{food quality, 鸡蛋, negative}"
326
+ 乐队 非常棒而且 服务 很周到。,"{ambience general, 乐队, positive};{service general, 服务, positive}","{ambience general, 乐队, positive};{service general, 服务, positive}"
327
+ – 如何形容纽约最好的寿司:嗯,美味,惊人,极好,多汁,完美,不,以上皆是。,"{food quality, 寿司, positive}","{food quality, 寿司, positive}"
328
+ – Schooner or Later 的迷人之处位于长滩码头的位置和平凡之处食物遗憾的是无法弥补其极差的品质客户服务。,"{service general, 客户服务, negative};{location general, 位于长滩码头的位置, positive};{food quality, 食物, neutral}","{location general, 位于长滩码头, positive};{food quality, 食物, negative};{service general, 客户服务, negative}"
329
+ 我们马上就坐了,那张桌子很私密,很舒适。,"{ambience general, table, positive};{ambience general, 桌子, positive}","{ambience general,桌子, positive}"
330
+ 好清酒,好食物——说实话,我根本不太了解日本食物。,"{drinks quality, 清酒, positive};{food quality, 食物, positive}","{drinks quality, 清酒, positive};{food quality, 食物, positive};{food quality, 日本食物, positive}"
331
+ 带上您的手机,因为您可能需要等待才能进入世界上最好的寿司餐厅:蓝带寿司。,"{restaurant general, 蓝带寿司, positive}","{restaurant general, 蓝带寿司, positive}"
332
+ 最后我们花了 27 美元,吃了 4 小份(2 份煎饼)、一份(3 份早餐卷饼)、一份(4 份橙汁)和一份(5 份冰茶)(我喝了水)。,"{food prices, 煎饼, negative};{drinks prices, 冰茶, negative};{food prices, 早餐卷饼, negative};{food style_options, 煎饼, negative};{drinks prices, 橙汁, negative}","{drinks prices, (5 份冰茶, positive};{drinks prices, (4 份橙汁, positive};{food prices, 4 小份(2 份煎饼, positive};{food prices, 3 份早餐卷饼, positive}"
333
+ 好食物!,"{food quality, 食物, positive}","{food quality, 食物, positive}"
334
+ 餐饮 令人难以置信,而且 Raouls 鸡肉蔬菜汤 震撼了我的世界!!!,"{food quality, Raouls 鸡肉蔬菜汤, positive};{food quality, 餐饮, positive}","{food quality, 鸡肉蔬菜汤, positive};{food quality, 餐饮, positive}"
335
+ 当我看到那个时我应该直接要求结账;但是他们的菜单是如此独特所以我继续吃了。,"{food style_options, 菜单, positive}","{food style_options, 菜单, positive}"
336
+ 很棒早餐,"{food quality, 早餐, positive}","{food quality, 早餐, positive}"
337
+ 龙虾烩饭鲈鱼是最好的。,"{food quality, 龙虾烩饭鲈鱼, positive}","{food quality, 龙虾烩饭鲈鱼, positive}"
338
+ – 无论您是想庆祝什么特殊场合,这里的氛围都非常棒。,"{ambience general, 氛围, positive}","{ambience general, 氛围, positive}"
339
+ 很棒时令鱼和海鲜,而且很优雅海滨环境。,"{ambience general, 海滨环境, positive};{food quality, 时令鱼, positive};{food quality, 海鲜, positive}","{ambience general, 海滨环境, positive};{food quality, 时令鱼, positive};{food quality, 海鲜, positive}"
340
+ 披萨 不是很大而且 饼皮 很薄... 点餐时请记住这一点。,"{food style_options, 披萨, neutral};{food style_options, 饼皮, neutral}","{food style_options, 披萨, negative};{food quality, 饼皮, negative}"
341
+ Mioposto 唯一的优点是其优越的位置。,"{location general, 位置, positive}","{location general, Mioposto, positive}"
342
+ 我也很欣赏他们的送货。,"{service general, 送货, positive}","{service general, 送货, positive}"
343
+ 非常失望。,"{restaurant general, null, negative}","{food quality, null, negative}"
344
+ 披萨 很美味,沙拉 也棒极了。,"{food quality, 披萨, positive};{food quality, 沙拉, positive}","{food quality, 披萨, positive};{food quality, 沙拉, positive}"
345
+ 最新鲜的寿司——我喜欢这个餐厅。,"{restaurant general, 餐厅, positive};{food quality, 寿司, positive}","{food quality, 寿司, positive}"
346
+ 牛排 做得完全符合我的口味 (半熟),而且美味多汁。,"{food quality, 牛排, positive}","{food quality, 牛排, positive}"
347
+ 说实话,如果您追求的是朴实无华的当地乐趣,那么来这里准没错。,"{ambience general, null, positive}","{restaurant miscellaneous, null, positive}"
348
+ 业主 非常有趣,啤酒选择 值得一去。,"{service general, 业主, positive};{drinks style_options, 啤酒选择, positive}","{drinks style_options, 啤酒选择, positive};{service general, 业主, positive}"
349
+ 很棒生啤酒和瓶装啤酒选择而且披萨很棒。,"{food quality, 披萨, positive};{drinks style_options, 生啤酒和瓶装啤酒选择, positive}","{drinks style_options, 瓶装啤酒选择, positive};{food quality, 披萨, positive};{drinks quality, 生啤酒, positive}"
350
+ 我保证你不会失望,这里还有代客停车服务。,"{restaurant general, null, positive};{restaurant miscellaneous, null, positive}","{service general, 代客停车服务, positive}"
351
+ 享用美味的夜宵食物。,"{food quality, 食物, positive}","{food quality, 夜宵食物, positive}"
352
+ 不过 份量 很大,所以不要点太多。,"{food style_options, 份量, neutral}","{food style_options, 份量, neutral}"
353
+ 绝对是我很长时间以来见过的最好的点唱机之一。,"{ambience general, 点唱机, positive}","{restaurant general, 点唱机, positive}"
354
+ 服务 不错。,"{service general, 服务, neutral}","{service general, 服务, positive}"
355
+ 绝对美味。,"{food quality, null, positive}","{food quality, null, positive}"
356
+ 噢,还有奶酪薯条太棒了!,"{food quality, 奶酪薯条, positive}","{food quality, 奶酪薯条, positive}"
357
+ 坐在外面后排的每个人都同意这是我们所经历过的最差的服务。,"{service general, 服务, negative}","{service general, 服务, negative}"
358
+ 我可能不是寿司大师,但我可以告诉你,这里的食物只是一般,没有什么特别之处。,"{food quality, 食物, negative}","{food quality, 食物, negative}"
359
+ 优秀食物,不错氛围,相当昂贵,"{restaurant prices, null, negative};{ambience general, 氛围, positive};{food quality, 食物, positive}","{ambience general, 氛围, neutral};{food quality, 食物, positive};{food prices, 食物, negative}"
360
+ 入口即化握寿司和生鱼片,而且非常美味卷寿司。,"{food quality, 握寿司, positive};{food quality, 生鱼片, positive};{food quality, 卷寿司, positive}","{food quality, 抱握寿司, positive};{food quality, 卷寿司, positive};{food quality, 生鱼片, positive};{food quality, 入口即化, positive}"
361
+ 最后,这是一顿令您终生难忘的餐饭!,"{food quality, 餐, positive}","{food quality, 餐饭, positive}"
362
+ 最好食物,卓越服务,"{food quality, 食物, positive};{service general, 服务, positive}","{food quality, 食物, positive};{service general, 服务, positive}"
363
+ 如果您想挥霍一晚,我推荐您来这里!(有点贵),"{restaurant prices, null, negative};{restaurant general, null, positive}","{restaurant prices, null, negative};{restaurant general, null, positive}"
364
+ 虽然这家餐馆的食物相当不错,但是餐厅工作人员似乎对我们的存在完全漠不关心,这种态度反映在服务的缺乏上。,"{service general, 餐厅工作人员, negative};{food quality, 食物, positive}","{service general, 服务, negative};{food quality, 食物, positive}"
365
+ 无可比性,"{restaurant general, null, positive}","{food quality, null, positive}"
366
+ 所以关于虾,它们很新鲜并且面糊有点脆......非常好......核桃被切成小块并且非常脆并且很好吃。,"{food quality, 虾, positive};{food quality, 面糊, positive};{food quality, 核桃, positive}","{food quality, 核桃, positive};{food quality, 虾, positive};{food quality, 面糊, positive}"
367
+ 我很高兴我家附近有一家很棒的意大利餐厅。,"{restaurant general, 意大利餐厅, positive}","{restaurant general, 意大利餐厅, positive}"
368
+ 我们等了一个小时才有座位。,"{service general, null, negative}","{service general, null, negative}"
369
+ 我们下了订单,虽然我们点了 4 份开胃菜,但食物直到 45 分钟后才送来......还有主菜。,"{service general, null, negative}","{service general, null, negative}"
370
+ 我已经等不及这个周末再回去了!,"{restaurant general, null, positive}","{restaurant general, null, positive}"
371
+ 如果您对美味(没有鱼的味道或气味)、大份份量和有创意寿司菜肴感兴趣,那么这里就是您的最佳选择……,"{food style_options, 份量, positive};{food quality, null, positive};{food style_options, 寿司菜肴, positive}","{food quality, 寿司菜肴, positive};{food style_options, 份量, positive}"
372
+ 一年中任何时候,这里都是接待外地客人的完美之地。,"{restaurant general, 地, positive}","{restaurant miscellaneous, 地方, positive}"
373
+ 我品尝了她盘子里的所有三道菜,味道都很棒。,"{food quality, 盘子, positive}","{food quality, 盘子里的��有三道菜, positive}"
374
+ 适合无需预订的深夜用餐(最后一刻计划)。,"{restaurant miscellaneous, null, positive}","{restaurant miscellaneous, null, positive}"
375
+ 我从来没有对那里的食物失望过。,"{food quality, 食物, positive}","{food quality, 食物, positive}"
376
+ – 迄今为止东村最好的酒吧……,"{restaurant general, 酒吧, positive}","{drinks quality, 酒吧, positive}"
377
+ 这是一个非常适合观赏人们的地方。,"{restaurant miscellaneous, 地方, positive}","{ambience general, 地方, positive}"
378
+ 空间 有限,但是 食物 弥补了这一点。,"{food quality, 食物, positive};{restaurant miscellaneous, 空间, negative}","{ambience general, 空间, negative};{food quality, 食物, positive}"
379
+ 扇贝 显然是用黑橄榄黄油烹制的,这确实使它们独一无二(更不用说美味了)。,"{food quality, 扇贝, positive};{food style_options, 扇贝, positive}","{food quality, 扇贝, positive};{food style_options, 扇贝, positive}"
380
+ 这个地方很迷人,让人放松。,"{ambience general, 地方, positive}","{ambience general, 地方, positive}"
381
+ 一点儿也不耐嚼。,"{food quality, null, positive}","{food quality, null, negative}"
382
+ 我们只在西雅图呆了一晚,我很高兴我们选择了光芒作为晚餐!,"{restaurant general, 光芒, positive}","{restaurant general, 光芒, positive}"
383
+ – 我永远不会忘记在这家餐厅体验到的令人惊叹的饭菜、服务和氛围。,"{ambience general, 氛围, positive};{food quality, 饭菜, positive};{service general, 服务, positive}","{ambience general, 氛围, positive};{food quality, 饭菜, positive};{service general, 服务, positive}"
384
+ 令人惊叹西班牙鲭鱼特色开胃菜和完美盒装寿司(那鳗鱼配鳄梨——嗯嗯嗯)。,"{food quality, 盒装寿司, positive};{food quality, 鳗鱼配鳄梨, positive};{food quality, 西班牙鲭鱼特色开胃菜, positive}","{food quality, 西班牙鲭鱼特色开胃菜, positive};{food quality, 箱装寿司(那鳗鱼配鳄梨, positive}"
385
+ 在周末,您可能需要等待几个小时。,"{service general, null, neutral}","{restaurant miscellaneous, null, negative}"
386
+ – 食物 不太好 & 服务员 很粗鲁。,"{food quality, 食物, negative};{service general, 服务员, negative}","{service general, 服务员, negative};{food quality, 食物, negative}"
387
+ 接下来是9 盎司牛排,味道很棒,至少一开始是这样的。,"{food quality, 9 盎司牛排, positive}","{food quality, 9 盎司牛排, positive}"
388
+ 当我到达那里时,我坐在楼上,那里的气氛很舒适,但服务却很糟糕!,"{ambience general, 气氛, positive};{service general, 服务, negative}","{ambience general, 气氛, positive};{service general, 服务, negative}"
389
+ 酒单令人难以置信,种类繁多,食物全都令人难以置信,工作人员都非常友好,工作出色,有文化。,"{service general, 工作人员, positive};{drinks style_options, 酒单, positive};{food quality, 食物, positive}","{service general, 工作人员, positive};{drinks style_options, 酒单, positive};{food quality, 食物, positive};{service general, 工作出色, positive}"
390
+ – 不可能再好了!!!!!!!,"{restaurant general, null, positive}","{restaurant general, null, positive}"
391
+ 星期天下午有乐队演奏,非常有趣。,"{ambience general, 乐队, positive}","{ambience general, null, positive}"
392
+ 一切,我的意思是菜单上的一切都是美味的。,"{food quality, 菜单上, positive}","{food quality, 菜单, positive}"
393
+ 我知道很多人都有自己喜欢的披萨类型和披萨餐厅,但是 Mioposto 的披萨质量不佳,味道也不好。,"{food quality, 披萨, negative}","{food quality, 披萨, negative};{food style_options, 披萨, negative}"
394
+ 东海岸只有一个地方拥有这一切,甚至更多。,"{restaurant general, 地方, positive}","{restaurant general, null, positive}"
395
+ 永远是赢家。,"{restaurant general, null, positive}","{restaurant general, null, positive}"
396
+ 之前的评论说对孩子很友好... 让我带着两个小孩休息一下,这真是太轻松了。,"{restaurant miscellaneous, null, negative}","{restaurant miscellaneous, null, positive}"
397
+ 披萨 又清淡又美味。,"{food quality, 披萨, positive}","{food quality, 披萨, positive}"
398
+ 看看墙上的艺术品,颜色非常丰富多彩!,"{ambience general, 墙上的艺术品, positive}","{ambience general, 壁上的艺术品, positive}"
399
+ 平庸食物,"{food quality, 食物, neutral}","{food quality, 食物, negative}"
400
+ 我再也不会回来了。,"{restaurant general, null, negative}","{restaurant general, null, negative}"
401
+ 我们费了好大劲才引起女服务员的注意,最后不得不起身走进去和经理谈话。,"{service general, 女服务员, negative}","{service general, 女服务员, negative}"
402
+ 永远不会太拥挤而且总是很棒服务。,"{restaurant miscellaneous, null, positive};{service general, 服务, positive}","{restaurant miscellaneous, null, positive};{service general, 服务, positive}"
403
+ 你和一个热辣的约会对象在一起,他/她很想吃寿司...那么这里可能就是你要找的地方。,"{food quality, 寿司, positive}","{restaurant miscellaneous, 地方, positive}"
404
+ — 我简直不敢相信Murphy's已经存在了 25 多年,太神奇了。,"{restaurant miscellaneous, Murphy's, positive}","{restaurant general, Murphy's, positive}"
405
+ 周五可能会很忙,但是一旦入座,服务非常高效,您可以快速进出。,"{service general, 服务, positive}","{service general, 服务, positive}"
406
+ 它可搭配胡椒酱或红酒浓汁一起食用,但两者的味道难以区分。,"{food quality, 胡椒酱, neutral};{food quality, 红酒浓汁, neutral}","{food quality, null, negative}"
407
+ 城里最友善的 服务员。,"{service general, 服务员, positive}","{service general, 服务员, positive}"
408
+ 服务很礼貌,很周到。,"{service general, 服务, positive}","{service general, 服务, positive}"
409
+ 在撰写本文时,我刚刚再次尝试了他们提供的链接,但仍然不起作用。,"{restaurant miscellaneous, null, negative}","{restaurant miscellaneous, null, negative}"
410
+ 由于没有人在桌边停留,所以我们可能有的任何其他需求都无法得到满足。,"{service general, null, negative}","{service general, null, negative}"
411
+ 好寿司,价格高,"{food prices, 寿司, negative};{food quality, 寿司, positive}","{food quality, 寿司, positive};{food prices, 寿司, negative}"
412
+ 但是服务员非常细心,非常友好。,"{service general, 服务员, positive}","{service general, 服务员, positive}"
413
+ 各位朋友,我去过这个地方,那里很糟糕。,"{restaurant general, 地方, negative}","{restaurant general, 地方, negative}"
414
+ 很棒服务,"{service general, 服务, positive}","{service general, 服务, positive}"
415
+ 这就像在一家完全不同的餐厅用餐一样。,"{restaurant general, null, positive}","{restaurant general, null, positive}"
416
+ 竖起两个大拇指!,"{food quality, null, positive}","{restaurant general, null, positive}"
417
+ 想象一下,当我发现观点仅仅是Ray 的的第三好东西时,我有多么惊喜!,"{restaurant general, Ray 的, positive};{location general, 观点, positive}","{food quality, 观点, positive}"
418
+ 毫无疑问,这是我吃过的最好吃的金枪鱼。,"{food quality, 金枪鱼, positive}","{food quality, 金枪鱼, positive}"
419
+ 如果您要去看丹尼·甘斯 (Danny Gans) 或者只是在 Mirage 酒店住宿,千万不要错过这个。,"{restaurant general, null, positive}","{restaurant miscellaneous, null, positive}"
420
+ 很棒午餐地点,"{restaurant general, 午餐地点, positive}","{restaurant general, 地点, positive}"
421
+ 我喜欢这里的早餐。,"{food quality, 早餐, positive}","{food quality, early breakfast, positive}"
422
+ 生鱼片 是我尝过的最好吃、最鲜嫩的。,"{food quality, 生鱼片, positive}","{food quality, 生鱼片, positive}"
423
+ 他们的菜单一定不会令你失望。,"{food style_options, 菜单, positive}","{food style_options, 菜单, positive}"
424
+ 很多人都在谈论好吃的披萨和差的服务,所以这不可能只是少数不满意的顾客的牢骚。,"{food quality, 披萨, positive};{service general, 服务, negative}","{food quality, 披萨, positive};{service general, 服务, negative}"
425
+ 我不会回去。,"{restaurant general, null, negative}","{restaurant general, null, negative}"
426
+ 我的服务非常出色!,"{service general, 服务, positive}","{service general, 服务, positive}"
427
+ 我们肯定会再来这家餐厅。,"{restaurant general, 餐厅, positive}","{restaurant general, 餐厅, positive}"
428
+ 一定会回来的。,"{restaurant general, null, positive}","{restaurant general, null, positive}"
429
+ 也许在某个千载难逢的晚上,当厨师决定使用还算不错的鱼时,这道菜会很不错。,"{food quality, 鱼, negative}","{food quality, 鱼, neutral}"
430
+ – 我只去过芝麻开门一次,但我仍然对这次经历感到震惊!!,"{restaurant general, 芝麻开门, positive}","{restaurant general, 芝麻开门, negative}"
431
+ 煎饼 确实很有创意,但是煎饼套餐( 3 种不同的 煎饼 样品)中 3-6 英寸 煎饼(其中一个更像是 5 英寸)的价格为 8.50 美元,这确实太贵了。,"{food prices, 煎饼, negative};{food style_options, 煎饼, positive}","{food quality, 煎饼, positive};{food style_options, 煎饼套餐, negative};{food prices, 煎饼套餐, negative}"
432
+ 然而,一个星期天下午,我和我的丈夫去了(尽管我大声抗议),并且感到很惊喜。,"{restaurant general, null, positive}","{restaurant general, null, positive}"
433
+ 非常值得,"{restaurant general, null, positive}","{restaurant general, null, positive}"
434
+ 注意——对于热爱极品的人来说,它是真正的食物。,"{food quality, 食物, positive}","{food quality, null, positive}"
435
+ 我有一个但是——卫生间里有一名卫生间服务员,这很奇怪。,"{restaurant miscellaneous, 卫生间, negative}","{service general, 卫生间服务员, negative}"
436
+ 最好的菜是亲爱���核桃虾——非常出色。,"{food quality, 亲爱的核桃虾, positive}","{food quality, 核桃虾, positive}"
437
+ 即使提供独特的菜肴,煎饼也应该更大(至少 8 英寸)才能证明花费是合理的。,"{food style_options, 煎饼, negative}","{food style_options, 煎饼, negative};{food quality, 菜肴, positive};{food prices, 煎饼, negative}"
438
+ – 我第一次来这家餐厅吃饭是和我儿子一起,那真是太糟糕了!,"{restaurant general, 餐厅, negative}","{restaurant general, 餐厅, negative}"
439
+ 出色的,"{restaurant general, null, positive}","{restaurant general, null, positive}"
440
+ 停车场相当不错,他们有自己的停车场,你也可以把车停在附近的公园。,"{restaurant miscellaneous, null, positive}","{parking general, 停车场, positive}"
441
+ 凯撒沙拉非常棒。,"{food quality, 凯撒沙拉, positive}","{food quality, 凯撒沙拉, positive}"
442
+ — 我不明白我怎么会对这个地方陌生这么久...法士达沙拉,科罗拉多,法士达——一切都很美味。,"{food quality, 科罗拉多, positive};{food quality, 法士达, positive};{food quality, 法士达沙拉, positive}","{food quality, 法士达沙拉, positive};{food quality, 科罗拉多, positive};{food quality, 法士达, positive}"
443
+ 我很久以来尝过的最好的中国菜,"{food quality, 中国菜, positive}","{food quality, 中国菜, positive}"
444
+ 价格也合适。,"{restaurant prices, null, positive}","{restaurant prices, null, positive}"
445
+ 可口的 ... !,"{food quality, null, positive}","{food quality, null, positive}"
446
+ 我们报了名,尽管还有空桌子,但我们被告知要等 30 分钟。,"{service general, null, negative}","{service general, null, negative}"
447
+ 咖啡 也很好。,"{drinks quality, 咖啡, positive}","{drinks quality, 咖啡, positive}"
448
+ 我们等了 30 多分钟才等到饮料,等了一个半小时才等到食物。,"{service general, null, negative}","{service general, null, negative}"
449
+ 柜台后面的服务员 总是友好而乐于助人。,"{service general, 柜台后面的服务员, positive}","{service general, 柜台后面的服务员, positive}"
450
+ 我们的服务员根本不存在,而且在我们点餐一个多小时后食物终于送到了,却没有给我们任何水或餐具。,"{service general, 服务员, negative}","{service general, 服务员, negative};{service general, null, negative}"
451
+ — 这个地方被高估得令人难以置信。,"{restaurant general, 地方, negative}","{restaurant general, 地方, negative}"
452
+ 非常差客户服务。,"{service general, 客户服务, negative}","{service general, 客户服务, negative}"
453
+ 我们对于他们的美味佳肴披萨赞不绝口!,"{food quality, 披萨, positive}","{food quality, 披萨, positive}"
454
+ 此外,虽然鱼无疑是新鲜的,但卷却往往令人费解地寡淡。,"{food quality, 卷, negative};{food quality, 鱼, positive}","{food quality, 卷, negative};{food quality, 鱼, positive}"
455
+ 唯一的缺点是拥挤座位和缓慢服务。,"{restaurant miscellaneous, 座位, negative};{service general, 服务, negative}","{service general, 服务, negative};{ambience general, 座位, negative}"
456
+ 纽约剩下的吸烟场所不多了,但我在城里找到了我最喜欢的吸烟场所阳台。,"{restaurant miscellaneous, 阳台, positive}","{restaurant miscellaneous, 阳台, positive}"
457
+ 我们分享了家庭拼盘,我特别喜欢酒糟黑鳕鱼。,"{food quality, 酒糟黑鳕鱼, positive}","{food quality, 酒糟黑鳕鱼, positive}"
458
+ 但是空间小巧可爱,而且服务很有帮助。,"{ambience general, 空间, positive};{service general, 服务, positive}","{ambience general, 空间, positive};{service general, 服务, positive}"
459
+ 等待是值得的。,"{restaurant general, null, positive}","{restaurant general, null, positive}"
460
+ 好吃。,"{food quality, null, positive}","{food quality, null, positive}"
461
+ 美味可口,"{food quality, null, positive}","{food quality, null, positive}"
462
+ - 平庸服务/质量,"{service general, 服务, neutral}","{food quality, null, negative};{service general, 服务, negative}"
463
+ – 这是我最喜欢的午餐地点之一,份量足份量,速度快服务,味道棒极了玛格丽塔酒!!,"{food style_options, 份量, positive};{restaurant general, null, positive};{drinks quality, 玛格丽塔酒, positive};{service general, 服务, positive}","{drinks quality, 玛格丽塔酒, positive};{food style_options, 份量, positive};{service general, 服务, positive}"
464
+ 镇上最好的蟹饼,"{food quality, 蟹饼, positive}","{food quality, 蟹饼, positive}"
465
+ 我在这里吃过的所有东西都很好吃,墨西哥沙拉,墨西哥卷饼,辣酱玉米卷饼我喜欢这个地方。,"{food quality, null, positive};{food quality, 墨西哥沙拉, positive};{restaurant general, 地方, positive};{food quality, 辣酱玉米卷饼, positive};{food quality, 墨西哥卷饼, positive}","{food quality, 墨西哥沙拉, positive};{food quality, 辣酱玉米卷饼, positive};{restaurant general, 地方, positive};{food quality, 墨西哥卷饼, positive}"
466
+ 很好 披萨,很差 服务,"{food quality, 披萨, positive};{service general, 服务, negative}","{food quality, 披萨, positive};{service general, 服务, negative}"
467
+ 灿烂,"{restaurant general, null, positive}","{restaurant general, null, positive}"
468
+ 我最好的朋友吃了鸡肉沙威玛,她仍然赞叹不已,说它是最好吃的!,"{food quality, 鸡肉沙威玛, positive}","{food quality, 鸡肉沙威玛, positive}"
469
+ 印花棉布 份,"{food style_options, 份, negative}","{food quality, 印花棉布, negative}"
470
+ 好吃。,"{food quality, 吃, positive}","{food quality, null, positive}"
471
+ 通常情况下,餐馆会询问你想要多辣的辣度,但他们没有。,"{service general, null, negative}","{service general, null, negative}"
472
+ 我一直觉得服务员和厨师(如果你坐在吧台)都非常友好。,"{service general, 厨师, positive}","{service general, 服务员, positive};{service general, 厨师, positive}"
473
+ 菜单上的所有菜品都令人赞叹不已。,"{food quality, 菜单, positive}","{food quality, 菜单, positive}"
474
+ 我们两人的团队特别有野心,我们大吃了一顿希尔肖尔拼盘……各种各样的巨型白海湾虾、烟熏长鳍金枪鱼、用莳萝调味的雷氏美味马尼拉蛤蜊、美味的扇贝酱油调味汁,以及放在精致的黄油酱上的一小堆珍宝蟹。,"{food quality, 酱油调味汁, positive};{food quality, 马尼拉蛤蜊, positive};{food style_options, 白海湾虾, positive};{food style_options, 希尔肖尔拼盘, positive};{food quality, 黄油酱, positive}","{food style_options, 希尔肖尔拼盘, positive}"
475
+ 说实话,当我看到这些负面评论时我感到很震惊——这个地方太棒了;它没有让我们失望,我们已经在这里吃过 10 多次了。,"{restaurant general, 地方, positive}","{restaurant general, 地方, positive}"
476
+ 您是寿司的粉丝,您喜欢切得精致的鱼、美味的清酒、美味可口的SOHO 位置,当然还有:鲑鱼、金枪鱼、比目鱼、黄尾鱼、鳕鱼、鲭鱼、水母鱼、海胆、虾、龙虾、鲷鱼、鳟鱼、虱目鱼、蓝鳍金枪鱼、鳗鱼、螃蟹、沙丁鱼、安康鱼、鱼子、扇贝、牡蛎和各种各样的金枪鱼腹肉。,"{location general, SOHO 位置, positive};{food style_options, 鱼, positive};{drinks quality, 清酒, positive};{food quality, 寿司, positive};{food style_options, 金枪鱼腹肉, positive}","{food quality, 鲑鱼, positive};{food quality, 金枪鱼, positive};{ambience general, SOHO 位置, positive};{drinks quality, 清酒, positive};{food quality, 虾, positive};{food quality, 鳕鱼, positive};{food quality, 水母鱼, positive};{food quality, 海胆, positive};{food quality, 龙虾, positive};{food quality, 鲷鱼, positive};{food quality, 虱目鱼, positive};{food quality, 蓝鳍金枪鱼,"
477
+ 这个有趣的地方的服务非常棒。,"{restaurant general, 地方, positive};{service general, 服务, positive}","{service general, 服务, positive}"
478
+ 此外,只有一个卫生隔间——对于如此大的人群来说,可能需要更多。,"{restaurant miscellaneous, 卫生隔间, negative}","{restaurant miscellaneous, null, negative};{restroom general, 卫生隔间, negative}"
479
+ 我们离开时甚至没有得到服务。,"{service general, 服务, negative}","{service general, 服务, negative}"
480
+ 我喜欢它。,"{restaurant general, null, positive}","{restaurant general, null, positive}"
481
+ – 我强烈推荐米奥波斯托。,"{restaurant general, 米奥波斯托, positive}","{restaurant general, 米奥波斯托, positive}"
482
+ 食物 非常棒,正宗,美味,而且非常非常实惠。,"{food quality, 食物, positive};{food prices, 食物, positive}","{food quality, 食物, positive};{food prices, 食物, positive}"
483
+ 我在这里吃过三次,发现鱼的品质和种类都非常棒。,"{food style_options, 鱼, positive};{food quality, 鱼, positive}","{food quality, 鱼, positive};{food style_options, 鱼, positive}"
484
+ 但她对某些人却很友好,这让事情变得更加烦人。,"{service general, null, negative}","{service general, null, negative}"
485
+ 这里的常规菜单略高于平均水平,不值得您受到如此傲慢的态度。,"{service general, null, negative};{food quality, 常规菜单, neutral}","{service general, null, negative};{food quality, 常规菜单, negative}"
486
+ 此外,他们还提供美国最好的鹰嘴豆泥,淋上芳香的橄榄油(我相信这是传统方式)!,"{food quality, 鹰嘴豆泥, positive};{food style_options, 鹰嘴豆泥, positive}","{food quality, 鹰嘴豆泥, positive}"
487
+ 很棒啤酒,"{drinks quality, 啤酒, positive}","{drinks quality, 啤酒, positive}"
488
+ 海鲜 加,"{food quality, 海鲜, positive}","{food quality, 海鲜, positive}"
489
+ 遗憾的是,没有多少人经常去这些看起来价格昂贵的餐厅就餐,因为它们位于酒店内......但它们绝对是你不想错过的,特别是如果你在圣何塞市中心。,"{restaurant general, null, positive}","{restaurant prices, null, negative};{restaurant general, null, positive}"
490
+ 他们把它放在一个又高又细的沙漏形玻璃杯中,以掩盖这样一个事实:你花在超市半加仑果汁的价钱却能买到一小杯果汁。,"{drinks prices, 果汁, negative};{drinks style_options, 果汁, negative}","{drinks prices, fruit juice, negative};{drinks style_options, fruit juice, negative}"
491
+ 食物 还可以,但是 服务 太差了,以致于 食物 在为我聚会中的每个人服务时都是冷的。,"{food quality, 食物, neutral};{service general, 服务, negative}","{food quality, 食物, neutral};{service general, 服务, negative}"
492
+ 很棒餐点——御厨拼盘上的鱼绝对美味——没有普通寿司有时会出现的纤维质——这条鱼太完美了!!!!!!,"{food quality, 御厨拼盘上的鱼, positive};{food quality, 餐点, positive}","{food quality, 鱼, positive};{food quality, 餐点, positive};{food quality, 御厨拼盘, positive}"
493
+ 饮料非常棒,当我走进门时,我感觉自己仿佛身处第三世界国家。,"{ambience general, null, positive};{drinks quality, 饮料, positive}","{drinks quality, 饮料, positive};{ambience general, null, positive}"
494
+ 开放而酷炫地点,最佳披萨和咖啡,"{food quality, 披萨, positive};{drinks quality, 咖啡, positive};{ambience general, 地点, positive}","{ambience general, 地点, positive};{food quality, 披萨, positive};{drinks quality, 咖啡, positive}"
495
+ 绿茶焦糖布丁是必点的!,"{food quality, 绿茶焦糖布丁, positive}","{food quality, 绿茶焦糖布丁, positive}"
496
+ 我找到了新家并且刚刚搬进来并且签订了长期租约。,"{restaurant general, null, positive}","{restaurant miscellaneous, null, positive}"
497
+ 他们并不是最健谈的人,但每次我去那里,他们都很忙,这可能是缺乏交谈的原因。,"{service general, null, neutral}","{service general, null, neutral}"
498
+ 披萨本身并不是我吃过的最好的,但还是相当不错的。,"{food quality, 披萨, positive}","{food quality, 披萨, positive}"
499
+ 第二次我们确实遇到了同样的情况服务员,所以也许服务不太好,而且我们的运气不错。,"{service general, 服务员, positive}","{service general, 服务, negative};{service general, 服务员, negative}"
500
+ — 这是一个很大的声明,因为我从七岁左右就开始自己拉螃蟹笼和做蛋糕了——但这些小恶魔每次都有所进步。,"{food quality, 蛋糕, positive}","{food quality, 螃蟹笼, positive}"
501
+ 极好意大利菜!,"{food quality, 意大利菜, positive}","{food quality, 意大利菜, positive}"
502
+ 然而,这个地方是一颗宝石,我不会停止回去的。,"{restaurant general, 地方, positive}","{restaurant general, 地方, positive}"
503
+ 那里真的很忙,所以要早点到那里,这样你就可以占到座位,如果你确实需要等待,那也没关系,因为服务很快!,"{service general, 服务, positive}","{service general, 服务, positive};{ambience general, null, neutral}"
504
+ 我们只花了大约一个小时就吃完了这顿晚餐,价格也还不错,税后和小费后大约每人 50 美元(大约是平均水平)。,"{restaurant prices, null, neutral}","{restaurant prices, null, neutral};{food quality, 晚餐, positive};{service general, null, positive}"
505
+ 洋葱圈 很棒!,"{food quality, 洋葱圈, positive}","{food quality, 洋葱圈, positive}"
506
+ 如果你来到该地区你一定不会失望。,"{restaurant general, null, positive}","{restaurant general, null, positive}"
507
+ – 大金融区墨西哥城。,"{restaurant general, 墨西哥城, positive}","{restaurant miscellaneous, null, positive}"
508
+ 自家特制卷 真的好好吃啊。,"{food quality, 自家特制卷, positive}","{food quality, 卷, positive}"
509
+ 服务员 经验非常丰富,能够帮助您根据食物口味搭配您选择的饮料,反之亦然。,"{service general, 服务员, positive}","{service general, 服务员, positive}"
510
+ 完美。,"{restaurant general, null, positive}","{restaurant general, null, positive}"
511
+ 差客户服务/差披萨。,"{food quality, 披萨, negative};{service general, 客户服务, negative}","{food quality, 披萨, negative};{service general, 客户服务, negative}"
512
+ 总的来说,我会再回去餐厅吃饭。,"{restaurant general, 餐厅, positive}","{restaurant general, 餐厅, positive}"
513
+ 服务员 提出了几项 清酒 建议,非常好。,"{drinks quality, 清酒, positive};{service general, 服务员, positive}","{service general, 服务员, positive}"
514
+ 我唯一的负面评论是,我希望件稍微大一些。,"{food style_options, 件, negative}","{food style_options, 件, negative}"
515
+ 我选了芦笋,味道棒极了,而且烹调得非常完美。,"{food quality, 芦笋, positive}","{food quality, 芦笋, positive};{food style_options, 芦笋, positive}"
516
+ 大多数人可能感兴趣的是,最差的服务/态度来自该机构的业主。,"{service general, 业主, negative}","{service general, 服务, negative};{service general, 业主, negative}"
517
+ 唯一的缺点是这个地方真的很贵,而且份量��点小。,"{restaurant prices, 地方, negative};{food style_options, 份量, negative}","{restaurant prices, 地方, negative};{food style_options, 份量, negative}"
518
+ 糟糕服务,食物还行,价格昂贵,"{restaurant prices, null, negative};{food quality, 食物, neutral};{service general, 服务, negative}","{restaurant prices, null, negative};{food quality, 食物, neutral};{service general, 服务, negative}"
519
+ 尽管考虑到您投入的金钱,服务还有待改进。,"{service general, 服务, negative}","{service general, 服务, negative}"
520
+ 您经常会看到印度家人和朋友在那里用餐,这始终是一个好兆头。,"{restaurant miscellaneous, null, positive}","{restaurant miscellaneous, null, positive}"
521
+ 如果我愿意在周日排队一个小时去吃一份普通的早午餐食物,那么我会把 Murphy’s 放在首位。,"{food quality, 早午餐, neutral};{service general, null, negative}","{food quality, ordinary breakfast food, positive};{restaurant miscellaneous, Murphy’s, positive}"
522
+ 就我们所得到的食物数量而言,价格应该更低一些。,"{food prices, 食物, negative}","{food prices, 食物, negative};{food quality, 食物, negative}"
523
+ 总是很忙,但是他们会及时为您安排座位并提供快速的服务。,"{service general, null, positive};{service general, 服务, positive}","{service general, 服务, positive}"
524
+ 酒单 很棒,食物让我想起了最近去意大利的旅行。,"{drinks style_options, 酒单, positive}","{drinks style_options, 酒单, positive};{food quality, 食物, positive}"
525
+ 食物 很棒,玛格丽塔酒 也很棒,但是 女服务员 太忙于接待其他更大的聚会客人,而没有更好地照顾我和我的朋友。,"{drinks quality, 玛格丽塔酒, positive};{food quality, 食物, positive};{service general, 女服务员, negative}","{service general, 女服务员, negative};{food quality, 食物, positive};{drinks quality, 玛格丽塔酒, positive}"
526
+ 我对这家餐厅的赞美之词真是说不完,我已经迫不及待地想下次再来。,"{restaurant general, 餐厅, positive}","{restaurant general, 餐厅, positive}"
527
+ 每次都很喜欢,"{restaurant general, null, positive}","{restaurant general, null, positive}"
528
+ 我们是当地人,感觉这个地方能够以如此平庸的食物生存下来的唯一原因是因为大多数顾客可能都是一次性游客。,"{food quality, 食物, negative}","{food quality, 食物, negative}"
529
+ 也喜欢他们的凯撒沙拉。,"{food quality, 凯撒沙拉, positive}","{food quality, 凯撒沙拉, positive}"
530
+ 她没有让你感到受欢迎并且把你当成一个讨厌的人。,"{service general, null, negative}","{service general, null, negative}"
531
+ 它 的 尺寸 正好 适合 菜单 . ,"{restaurant miscellaneous, null, positive}","{food style_options, null, positive}"
532
+ 食物非常棒,而且每次我们去的时候,服务员都很完美。,"{food quality, 食物, positive};{service general, 服务员, positive}","{service general, 服务员, positive};{food quality, 食物, positive}"
533
+ 甜点 是一顿近乎完美的 晚餐 的完美结局。,"{food quality, 晚餐, positive};{food quality, 甜点, positive}","{food quality, 甜点, positive}"
534
+ 我来过这里,花了很多钱吃了一顿厨师特别晚餐,结果却令人大失所望。,"{food quality, 厨师特别晚餐, negative};{food prices, 厨师特别晚餐, negative}","{food quality, 厨师特别晚餐, negative};{food prices, 厨师特别晚餐, negative}"
535
+ 我在第二大道找到了新家!!!!!!!!!!!!!!!,"{restaurant general, null, positive}","{restaurant general, null, positive}"
536
+ – 周二早上不得不等三十分钟才能进门,但这非常值得。,"{restaurant general, null, positive};{restaurant miscellaneous, null, negative}","{restaurant general, null, positive}"
537
+ – 令人伤心的是,曾经是“早餐或午餐的地方”的地方现在变成了“不用担心”的地方。,"{restaurant general, 地方, negative}","{restaurant general, 地方, negative}"
538
+ 柠檬鸡 尝起来像粘稠的甜甜圈,而 蜂蜜核桃虾,他们实际上给你的那几只……并不好吃。,"{food quality, 蜂蜜核桃虾, negative};{food quality, 柠檬鸡, negative};{food style_options, 蜂蜜核桃虾, negative}","{food quality, 柠檬鸡, negative};{food quality, 蜂蜜核桃虾, negative}"
539
+ 它很浪漫——甚至和我的姐姐在一起也很愉快,让我想起了意大利,并且有艺术品和音乐让我保持着在地中海别墅中的感觉。,"{ambience general, null, positive};{ambience general, 音乐, positive};{ambience general, 艺术品, positive}","{ambience general, null, positive};{ambience general, 音乐, positive};{ambience general, 艺术品, positive}"
540
+ 寿司 很棒而且 服务员 很快。,"{food quality, 寿司, positive};{service general, 服务员, positive}","{food quality, 寿司, positive};{service general, 服务员, positive}"
541
+ 事实上,许多游客都想再次来这里。,"{restaurant general, null, positive}","{restaurant general, null, positive}"
542
+ – 金融区最适合吃午餐的墨西哥餐厅。,"{restaurant general, 墨西哥餐厅, positive}","{restaurant general, 墨西哥餐厅, positive}"
543
+ 我喜欢这个地方!,"{restaurant general, 地方, positive}","{restaurant general, 地方, positive}"
544
+ 气氛很棒。,"{ambience general, 气氛, positive}","{ambience general, 气氛, positive}"
545
+ 寒冷的日子里非常适合。,"{food quality, null, positive}","{ambience general, null, positive}"