PuxAI commited on
Commit
488a67c
·
verified ·
1 Parent(s): a50bd94

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +4 -0
  2. experiments/de-en-pt/README.md +59 -0
  3. experiments/de-en-pt/adapter/README.md +210 -0
  4. experiments/de-en-pt/adapter/adapter_config.json +50 -0
  5. experiments/de-en-pt/adapter/adapter_model.safetensors +3 -0
  6. experiments/de-en-pt/adapter/chat_template.jinja +109 -0
  7. experiments/de-en-pt/adapter/special_tokens_map.json +23 -0
  8. experiments/de-en-pt/adapter/tokenizer.json +3 -0
  9. experiments/de-en-pt/adapter/tokenizer_config.json +2066 -0
  10. experiments/de-en-pt/checkpoint-1000/README.md +210 -0
  11. experiments/de-en-pt/checkpoint-1000/adapter_config.json +50 -0
  12. experiments/de-en-pt/checkpoint-1000/adapter_model.safetensors +3 -0
  13. experiments/de-en-pt/checkpoint-1000/chat_template.jinja +109 -0
  14. experiments/de-en-pt/checkpoint-1000/optimizer.pt +3 -0
  15. experiments/de-en-pt/checkpoint-1000/rng_state.pth +3 -0
  16. experiments/de-en-pt/checkpoint-1000/scheduler.pt +3 -0
  17. experiments/de-en-pt/checkpoint-1000/special_tokens_map.json +23 -0
  18. experiments/de-en-pt/checkpoint-1000/tokenizer.json +3 -0
  19. experiments/de-en-pt/checkpoint-1000/tokenizer_config.json +2066 -0
  20. experiments/de-en-pt/checkpoint-1000/trainer_state.json +1434 -0
  21. experiments/de-en-pt/checkpoint-1000/training_args.bin +3 -0
  22. experiments/de-en-pt/checkpoint-1185/README.md +210 -0
  23. experiments/de-en-pt/checkpoint-1185/adapter_config.json +50 -0
  24. experiments/de-en-pt/checkpoint-1185/adapter_model.safetensors +3 -0
  25. experiments/de-en-pt/checkpoint-1185/chat_template.jinja +109 -0
  26. experiments/de-en-pt/checkpoint-1185/optimizer.pt +3 -0
  27. experiments/de-en-pt/checkpoint-1185/rng_state.pth +3 -0
  28. experiments/de-en-pt/checkpoint-1185/scheduler.pt +3 -0
  29. experiments/de-en-pt/checkpoint-1185/special_tokens_map.json +23 -0
  30. experiments/de-en-pt/checkpoint-1185/tokenizer.json +3 -0
  31. experiments/de-en-pt/checkpoint-1185/tokenizer_config.json +2066 -0
  32. experiments/de-en-pt/checkpoint-1185/trainer_state.json +1693 -0
  33. experiments/de-en-pt/checkpoint-1185/training_args.bin +3 -0
  34. experiments/de-en-pt/checkpoint-500/README.md +210 -0
  35. experiments/de-en-pt/checkpoint-500/adapter_config.json +50 -0
  36. experiments/de-en-pt/checkpoint-500/adapter_model.safetensors +3 -0
  37. experiments/de-en-pt/checkpoint-500/chat_template.jinja +109 -0
  38. experiments/de-en-pt/checkpoint-500/optimizer.pt +3 -0
  39. experiments/de-en-pt/checkpoint-500/rng_state.pth +3 -0
  40. experiments/de-en-pt/checkpoint-500/scheduler.pt +3 -0
  41. experiments/de-en-pt/checkpoint-500/special_tokens_map.json +23 -0
  42. experiments/de-en-pt/checkpoint-500/tokenizer.json +3 -0
  43. experiments/de-en-pt/checkpoint-500/tokenizer_config.json +2066 -0
  44. experiments/de-en-pt/checkpoint-500/trainer_state.json +734 -0
  45. experiments/de-en-pt/checkpoint-500/training_args.bin +3 -0
  46. experiments/de-en-pt/metrics.json +42 -0
  47. experiments/de-en-pt/preds_de.csv +0 -0
  48. experiments/de-en-pt/preds_en.csv +539 -0
  49. experiments/de-en-pt/preds_hr.csv +545 -0
  50. experiments/de-en-pt/preds_pt.csv +0 -0
.gitattributes CHANGED
@@ -52,3 +52,7 @@ experiments/en-pt/checkpoint-790/tokenizer.json filter=lfs diff=lfs merge=lfs -t
52
  experiments/de-zh/adapter/tokenizer.json filter=lfs diff=lfs merge=lfs -text
53
  experiments/de-zh/checkpoint-500/tokenizer.json filter=lfs diff=lfs merge=lfs -text
54
  experiments/de-zh/checkpoint-790/tokenizer.json filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
52
  experiments/de-zh/adapter/tokenizer.json filter=lfs diff=lfs merge=lfs -text
53
  experiments/de-zh/checkpoint-500/tokenizer.json filter=lfs diff=lfs merge=lfs -text
54
  experiments/de-zh/checkpoint-790/tokenizer.json filter=lfs diff=lfs merge=lfs -text
55
+ experiments/de-en-pt/adapter/tokenizer.json filter=lfs diff=lfs merge=lfs -text
56
+ experiments/de-en-pt/checkpoint-1000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
57
+ experiments/de-en-pt/checkpoint-1185/tokenizer.json filter=lfs diff=lfs merge=lfs -text
58
+ experiments/de-en-pt/checkpoint-500/tokenizer.json filter=lfs diff=lfs merge=lfs -text
experiments/de-en-pt/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: de-en-pt
5
+ tags:
6
+ - generated_from_trainer
7
+ - unsloth
8
+ - sft
9
+ - trl
10
+ licence: license
11
+ ---
12
+
13
+ # Model Card for de-en-pt
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/de-en-pt/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/de-en-pt/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.1,
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/de-en-pt/adapter/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3657de91dc2f72e94c5387f18f835d5d86c38aed3e153dffd9209823fb712e1
3
+ size 83945296
experiments/de-en-pt/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/de-en-pt/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/de-en-pt/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/de-en-pt/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/de-en-pt/checkpoint-1000/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/de-en-pt/checkpoint-1000/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.1,
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/de-en-pt/checkpoint-1000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fec55dba94e02a053588fde70f7fca4c3e32e06fb9bbc5a4081ce5cdb0460187
3
+ size 83945296
experiments/de-en-pt/checkpoint-1000/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/de-en-pt/checkpoint-1000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd879fb8fba78d14d06b9820460dbbc763ad0eae9722d6b46b750ea1319aa600
3
+ size 43123429
experiments/de-en-pt/checkpoint-1000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4df901cd4b29f06b39a302b2e14c63bbe00721ba69b250b243cb0e0edeef11e
3
+ size 14645
experiments/de-en-pt/checkpoint-1000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8caa70b905d7ef50d82e97de1f8d0171eb7385ba11f39eb2e6ce977d2a42ec6
3
+ size 1465
experiments/de-en-pt/checkpoint-1000/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/de-en-pt/checkpoint-1000/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b9e4e7fb171f92fd137b777cc2714bf87d11576700a1dcd7a399e7bbe39537b
3
+ size 17209920
experiments/de-en-pt/checkpoint-1000/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/de-en-pt/checkpoint-1000/trainer_state.json ADDED
@@ -0,0 +1,1434 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 4.219409282700422,
6
+ "eval_steps": 500,
7
+ "global_step": 1000,
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.02109704641350211,
14
+ "grad_norm": 7.303770542144775,
15
+ "learning_rate": 0.0002,
16
+ "loss": 2.7397,
17
+ "step": 5
18
+ },
19
+ {
20
+ "epoch": 0.04219409282700422,
21
+ "grad_norm": 1.8467751741409302,
22
+ "learning_rate": 0.00019915325994919561,
23
+ "loss": 0.8472,
24
+ "step": 10
25
+ },
26
+ {
27
+ "epoch": 0.06329113924050633,
28
+ "grad_norm": 1.7855145931243896,
29
+ "learning_rate": 0.0001983065198983912,
30
+ "loss": 0.5618,
31
+ "step": 15
32
+ },
33
+ {
34
+ "epoch": 0.08438818565400844,
35
+ "grad_norm": 1.1616630554199219,
36
+ "learning_rate": 0.0001974597798475868,
37
+ "loss": 0.4699,
38
+ "step": 20
39
+ },
40
+ {
41
+ "epoch": 0.10548523206751055,
42
+ "grad_norm": 0.6415855884552002,
43
+ "learning_rate": 0.0001966130397967824,
44
+ "loss": 0.4624,
45
+ "step": 25
46
+ },
47
+ {
48
+ "epoch": 0.12658227848101267,
49
+ "grad_norm": 1.1393471956253052,
50
+ "learning_rate": 0.000195766299745978,
51
+ "loss": 0.5064,
52
+ "step": 30
53
+ },
54
+ {
55
+ "epoch": 0.14767932489451477,
56
+ "grad_norm": 0.7702832818031311,
57
+ "learning_rate": 0.00019491955969517358,
58
+ "loss": 0.5226,
59
+ "step": 35
60
+ },
61
+ {
62
+ "epoch": 0.16877637130801687,
63
+ "grad_norm": 0.7905811071395874,
64
+ "learning_rate": 0.0001940728196443692,
65
+ "loss": 0.5235,
66
+ "step": 40
67
+ },
68
+ {
69
+ "epoch": 0.189873417721519,
70
+ "grad_norm": 0.8080295920372009,
71
+ "learning_rate": 0.00019322607959356477,
72
+ "loss": 0.4923,
73
+ "step": 45
74
+ },
75
+ {
76
+ "epoch": 0.2109704641350211,
77
+ "grad_norm": 0.7102531790733337,
78
+ "learning_rate": 0.00019237933954276037,
79
+ "loss": 0.4861,
80
+ "step": 50
81
+ },
82
+ {
83
+ "epoch": 0.2320675105485232,
84
+ "grad_norm": 0.6320513486862183,
85
+ "learning_rate": 0.00019153259949195598,
86
+ "loss": 0.4758,
87
+ "step": 55
88
+ },
89
+ {
90
+ "epoch": 0.25316455696202533,
91
+ "grad_norm": 0.5483996272087097,
92
+ "learning_rate": 0.00019068585944115158,
93
+ "loss": 0.4846,
94
+ "step": 60
95
+ },
96
+ {
97
+ "epoch": 0.2742616033755274,
98
+ "grad_norm": 0.5805549621582031,
99
+ "learning_rate": 0.0001898391193903472,
100
+ "loss": 0.4207,
101
+ "step": 65
102
+ },
103
+ {
104
+ "epoch": 0.29535864978902954,
105
+ "grad_norm": 0.6124007701873779,
106
+ "learning_rate": 0.00018899237933954276,
107
+ "loss": 0.4838,
108
+ "step": 70
109
+ },
110
+ {
111
+ "epoch": 0.31645569620253167,
112
+ "grad_norm": 0.6392915844917297,
113
+ "learning_rate": 0.00018814563928873837,
114
+ "loss": 0.4557,
115
+ "step": 75
116
+ },
117
+ {
118
+ "epoch": 0.33755274261603374,
119
+ "grad_norm": 0.6733785271644592,
120
+ "learning_rate": 0.00018729889923793395,
121
+ "loss": 0.4884,
122
+ "step": 80
123
+ },
124
+ {
125
+ "epoch": 0.35864978902953587,
126
+ "grad_norm": 0.6744979023933411,
127
+ "learning_rate": 0.00018645215918712955,
128
+ "loss": 0.4421,
129
+ "step": 85
130
+ },
131
+ {
132
+ "epoch": 0.379746835443038,
133
+ "grad_norm": 0.647033154964447,
134
+ "learning_rate": 0.00018560541913632516,
135
+ "loss": 0.4404,
136
+ "step": 90
137
+ },
138
+ {
139
+ "epoch": 0.4008438818565401,
140
+ "grad_norm": 0.6323936581611633,
141
+ "learning_rate": 0.00018475867908552076,
142
+ "loss": 0.4299,
143
+ "step": 95
144
+ },
145
+ {
146
+ "epoch": 0.4219409282700422,
147
+ "grad_norm": 0.6895705461502075,
148
+ "learning_rate": 0.00018391193903471634,
149
+ "loss": 0.4567,
150
+ "step": 100
151
+ },
152
+ {
153
+ "epoch": 0.4430379746835443,
154
+ "grad_norm": 1.326171636581421,
155
+ "learning_rate": 0.00018306519898391194,
156
+ "loss": 0.4587,
157
+ "step": 105
158
+ },
159
+ {
160
+ "epoch": 0.4641350210970464,
161
+ "grad_norm": 0.7596874833106995,
162
+ "learning_rate": 0.00018221845893310755,
163
+ "loss": 0.4527,
164
+ "step": 110
165
+ },
166
+ {
167
+ "epoch": 0.48523206751054854,
168
+ "grad_norm": 0.5594536066055298,
169
+ "learning_rate": 0.00018137171888230313,
170
+ "loss": 0.4433,
171
+ "step": 115
172
+ },
173
+ {
174
+ "epoch": 0.5063291139240507,
175
+ "grad_norm": 0.5562201142311096,
176
+ "learning_rate": 0.00018052497883149876,
177
+ "loss": 0.4655,
178
+ "step": 120
179
+ },
180
+ {
181
+ "epoch": 0.5274261603375527,
182
+ "grad_norm": 0.5696616172790527,
183
+ "learning_rate": 0.00017967823878069434,
184
+ "loss": 0.4169,
185
+ "step": 125
186
+ },
187
+ {
188
+ "epoch": 0.5485232067510548,
189
+ "grad_norm": 0.872970700263977,
190
+ "learning_rate": 0.00017883149872988994,
191
+ "loss": 0.4587,
192
+ "step": 130
193
+ },
194
+ {
195
+ "epoch": 0.569620253164557,
196
+ "grad_norm": 0.8332061171531677,
197
+ "learning_rate": 0.00017798475867908552,
198
+ "loss": 0.4137,
199
+ "step": 135
200
+ },
201
+ {
202
+ "epoch": 0.5907172995780591,
203
+ "grad_norm": 0.6869994401931763,
204
+ "learning_rate": 0.00017713801862828112,
205
+ "loss": 0.4625,
206
+ "step": 140
207
+ },
208
+ {
209
+ "epoch": 0.6118143459915611,
210
+ "grad_norm": 0.7138175368309021,
211
+ "learning_rate": 0.0001762912785774767,
212
+ "loss": 0.4137,
213
+ "step": 145
214
+ },
215
+ {
216
+ "epoch": 0.6329113924050633,
217
+ "grad_norm": 0.6982415914535522,
218
+ "learning_rate": 0.00017544453852667233,
219
+ "loss": 0.4773,
220
+ "step": 150
221
+ },
222
+ {
223
+ "epoch": 0.6540084388185654,
224
+ "grad_norm": 0.6468168497085571,
225
+ "learning_rate": 0.0001745977984758679,
226
+ "loss": 0.461,
227
+ "step": 155
228
+ },
229
+ {
230
+ "epoch": 0.6751054852320675,
231
+ "grad_norm": 0.5886504054069519,
232
+ "learning_rate": 0.00017375105842506352,
233
+ "loss": 0.4304,
234
+ "step": 160
235
+ },
236
+ {
237
+ "epoch": 0.6962025316455697,
238
+ "grad_norm": 0.6864741444587708,
239
+ "learning_rate": 0.00017290431837425912,
240
+ "loss": 0.4319,
241
+ "step": 165
242
+ },
243
+ {
244
+ "epoch": 0.7172995780590717,
245
+ "grad_norm": 0.6106663942337036,
246
+ "learning_rate": 0.0001720575783234547,
247
+ "loss": 0.4794,
248
+ "step": 170
249
+ },
250
+ {
251
+ "epoch": 0.7383966244725738,
252
+ "grad_norm": 0.6986768245697021,
253
+ "learning_rate": 0.0001712108382726503,
254
+ "loss": 0.4533,
255
+ "step": 175
256
+ },
257
+ {
258
+ "epoch": 0.759493670886076,
259
+ "grad_norm": 0.6781573295593262,
260
+ "learning_rate": 0.00017036409822184588,
261
+ "loss": 0.4825,
262
+ "step": 180
263
+ },
264
+ {
265
+ "epoch": 0.7805907172995781,
266
+ "grad_norm": 0.5864121913909912,
267
+ "learning_rate": 0.00016951735817104151,
268
+ "loss": 0.4052,
269
+ "step": 185
270
+ },
271
+ {
272
+ "epoch": 0.8016877637130801,
273
+ "grad_norm": 0.5869038701057434,
274
+ "learning_rate": 0.0001686706181202371,
275
+ "loss": 0.4117,
276
+ "step": 190
277
+ },
278
+ {
279
+ "epoch": 0.8227848101265823,
280
+ "grad_norm": 0.6497222781181335,
281
+ "learning_rate": 0.0001678238780694327,
282
+ "loss": 0.4596,
283
+ "step": 195
284
+ },
285
+ {
286
+ "epoch": 0.8438818565400844,
287
+ "grad_norm": 0.6619230508804321,
288
+ "learning_rate": 0.00016697713801862828,
289
+ "loss": 0.4731,
290
+ "step": 200
291
+ },
292
+ {
293
+ "epoch": 0.8649789029535865,
294
+ "grad_norm": 0.6095796227455139,
295
+ "learning_rate": 0.00016613039796782388,
296
+ "loss": 0.4409,
297
+ "step": 205
298
+ },
299
+ {
300
+ "epoch": 0.8860759493670886,
301
+ "grad_norm": 0.6402797698974609,
302
+ "learning_rate": 0.00016528365791701949,
303
+ "loss": 0.4306,
304
+ "step": 210
305
+ },
306
+ {
307
+ "epoch": 0.9071729957805907,
308
+ "grad_norm": 0.644440233707428,
309
+ "learning_rate": 0.0001644369178662151,
310
+ "loss": 0.4417,
311
+ "step": 215
312
+ },
313
+ {
314
+ "epoch": 0.9282700421940928,
315
+ "grad_norm": 0.5990755558013916,
316
+ "learning_rate": 0.0001635901778154107,
317
+ "loss": 0.4449,
318
+ "step": 220
319
+ },
320
+ {
321
+ "epoch": 0.9493670886075949,
322
+ "grad_norm": 0.7246052026748657,
323
+ "learning_rate": 0.00016274343776460627,
324
+ "loss": 0.4132,
325
+ "step": 225
326
+ },
327
+ {
328
+ "epoch": 0.9704641350210971,
329
+ "grad_norm": 0.7127440571784973,
330
+ "learning_rate": 0.00016189669771380188,
331
+ "loss": 0.43,
332
+ "step": 230
333
+ },
334
+ {
335
+ "epoch": 0.9915611814345991,
336
+ "grad_norm": 0.5102093815803528,
337
+ "learning_rate": 0.00016104995766299746,
338
+ "loss": 0.3763,
339
+ "step": 235
340
+ },
341
+ {
342
+ "epoch": 1.0126582278481013,
343
+ "grad_norm": 0.5558840036392212,
344
+ "learning_rate": 0.00016020321761219306,
345
+ "loss": 0.3735,
346
+ "step": 240
347
+ },
348
+ {
349
+ "epoch": 1.0337552742616034,
350
+ "grad_norm": 0.7372997403144836,
351
+ "learning_rate": 0.00015935647756138864,
352
+ "loss": 0.3678,
353
+ "step": 245
354
+ },
355
+ {
356
+ "epoch": 1.0548523206751055,
357
+ "grad_norm": 0.6645821332931519,
358
+ "learning_rate": 0.00015850973751058427,
359
+ "loss": 0.3348,
360
+ "step": 250
361
+ },
362
+ {
363
+ "epoch": 1.0759493670886076,
364
+ "grad_norm": 0.6483216881752014,
365
+ "learning_rate": 0.00015766299745977985,
366
+ "loss": 0.3497,
367
+ "step": 255
368
+ },
369
+ {
370
+ "epoch": 1.0970464135021096,
371
+ "grad_norm": 0.7461686134338379,
372
+ "learning_rate": 0.00015681625740897545,
373
+ "loss": 0.3396,
374
+ "step": 260
375
+ },
376
+ {
377
+ "epoch": 1.1181434599156117,
378
+ "grad_norm": 0.7183260917663574,
379
+ "learning_rate": 0.00015596951735817106,
380
+ "loss": 0.3331,
381
+ "step": 265
382
+ },
383
+ {
384
+ "epoch": 1.139240506329114,
385
+ "grad_norm": 0.6482828855514526,
386
+ "learning_rate": 0.00015512277730736664,
387
+ "loss": 0.3349,
388
+ "step": 270
389
+ },
390
+ {
391
+ "epoch": 1.160337552742616,
392
+ "grad_norm": 0.7357110977172852,
393
+ "learning_rate": 0.00015427603725656224,
394
+ "loss": 0.3392,
395
+ "step": 275
396
+ },
397
+ {
398
+ "epoch": 1.1814345991561181,
399
+ "grad_norm": 0.8033156991004944,
400
+ "learning_rate": 0.00015342929720575785,
401
+ "loss": 0.3081,
402
+ "step": 280
403
+ },
404
+ {
405
+ "epoch": 1.2025316455696202,
406
+ "grad_norm": 0.8261159658432007,
407
+ "learning_rate": 0.00015258255715495345,
408
+ "loss": 0.3289,
409
+ "step": 285
410
+ },
411
+ {
412
+ "epoch": 1.2236286919831223,
413
+ "grad_norm": 0.9544351100921631,
414
+ "learning_rate": 0.00015173581710414903,
415
+ "loss": 0.3338,
416
+ "step": 290
417
+ },
418
+ {
419
+ "epoch": 1.2447257383966246,
420
+ "grad_norm": 0.7345326542854309,
421
+ "learning_rate": 0.00015088907705334463,
422
+ "loss": 0.3224,
423
+ "step": 295
424
+ },
425
+ {
426
+ "epoch": 1.2658227848101267,
427
+ "grad_norm": 0.7424091100692749,
428
+ "learning_rate": 0.0001500423370025402,
429
+ "loss": 0.2973,
430
+ "step": 300
431
+ },
432
+ {
433
+ "epoch": 1.2869198312236287,
434
+ "grad_norm": 1.0532294511795044,
435
+ "learning_rate": 0.00014919559695173582,
436
+ "loss": 0.3243,
437
+ "step": 305
438
+ },
439
+ {
440
+ "epoch": 1.3080168776371308,
441
+ "grad_norm": 0.673413097858429,
442
+ "learning_rate": 0.00014834885690093142,
443
+ "loss": 0.2981,
444
+ "step": 310
445
+ },
446
+ {
447
+ "epoch": 1.3291139240506329,
448
+ "grad_norm": 0.7296124696731567,
449
+ "learning_rate": 0.00014750211685012703,
450
+ "loss": 0.3273,
451
+ "step": 315
452
+ },
453
+ {
454
+ "epoch": 1.350210970464135,
455
+ "grad_norm": 0.7868983149528503,
456
+ "learning_rate": 0.00014665537679932263,
457
+ "loss": 0.3315,
458
+ "step": 320
459
+ },
460
+ {
461
+ "epoch": 1.371308016877637,
462
+ "grad_norm": 0.618905246257782,
463
+ "learning_rate": 0.0001458086367485182,
464
+ "loss": 0.3187,
465
+ "step": 325
466
+ },
467
+ {
468
+ "epoch": 1.3924050632911391,
469
+ "grad_norm": 0.7611832618713379,
470
+ "learning_rate": 0.0001449618966977138,
471
+ "loss": 0.3273,
472
+ "step": 330
473
+ },
474
+ {
475
+ "epoch": 1.4135021097046414,
476
+ "grad_norm": 0.7445492148399353,
477
+ "learning_rate": 0.0001441151566469094,
478
+ "loss": 0.3148,
479
+ "step": 335
480
+ },
481
+ {
482
+ "epoch": 1.4345991561181435,
483
+ "grad_norm": 0.7893179059028625,
484
+ "learning_rate": 0.000143268416596105,
485
+ "loss": 0.3096,
486
+ "step": 340
487
+ },
488
+ {
489
+ "epoch": 1.4556962025316456,
490
+ "grad_norm": 0.7259252071380615,
491
+ "learning_rate": 0.0001424216765453006,
492
+ "loss": 0.314,
493
+ "step": 345
494
+ },
495
+ {
496
+ "epoch": 1.4767932489451476,
497
+ "grad_norm": 0.9332309365272522,
498
+ "learning_rate": 0.0001415749364944962,
499
+ "loss": 0.3132,
500
+ "step": 350
501
+ },
502
+ {
503
+ "epoch": 1.49789029535865,
504
+ "grad_norm": 0.8386842012405396,
505
+ "learning_rate": 0.00014072819644369178,
506
+ "loss": 0.3573,
507
+ "step": 355
508
+ },
509
+ {
510
+ "epoch": 1.518987341772152,
511
+ "grad_norm": 0.8299745917320251,
512
+ "learning_rate": 0.0001398814563928874,
513
+ "loss": 0.3414,
514
+ "step": 360
515
+ },
516
+ {
517
+ "epoch": 1.540084388185654,
518
+ "grad_norm": 0.8027970194816589,
519
+ "learning_rate": 0.000139034716342083,
520
+ "loss": 0.301,
521
+ "step": 365
522
+ },
523
+ {
524
+ "epoch": 1.5611814345991561,
525
+ "grad_norm": 0.8260971307754517,
526
+ "learning_rate": 0.00013818797629127857,
527
+ "loss": 0.3056,
528
+ "step": 370
529
+ },
530
+ {
531
+ "epoch": 1.5822784810126582,
532
+ "grad_norm": 0.7211348414421082,
533
+ "learning_rate": 0.0001373412362404742,
534
+ "loss": 0.3247,
535
+ "step": 375
536
+ },
537
+ {
538
+ "epoch": 1.6033755274261603,
539
+ "grad_norm": 0.7652252316474915,
540
+ "learning_rate": 0.00013649449618966978,
541
+ "loss": 0.2997,
542
+ "step": 380
543
+ },
544
+ {
545
+ "epoch": 1.6244725738396624,
546
+ "grad_norm": 0.8082212805747986,
547
+ "learning_rate": 0.00013564775613886539,
548
+ "loss": 0.3311,
549
+ "step": 385
550
+ },
551
+ {
552
+ "epoch": 1.6455696202531644,
553
+ "grad_norm": 0.6903911828994751,
554
+ "learning_rate": 0.00013480101608806096,
555
+ "loss": 0.3316,
556
+ "step": 390
557
+ },
558
+ {
559
+ "epoch": 1.6666666666666665,
560
+ "grad_norm": 0.8441250920295715,
561
+ "learning_rate": 0.00013395427603725657,
562
+ "loss": 0.2987,
563
+ "step": 395
564
+ },
565
+ {
566
+ "epoch": 1.6877637130801688,
567
+ "grad_norm": 0.6455714106559753,
568
+ "learning_rate": 0.00013310753598645215,
569
+ "loss": 0.3235,
570
+ "step": 400
571
+ },
572
+ {
573
+ "epoch": 1.7088607594936709,
574
+ "grad_norm": 0.6983484625816345,
575
+ "learning_rate": 0.00013226079593564775,
576
+ "loss": 0.3207,
577
+ "step": 405
578
+ },
579
+ {
580
+ "epoch": 1.729957805907173,
581
+ "grad_norm": 0.7476673126220703,
582
+ "learning_rate": 0.00013141405588484336,
583
+ "loss": 0.322,
584
+ "step": 410
585
+ },
586
+ {
587
+ "epoch": 1.7510548523206753,
588
+ "grad_norm": 0.7899746894836426,
589
+ "learning_rate": 0.00013056731583403896,
590
+ "loss": 0.2969,
591
+ "step": 415
592
+ },
593
+ {
594
+ "epoch": 1.7721518987341773,
595
+ "grad_norm": 0.7910045385360718,
596
+ "learning_rate": 0.00012972057578323457,
597
+ "loss": 0.3327,
598
+ "step": 420
599
+ },
600
+ {
601
+ "epoch": 1.7932489451476794,
602
+ "grad_norm": 0.6791032552719116,
603
+ "learning_rate": 0.00012887383573243014,
604
+ "loss": 0.3109,
605
+ "step": 425
606
+ },
607
+ {
608
+ "epoch": 1.8143459915611815,
609
+ "grad_norm": 0.7799623012542725,
610
+ "learning_rate": 0.00012802709568162575,
611
+ "loss": 0.3081,
612
+ "step": 430
613
+ },
614
+ {
615
+ "epoch": 1.8354430379746836,
616
+ "grad_norm": 0.7135102152824402,
617
+ "learning_rate": 0.00012718035563082133,
618
+ "loss": 0.2824,
619
+ "step": 435
620
+ },
621
+ {
622
+ "epoch": 1.8565400843881856,
623
+ "grad_norm": 0.732537567615509,
624
+ "learning_rate": 0.00012633361558001696,
625
+ "loss": 0.3364,
626
+ "step": 440
627
+ },
628
+ {
629
+ "epoch": 1.8776371308016877,
630
+ "grad_norm": 0.7259167432785034,
631
+ "learning_rate": 0.00012548687552921254,
632
+ "loss": 0.326,
633
+ "step": 445
634
+ },
635
+ {
636
+ "epoch": 1.8987341772151898,
637
+ "grad_norm": 0.828127920627594,
638
+ "learning_rate": 0.00012464013547840814,
639
+ "loss": 0.31,
640
+ "step": 450
641
+ },
642
+ {
643
+ "epoch": 1.9198312236286919,
644
+ "grad_norm": 0.8551115393638611,
645
+ "learning_rate": 0.00012379339542760372,
646
+ "loss": 0.2991,
647
+ "step": 455
648
+ },
649
+ {
650
+ "epoch": 1.9409282700421941,
651
+ "grad_norm": 0.8755710124969482,
652
+ "learning_rate": 0.00012294665537679932,
653
+ "loss": 0.2978,
654
+ "step": 460
655
+ },
656
+ {
657
+ "epoch": 1.9620253164556962,
658
+ "grad_norm": 0.7943766713142395,
659
+ "learning_rate": 0.00012209991532599493,
660
+ "loss": 0.2796,
661
+ "step": 465
662
+ },
663
+ {
664
+ "epoch": 1.9831223628691983,
665
+ "grad_norm": 0.709699273109436,
666
+ "learning_rate": 0.0001212531752751905,
667
+ "loss": 0.3171,
668
+ "step": 470
669
+ },
670
+ {
671
+ "epoch": 2.0042194092827006,
672
+ "grad_norm": 0.5481745004653931,
673
+ "learning_rate": 0.00012040643522438612,
674
+ "loss": 0.2664,
675
+ "step": 475
676
+ },
677
+ {
678
+ "epoch": 2.0253164556962027,
679
+ "grad_norm": 0.8539430499076843,
680
+ "learning_rate": 0.00011955969517358172,
681
+ "loss": 0.2146,
682
+ "step": 480
683
+ },
684
+ {
685
+ "epoch": 2.0464135021097047,
686
+ "grad_norm": 0.8904210329055786,
687
+ "learning_rate": 0.00011871295512277731,
688
+ "loss": 0.1905,
689
+ "step": 485
690
+ },
691
+ {
692
+ "epoch": 2.067510548523207,
693
+ "grad_norm": 1.2182245254516602,
694
+ "learning_rate": 0.00011786621507197291,
695
+ "loss": 0.1874,
696
+ "step": 490
697
+ },
698
+ {
699
+ "epoch": 2.088607594936709,
700
+ "grad_norm": 0.6917277574539185,
701
+ "learning_rate": 0.0001170194750211685,
702
+ "loss": 0.201,
703
+ "step": 495
704
+ },
705
+ {
706
+ "epoch": 2.109704641350211,
707
+ "grad_norm": 0.8633620738983154,
708
+ "learning_rate": 0.0001161727349703641,
709
+ "loss": 0.1902,
710
+ "step": 500
711
+ },
712
+ {
713
+ "epoch": 2.130801687763713,
714
+ "grad_norm": 0.7604339122772217,
715
+ "learning_rate": 0.00011532599491955971,
716
+ "loss": 0.1833,
717
+ "step": 505
718
+ },
719
+ {
720
+ "epoch": 2.151898734177215,
721
+ "grad_norm": 0.8772925734519958,
722
+ "learning_rate": 0.0001144792548687553,
723
+ "loss": 0.1816,
724
+ "step": 510
725
+ },
726
+ {
727
+ "epoch": 2.172995780590717,
728
+ "grad_norm": 0.7404392957687378,
729
+ "learning_rate": 0.0001136325148179509,
730
+ "loss": 0.1777,
731
+ "step": 515
732
+ },
733
+ {
734
+ "epoch": 2.1940928270042193,
735
+ "grad_norm": 0.709751546382904,
736
+ "learning_rate": 0.00011278577476714649,
737
+ "loss": 0.1912,
738
+ "step": 520
739
+ },
740
+ {
741
+ "epoch": 2.2151898734177213,
742
+ "grad_norm": 1.1144224405288696,
743
+ "learning_rate": 0.00011193903471634208,
744
+ "loss": 0.1904,
745
+ "step": 525
746
+ },
747
+ {
748
+ "epoch": 2.2362869198312234,
749
+ "grad_norm": 1.018391728401184,
750
+ "learning_rate": 0.00011109229466553768,
751
+ "loss": 0.1801,
752
+ "step": 530
753
+ },
754
+ {
755
+ "epoch": 2.257383966244726,
756
+ "grad_norm": 0.8928098678588867,
757
+ "learning_rate": 0.00011024555461473329,
758
+ "loss": 0.1887,
759
+ "step": 535
760
+ },
761
+ {
762
+ "epoch": 2.278481012658228,
763
+ "grad_norm": 0.8657038807868958,
764
+ "learning_rate": 0.00010939881456392888,
765
+ "loss": 0.1919,
766
+ "step": 540
767
+ },
768
+ {
769
+ "epoch": 2.29957805907173,
770
+ "grad_norm": 0.981024980545044,
771
+ "learning_rate": 0.00010855207451312448,
772
+ "loss": 0.1834,
773
+ "step": 545
774
+ },
775
+ {
776
+ "epoch": 2.320675105485232,
777
+ "grad_norm": 0.9774715304374695,
778
+ "learning_rate": 0.00010770533446232008,
779
+ "loss": 0.1916,
780
+ "step": 550
781
+ },
782
+ {
783
+ "epoch": 2.3417721518987342,
784
+ "grad_norm": 0.8846821784973145,
785
+ "learning_rate": 0.00010685859441151567,
786
+ "loss": 0.1932,
787
+ "step": 555
788
+ },
789
+ {
790
+ "epoch": 2.3628691983122363,
791
+ "grad_norm": 0.884130597114563,
792
+ "learning_rate": 0.00010601185436071126,
793
+ "loss": 0.1833,
794
+ "step": 560
795
+ },
796
+ {
797
+ "epoch": 2.3839662447257384,
798
+ "grad_norm": 0.9202504754066467,
799
+ "learning_rate": 0.00010516511430990685,
800
+ "loss": 0.1947,
801
+ "step": 565
802
+ },
803
+ {
804
+ "epoch": 2.4050632911392404,
805
+ "grad_norm": 0.8119796514511108,
806
+ "learning_rate": 0.00010431837425910247,
807
+ "loss": 0.1938,
808
+ "step": 570
809
+ },
810
+ {
811
+ "epoch": 2.4261603375527425,
812
+ "grad_norm": 0.9764719605445862,
813
+ "learning_rate": 0.00010347163420829806,
814
+ "loss": 0.1936,
815
+ "step": 575
816
+ },
817
+ {
818
+ "epoch": 2.4472573839662446,
819
+ "grad_norm": 0.833234965801239,
820
+ "learning_rate": 0.00010262489415749365,
821
+ "loss": 0.1876,
822
+ "step": 580
823
+ },
824
+ {
825
+ "epoch": 2.4683544303797467,
826
+ "grad_norm": 1.131765604019165,
827
+ "learning_rate": 0.00010177815410668926,
828
+ "loss": 0.1955,
829
+ "step": 585
830
+ },
831
+ {
832
+ "epoch": 2.489451476793249,
833
+ "grad_norm": 0.8004549145698547,
834
+ "learning_rate": 0.00010093141405588485,
835
+ "loss": 0.1873,
836
+ "step": 590
837
+ },
838
+ {
839
+ "epoch": 2.510548523206751,
840
+ "grad_norm": 0.8315241932868958,
841
+ "learning_rate": 0.00010008467400508044,
842
+ "loss": 0.1843,
843
+ "step": 595
844
+ },
845
+ {
846
+ "epoch": 2.5316455696202533,
847
+ "grad_norm": 0.8431430459022522,
848
+ "learning_rate": 9.923793395427604e-05,
849
+ "loss": 0.1942,
850
+ "step": 600
851
+ },
852
+ {
853
+ "epoch": 2.5527426160337554,
854
+ "grad_norm": 0.8936229944229126,
855
+ "learning_rate": 9.839119390347164e-05,
856
+ "loss": 0.1918,
857
+ "step": 605
858
+ },
859
+ {
860
+ "epoch": 2.5738396624472575,
861
+ "grad_norm": 0.9152116775512695,
862
+ "learning_rate": 9.754445385266724e-05,
863
+ "loss": 0.1994,
864
+ "step": 610
865
+ },
866
+ {
867
+ "epoch": 2.5949367088607596,
868
+ "grad_norm": 0.7673624157905579,
869
+ "learning_rate": 9.669771380186283e-05,
870
+ "loss": 0.1862,
871
+ "step": 615
872
+ },
873
+ {
874
+ "epoch": 2.6160337552742616,
875
+ "grad_norm": 0.7213599681854248,
876
+ "learning_rate": 9.585097375105842e-05,
877
+ "loss": 0.183,
878
+ "step": 620
879
+ },
880
+ {
881
+ "epoch": 2.6371308016877637,
882
+ "grad_norm": 0.9323659539222717,
883
+ "learning_rate": 9.500423370025403e-05,
884
+ "loss": 0.1892,
885
+ "step": 625
886
+ },
887
+ {
888
+ "epoch": 2.6582278481012658,
889
+ "grad_norm": 0.7224115133285522,
890
+ "learning_rate": 9.415749364944962e-05,
891
+ "loss": 0.1906,
892
+ "step": 630
893
+ },
894
+ {
895
+ "epoch": 2.679324894514768,
896
+ "grad_norm": 1.0357307195663452,
897
+ "learning_rate": 9.331075359864522e-05,
898
+ "loss": 0.1913,
899
+ "step": 635
900
+ },
901
+ {
902
+ "epoch": 2.70042194092827,
903
+ "grad_norm": 0.8100070357322693,
904
+ "learning_rate": 9.246401354784083e-05,
905
+ "loss": 0.1851,
906
+ "step": 640
907
+ },
908
+ {
909
+ "epoch": 2.721518987341772,
910
+ "grad_norm": 1.022112250328064,
911
+ "learning_rate": 9.161727349703642e-05,
912
+ "loss": 0.1977,
913
+ "step": 645
914
+ },
915
+ {
916
+ "epoch": 2.742616033755274,
917
+ "grad_norm": 0.8289423584938049,
918
+ "learning_rate": 9.077053344623201e-05,
919
+ "loss": 0.1968,
920
+ "step": 650
921
+ },
922
+ {
923
+ "epoch": 2.7637130801687766,
924
+ "grad_norm": 1.2581491470336914,
925
+ "learning_rate": 8.992379339542762e-05,
926
+ "loss": 0.1897,
927
+ "step": 655
928
+ },
929
+ {
930
+ "epoch": 2.7848101265822782,
931
+ "grad_norm": 0.846420407295227,
932
+ "learning_rate": 8.907705334462321e-05,
933
+ "loss": 0.1923,
934
+ "step": 660
935
+ },
936
+ {
937
+ "epoch": 2.8059071729957807,
938
+ "grad_norm": 0.9414570331573486,
939
+ "learning_rate": 8.82303132938188e-05,
940
+ "loss": 0.1787,
941
+ "step": 665
942
+ },
943
+ {
944
+ "epoch": 2.827004219409283,
945
+ "grad_norm": 1.0424678325653076,
946
+ "learning_rate": 8.738357324301439e-05,
947
+ "loss": 0.1874,
948
+ "step": 670
949
+ },
950
+ {
951
+ "epoch": 2.848101265822785,
952
+ "grad_norm": 1.056854248046875,
953
+ "learning_rate": 8.653683319221e-05,
954
+ "loss": 0.1963,
955
+ "step": 675
956
+ },
957
+ {
958
+ "epoch": 2.869198312236287,
959
+ "grad_norm": 0.8551703095436096,
960
+ "learning_rate": 8.569009314140559e-05,
961
+ "loss": 0.1925,
962
+ "step": 680
963
+ },
964
+ {
965
+ "epoch": 2.890295358649789,
966
+ "grad_norm": 0.8861784338951111,
967
+ "learning_rate": 8.484335309060119e-05,
968
+ "loss": 0.1851,
969
+ "step": 685
970
+ },
971
+ {
972
+ "epoch": 2.911392405063291,
973
+ "grad_norm": 1.051079273223877,
974
+ "learning_rate": 8.39966130397968e-05,
975
+ "loss": 0.1849,
976
+ "step": 690
977
+ },
978
+ {
979
+ "epoch": 2.932489451476793,
980
+ "grad_norm": 0.9021926522254944,
981
+ "learning_rate": 8.314987298899239e-05,
982
+ "loss": 0.1883,
983
+ "step": 695
984
+ },
985
+ {
986
+ "epoch": 2.9535864978902953,
987
+ "grad_norm": 1.1243478059768677,
988
+ "learning_rate": 8.230313293818798e-05,
989
+ "loss": 0.1928,
990
+ "step": 700
991
+ },
992
+ {
993
+ "epoch": 2.9746835443037973,
994
+ "grad_norm": 0.776346743106842,
995
+ "learning_rate": 8.145639288738358e-05,
996
+ "loss": 0.1778,
997
+ "step": 705
998
+ },
999
+ {
1000
+ "epoch": 2.9957805907173,
1001
+ "grad_norm": 0.7797594666481018,
1002
+ "learning_rate": 8.060965283657918e-05,
1003
+ "loss": 0.1807,
1004
+ "step": 710
1005
+ },
1006
+ {
1007
+ "epoch": 3.0168776371308015,
1008
+ "grad_norm": 0.6612173914909363,
1009
+ "learning_rate": 7.976291278577477e-05,
1010
+ "loss": 0.1313,
1011
+ "step": 715
1012
+ },
1013
+ {
1014
+ "epoch": 3.037974683544304,
1015
+ "grad_norm": 0.507293701171875,
1016
+ "learning_rate": 7.891617273497037e-05,
1017
+ "loss": 0.1105,
1018
+ "step": 720
1019
+ },
1020
+ {
1021
+ "epoch": 3.059071729957806,
1022
+ "grad_norm": 1.3071284294128418,
1023
+ "learning_rate": 7.806943268416596e-05,
1024
+ "loss": 0.1106,
1025
+ "step": 725
1026
+ },
1027
+ {
1028
+ "epoch": 3.080168776371308,
1029
+ "grad_norm": 1.0598982572555542,
1030
+ "learning_rate": 7.722269263336155e-05,
1031
+ "loss": 0.1105,
1032
+ "step": 730
1033
+ },
1034
+ {
1035
+ "epoch": 3.1012658227848102,
1036
+ "grad_norm": 0.7552915215492249,
1037
+ "learning_rate": 7.637595258255716e-05,
1038
+ "loss": 0.1174,
1039
+ "step": 735
1040
+ },
1041
+ {
1042
+ "epoch": 3.1223628691983123,
1043
+ "grad_norm": 0.6637086868286133,
1044
+ "learning_rate": 7.552921253175276e-05,
1045
+ "loss": 0.1123,
1046
+ "step": 740
1047
+ },
1048
+ {
1049
+ "epoch": 3.1434599156118144,
1050
+ "grad_norm": 0.6471919417381287,
1051
+ "learning_rate": 7.468247248094836e-05,
1052
+ "loss": 0.1179,
1053
+ "step": 745
1054
+ },
1055
+ {
1056
+ "epoch": 3.1645569620253164,
1057
+ "grad_norm": 0.6427778005599976,
1058
+ "learning_rate": 7.383573243014395e-05,
1059
+ "loss": 0.111,
1060
+ "step": 750
1061
+ },
1062
+ {
1063
+ "epoch": 3.1856540084388185,
1064
+ "grad_norm": 0.8144406080245972,
1065
+ "learning_rate": 7.298899237933955e-05,
1066
+ "loss": 0.1172,
1067
+ "step": 755
1068
+ },
1069
+ {
1070
+ "epoch": 3.2067510548523206,
1071
+ "grad_norm": 0.557647705078125,
1072
+ "learning_rate": 7.214225232853514e-05,
1073
+ "loss": 0.1128,
1074
+ "step": 760
1075
+ },
1076
+ {
1077
+ "epoch": 3.2278481012658227,
1078
+ "grad_norm": 0.8724661469459534,
1079
+ "learning_rate": 7.129551227773073e-05,
1080
+ "loss": 0.1198,
1081
+ "step": 765
1082
+ },
1083
+ {
1084
+ "epoch": 3.2489451476793247,
1085
+ "grad_norm": 0.8053642511367798,
1086
+ "learning_rate": 7.044877222692634e-05,
1087
+ "loss": 0.1183,
1088
+ "step": 770
1089
+ },
1090
+ {
1091
+ "epoch": 3.270042194092827,
1092
+ "grad_norm": 1.0730928182601929,
1093
+ "learning_rate": 6.960203217612193e-05,
1094
+ "loss": 0.1157,
1095
+ "step": 775
1096
+ },
1097
+ {
1098
+ "epoch": 3.291139240506329,
1099
+ "grad_norm": 0.8512837886810303,
1100
+ "learning_rate": 6.875529212531752e-05,
1101
+ "loss": 0.117,
1102
+ "step": 780
1103
+ },
1104
+ {
1105
+ "epoch": 3.3122362869198314,
1106
+ "grad_norm": 0.6452792882919312,
1107
+ "learning_rate": 6.790855207451313e-05,
1108
+ "loss": 0.1203,
1109
+ "step": 785
1110
+ },
1111
+ {
1112
+ "epoch": 3.3333333333333335,
1113
+ "grad_norm": 1.0139598846435547,
1114
+ "learning_rate": 6.706181202370873e-05,
1115
+ "loss": 0.1191,
1116
+ "step": 790
1117
+ },
1118
+ {
1119
+ "epoch": 3.3544303797468356,
1120
+ "grad_norm": 0.8049492239952087,
1121
+ "learning_rate": 6.621507197290432e-05,
1122
+ "loss": 0.1195,
1123
+ "step": 795
1124
+ },
1125
+ {
1126
+ "epoch": 3.3755274261603376,
1127
+ "grad_norm": 0.7811105251312256,
1128
+ "learning_rate": 6.536833192209993e-05,
1129
+ "loss": 0.1155,
1130
+ "step": 800
1131
+ },
1132
+ {
1133
+ "epoch": 3.3966244725738397,
1134
+ "grad_norm": 0.7017205357551575,
1135
+ "learning_rate": 6.452159187129552e-05,
1136
+ "loss": 0.1142,
1137
+ "step": 805
1138
+ },
1139
+ {
1140
+ "epoch": 3.4177215189873418,
1141
+ "grad_norm": 0.8031386137008667,
1142
+ "learning_rate": 6.367485182049111e-05,
1143
+ "loss": 0.1172,
1144
+ "step": 810
1145
+ },
1146
+ {
1147
+ "epoch": 3.438818565400844,
1148
+ "grad_norm": 0.9530389904975891,
1149
+ "learning_rate": 6.28281117696867e-05,
1150
+ "loss": 0.1156,
1151
+ "step": 815
1152
+ },
1153
+ {
1154
+ "epoch": 3.459915611814346,
1155
+ "grad_norm": 0.681145966053009,
1156
+ "learning_rate": 6.198137171888231e-05,
1157
+ "loss": 0.1116,
1158
+ "step": 820
1159
+ },
1160
+ {
1161
+ "epoch": 3.481012658227848,
1162
+ "grad_norm": 0.7290719151496887,
1163
+ "learning_rate": 6.11346316680779e-05,
1164
+ "loss": 0.1145,
1165
+ "step": 825
1166
+ },
1167
+ {
1168
+ "epoch": 3.50210970464135,
1169
+ "grad_norm": 0.8378763794898987,
1170
+ "learning_rate": 6.0287891617273496e-05,
1171
+ "loss": 0.1167,
1172
+ "step": 830
1173
+ },
1174
+ {
1175
+ "epoch": 3.523206751054852,
1176
+ "grad_norm": 0.7045923471450806,
1177
+ "learning_rate": 5.94411515664691e-05,
1178
+ "loss": 0.1131,
1179
+ "step": 835
1180
+ },
1181
+ {
1182
+ "epoch": 3.5443037974683547,
1183
+ "grad_norm": 0.6490755081176758,
1184
+ "learning_rate": 5.859441151566469e-05,
1185
+ "loss": 0.1082,
1186
+ "step": 840
1187
+ },
1188
+ {
1189
+ "epoch": 3.5654008438818563,
1190
+ "grad_norm": 0.7876132726669312,
1191
+ "learning_rate": 5.7747671464860284e-05,
1192
+ "loss": 0.1199,
1193
+ "step": 845
1194
+ },
1195
+ {
1196
+ "epoch": 3.586497890295359,
1197
+ "grad_norm": 0.7024048566818237,
1198
+ "learning_rate": 5.690093141405589e-05,
1199
+ "loss": 0.1211,
1200
+ "step": 850
1201
+ },
1202
+ {
1203
+ "epoch": 3.607594936708861,
1204
+ "grad_norm": 0.6573346853256226,
1205
+ "learning_rate": 5.605419136325149e-05,
1206
+ "loss": 0.1124,
1207
+ "step": 855
1208
+ },
1209
+ {
1210
+ "epoch": 3.628691983122363,
1211
+ "grad_norm": 0.6605643033981323,
1212
+ "learning_rate": 5.520745131244708e-05,
1213
+ "loss": 0.1145,
1214
+ "step": 860
1215
+ },
1216
+ {
1217
+ "epoch": 3.649789029535865,
1218
+ "grad_norm": 0.9532989859580994,
1219
+ "learning_rate": 5.436071126164268e-05,
1220
+ "loss": 0.1175,
1221
+ "step": 865
1222
+ },
1223
+ {
1224
+ "epoch": 3.670886075949367,
1225
+ "grad_norm": 0.8012579083442688,
1226
+ "learning_rate": 5.3513971210838275e-05,
1227
+ "loss": 0.1084,
1228
+ "step": 870
1229
+ },
1230
+ {
1231
+ "epoch": 3.691983122362869,
1232
+ "grad_norm": 0.6036604642868042,
1233
+ "learning_rate": 5.266723116003387e-05,
1234
+ "loss": 0.1195,
1235
+ "step": 875
1236
+ },
1237
+ {
1238
+ "epoch": 3.7130801687763713,
1239
+ "grad_norm": 0.8136915564537048,
1240
+ "learning_rate": 5.182049110922948e-05,
1241
+ "loss": 0.117,
1242
+ "step": 880
1243
+ },
1244
+ {
1245
+ "epoch": 3.7341772151898733,
1246
+ "grad_norm": 0.7303801774978638,
1247
+ "learning_rate": 5.097375105842507e-05,
1248
+ "loss": 0.12,
1249
+ "step": 885
1250
+ },
1251
+ {
1252
+ "epoch": 3.7552742616033754,
1253
+ "grad_norm": 0.6088728904724121,
1254
+ "learning_rate": 5.012701100762066e-05,
1255
+ "loss": 0.123,
1256
+ "step": 890
1257
+ },
1258
+ {
1259
+ "epoch": 3.7763713080168775,
1260
+ "grad_norm": 0.7355825901031494,
1261
+ "learning_rate": 4.928027095681626e-05,
1262
+ "loss": 0.1122,
1263
+ "step": 895
1264
+ },
1265
+ {
1266
+ "epoch": 3.7974683544303796,
1267
+ "grad_norm": 0.7765938639640808,
1268
+ "learning_rate": 4.8433530906011857e-05,
1269
+ "loss": 0.1184,
1270
+ "step": 900
1271
+ },
1272
+ {
1273
+ "epoch": 3.818565400843882,
1274
+ "grad_norm": 0.7499243021011353,
1275
+ "learning_rate": 4.7586790855207455e-05,
1276
+ "loss": 0.1179,
1277
+ "step": 905
1278
+ },
1279
+ {
1280
+ "epoch": 3.8396624472573837,
1281
+ "grad_norm": 0.6993740200996399,
1282
+ "learning_rate": 4.674005080440305e-05,
1283
+ "loss": 0.1189,
1284
+ "step": 910
1285
+ },
1286
+ {
1287
+ "epoch": 3.8607594936708862,
1288
+ "grad_norm": 0.9036173820495605,
1289
+ "learning_rate": 4.5893310753598644e-05,
1290
+ "loss": 0.1147,
1291
+ "step": 915
1292
+ },
1293
+ {
1294
+ "epoch": 3.8818565400843883,
1295
+ "grad_norm": 0.8140806555747986,
1296
+ "learning_rate": 4.504657070279424e-05,
1297
+ "loss": 0.1218,
1298
+ "step": 920
1299
+ },
1300
+ {
1301
+ "epoch": 3.9029535864978904,
1302
+ "grad_norm": 0.7361952662467957,
1303
+ "learning_rate": 4.419983065198984e-05,
1304
+ "loss": 0.1183,
1305
+ "step": 925
1306
+ },
1307
+ {
1308
+ "epoch": 3.9240506329113924,
1309
+ "grad_norm": 0.8502449989318848,
1310
+ "learning_rate": 4.335309060118544e-05,
1311
+ "loss": 0.1109,
1312
+ "step": 930
1313
+ },
1314
+ {
1315
+ "epoch": 3.9451476793248945,
1316
+ "grad_norm": 0.8034221529960632,
1317
+ "learning_rate": 4.250635055038104e-05,
1318
+ "loss": 0.1192,
1319
+ "step": 935
1320
+ },
1321
+ {
1322
+ "epoch": 3.9662447257383966,
1323
+ "grad_norm": 0.6105166673660278,
1324
+ "learning_rate": 4.1659610499576635e-05,
1325
+ "loss": 0.116,
1326
+ "step": 940
1327
+ },
1328
+ {
1329
+ "epoch": 3.9873417721518987,
1330
+ "grad_norm": 1.0857540369033813,
1331
+ "learning_rate": 4.0812870448772226e-05,
1332
+ "loss": 0.1154,
1333
+ "step": 945
1334
+ },
1335
+ {
1336
+ "epoch": 4.008438818565401,
1337
+ "grad_norm": 0.33604809641838074,
1338
+ "learning_rate": 3.9966130397967824e-05,
1339
+ "loss": 0.1024,
1340
+ "step": 950
1341
+ },
1342
+ {
1343
+ "epoch": 4.029535864978903,
1344
+ "grad_norm": 0.5442842841148376,
1345
+ "learning_rate": 3.911939034716342e-05,
1346
+ "loss": 0.0858,
1347
+ "step": 955
1348
+ },
1349
+ {
1350
+ "epoch": 4.050632911392405,
1351
+ "grad_norm": 0.5701608061790466,
1352
+ "learning_rate": 3.827265029635902e-05,
1353
+ "loss": 0.0892,
1354
+ "step": 960
1355
+ },
1356
+ {
1357
+ "epoch": 4.071729957805907,
1358
+ "grad_norm": 0.3957703709602356,
1359
+ "learning_rate": 3.742591024555462e-05,
1360
+ "loss": 0.0877,
1361
+ "step": 965
1362
+ },
1363
+ {
1364
+ "epoch": 4.0928270042194095,
1365
+ "grad_norm": 0.371354877948761,
1366
+ "learning_rate": 3.657917019475021e-05,
1367
+ "loss": 0.0865,
1368
+ "step": 970
1369
+ },
1370
+ {
1371
+ "epoch": 4.113924050632911,
1372
+ "grad_norm": 0.5058160424232483,
1373
+ "learning_rate": 3.573243014394581e-05,
1374
+ "loss": 0.0882,
1375
+ "step": 975
1376
+ },
1377
+ {
1378
+ "epoch": 4.135021097046414,
1379
+ "grad_norm": 0.49639376997947693,
1380
+ "learning_rate": 3.488569009314141e-05,
1381
+ "loss": 0.088,
1382
+ "step": 980
1383
+ },
1384
+ {
1385
+ "epoch": 4.156118143459915,
1386
+ "grad_norm": 0.5311477184295654,
1387
+ "learning_rate": 3.4038950042337004e-05,
1388
+ "loss": 0.0894,
1389
+ "step": 985
1390
+ },
1391
+ {
1392
+ "epoch": 4.177215189873418,
1393
+ "grad_norm": 0.4310266673564911,
1394
+ "learning_rate": 3.31922099915326e-05,
1395
+ "loss": 0.0853,
1396
+ "step": 990
1397
+ },
1398
+ {
1399
+ "epoch": 4.198312236286919,
1400
+ "grad_norm": 0.4377863109111786,
1401
+ "learning_rate": 3.2345469940728194e-05,
1402
+ "loss": 0.0895,
1403
+ "step": 995
1404
+ },
1405
+ {
1406
+ "epoch": 4.219409282700422,
1407
+ "grad_norm": 0.4411632716655731,
1408
+ "learning_rate": 3.149872988992379e-05,
1409
+ "loss": 0.0858,
1410
+ "step": 1000
1411
+ }
1412
+ ],
1413
+ "logging_steps": 5,
1414
+ "max_steps": 1185,
1415
+ "num_input_tokens_seen": 0,
1416
+ "num_train_epochs": 5,
1417
+ "save_steps": 500,
1418
+ "stateful_callbacks": {
1419
+ "TrainerControl": {
1420
+ "args": {
1421
+ "should_epoch_stop": false,
1422
+ "should_evaluate": false,
1423
+ "should_log": false,
1424
+ "should_save": true,
1425
+ "should_training_stop": false
1426
+ },
1427
+ "attributes": {}
1428
+ }
1429
+ },
1430
+ "total_flos": 8.679617583412838e+16,
1431
+ "train_batch_size": 16,
1432
+ "trial_name": null,
1433
+ "trial_params": null
1434
+ }
experiments/de-en-pt/checkpoint-1000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90ab3a9fa29389fcc75044c7a844775cffa8e2fb7bf0776e9fe9b32a837e2a1c
3
+ size 6289
experiments/de-en-pt/checkpoint-1185/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/de-en-pt/checkpoint-1185/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.1,
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/de-en-pt/checkpoint-1185/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3657de91dc2f72e94c5387f18f835d5d86c38aed3e153dffd9209823fb712e1
3
+ size 83945296
experiments/de-en-pt/checkpoint-1185/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/de-en-pt/checkpoint-1185/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09a128d4182a891c8c482bedfe4588569657b19d6899781922e26b00ce8c603d
3
+ size 43123429
experiments/de-en-pt/checkpoint-1185/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:addde64272e1895b3e62f8f1535312fd1abda0fb6b309a418f0b6c905b830c6a
3
+ size 14645
experiments/de-en-pt/checkpoint-1185/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:536a5b31febcbda77e3e913e12dcbcd10ebd104290f4bc52ce97482f12465286
3
+ size 1465
experiments/de-en-pt/checkpoint-1185/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/de-en-pt/checkpoint-1185/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b9e4e7fb171f92fd137b777cc2714bf87d11576700a1dcd7a399e7bbe39537b
3
+ size 17209920
experiments/de-en-pt/checkpoint-1185/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/de-en-pt/checkpoint-1185/trainer_state.json ADDED
@@ -0,0 +1,1693 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 1185,
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.02109704641350211,
14
+ "grad_norm": 7.303770542144775,
15
+ "learning_rate": 0.0002,
16
+ "loss": 2.7397,
17
+ "step": 5
18
+ },
19
+ {
20
+ "epoch": 0.04219409282700422,
21
+ "grad_norm": 1.8467751741409302,
22
+ "learning_rate": 0.00019915325994919561,
23
+ "loss": 0.8472,
24
+ "step": 10
25
+ },
26
+ {
27
+ "epoch": 0.06329113924050633,
28
+ "grad_norm": 1.7855145931243896,
29
+ "learning_rate": 0.0001983065198983912,
30
+ "loss": 0.5618,
31
+ "step": 15
32
+ },
33
+ {
34
+ "epoch": 0.08438818565400844,
35
+ "grad_norm": 1.1616630554199219,
36
+ "learning_rate": 0.0001974597798475868,
37
+ "loss": 0.4699,
38
+ "step": 20
39
+ },
40
+ {
41
+ "epoch": 0.10548523206751055,
42
+ "grad_norm": 0.6415855884552002,
43
+ "learning_rate": 0.0001966130397967824,
44
+ "loss": 0.4624,
45
+ "step": 25
46
+ },
47
+ {
48
+ "epoch": 0.12658227848101267,
49
+ "grad_norm": 1.1393471956253052,
50
+ "learning_rate": 0.000195766299745978,
51
+ "loss": 0.5064,
52
+ "step": 30
53
+ },
54
+ {
55
+ "epoch": 0.14767932489451477,
56
+ "grad_norm": 0.7702832818031311,
57
+ "learning_rate": 0.00019491955969517358,
58
+ "loss": 0.5226,
59
+ "step": 35
60
+ },
61
+ {
62
+ "epoch": 0.16877637130801687,
63
+ "grad_norm": 0.7905811071395874,
64
+ "learning_rate": 0.0001940728196443692,
65
+ "loss": 0.5235,
66
+ "step": 40
67
+ },
68
+ {
69
+ "epoch": 0.189873417721519,
70
+ "grad_norm": 0.8080295920372009,
71
+ "learning_rate": 0.00019322607959356477,
72
+ "loss": 0.4923,
73
+ "step": 45
74
+ },
75
+ {
76
+ "epoch": 0.2109704641350211,
77
+ "grad_norm": 0.7102531790733337,
78
+ "learning_rate": 0.00019237933954276037,
79
+ "loss": 0.4861,
80
+ "step": 50
81
+ },
82
+ {
83
+ "epoch": 0.2320675105485232,
84
+ "grad_norm": 0.6320513486862183,
85
+ "learning_rate": 0.00019153259949195598,
86
+ "loss": 0.4758,
87
+ "step": 55
88
+ },
89
+ {
90
+ "epoch": 0.25316455696202533,
91
+ "grad_norm": 0.5483996272087097,
92
+ "learning_rate": 0.00019068585944115158,
93
+ "loss": 0.4846,
94
+ "step": 60
95
+ },
96
+ {
97
+ "epoch": 0.2742616033755274,
98
+ "grad_norm": 0.5805549621582031,
99
+ "learning_rate": 0.0001898391193903472,
100
+ "loss": 0.4207,
101
+ "step": 65
102
+ },
103
+ {
104
+ "epoch": 0.29535864978902954,
105
+ "grad_norm": 0.6124007701873779,
106
+ "learning_rate": 0.00018899237933954276,
107
+ "loss": 0.4838,
108
+ "step": 70
109
+ },
110
+ {
111
+ "epoch": 0.31645569620253167,
112
+ "grad_norm": 0.6392915844917297,
113
+ "learning_rate": 0.00018814563928873837,
114
+ "loss": 0.4557,
115
+ "step": 75
116
+ },
117
+ {
118
+ "epoch": 0.33755274261603374,
119
+ "grad_norm": 0.6733785271644592,
120
+ "learning_rate": 0.00018729889923793395,
121
+ "loss": 0.4884,
122
+ "step": 80
123
+ },
124
+ {
125
+ "epoch": 0.35864978902953587,
126
+ "grad_norm": 0.6744979023933411,
127
+ "learning_rate": 0.00018645215918712955,
128
+ "loss": 0.4421,
129
+ "step": 85
130
+ },
131
+ {
132
+ "epoch": 0.379746835443038,
133
+ "grad_norm": 0.647033154964447,
134
+ "learning_rate": 0.00018560541913632516,
135
+ "loss": 0.4404,
136
+ "step": 90
137
+ },
138
+ {
139
+ "epoch": 0.4008438818565401,
140
+ "grad_norm": 0.6323936581611633,
141
+ "learning_rate": 0.00018475867908552076,
142
+ "loss": 0.4299,
143
+ "step": 95
144
+ },
145
+ {
146
+ "epoch": 0.4219409282700422,
147
+ "grad_norm": 0.6895705461502075,
148
+ "learning_rate": 0.00018391193903471634,
149
+ "loss": 0.4567,
150
+ "step": 100
151
+ },
152
+ {
153
+ "epoch": 0.4430379746835443,
154
+ "grad_norm": 1.326171636581421,
155
+ "learning_rate": 0.00018306519898391194,
156
+ "loss": 0.4587,
157
+ "step": 105
158
+ },
159
+ {
160
+ "epoch": 0.4641350210970464,
161
+ "grad_norm": 0.7596874833106995,
162
+ "learning_rate": 0.00018221845893310755,
163
+ "loss": 0.4527,
164
+ "step": 110
165
+ },
166
+ {
167
+ "epoch": 0.48523206751054854,
168
+ "grad_norm": 0.5594536066055298,
169
+ "learning_rate": 0.00018137171888230313,
170
+ "loss": 0.4433,
171
+ "step": 115
172
+ },
173
+ {
174
+ "epoch": 0.5063291139240507,
175
+ "grad_norm": 0.5562201142311096,
176
+ "learning_rate": 0.00018052497883149876,
177
+ "loss": 0.4655,
178
+ "step": 120
179
+ },
180
+ {
181
+ "epoch": 0.5274261603375527,
182
+ "grad_norm": 0.5696616172790527,
183
+ "learning_rate": 0.00017967823878069434,
184
+ "loss": 0.4169,
185
+ "step": 125
186
+ },
187
+ {
188
+ "epoch": 0.5485232067510548,
189
+ "grad_norm": 0.872970700263977,
190
+ "learning_rate": 0.00017883149872988994,
191
+ "loss": 0.4587,
192
+ "step": 130
193
+ },
194
+ {
195
+ "epoch": 0.569620253164557,
196
+ "grad_norm": 0.8332061171531677,
197
+ "learning_rate": 0.00017798475867908552,
198
+ "loss": 0.4137,
199
+ "step": 135
200
+ },
201
+ {
202
+ "epoch": 0.5907172995780591,
203
+ "grad_norm": 0.6869994401931763,
204
+ "learning_rate": 0.00017713801862828112,
205
+ "loss": 0.4625,
206
+ "step": 140
207
+ },
208
+ {
209
+ "epoch": 0.6118143459915611,
210
+ "grad_norm": 0.7138175368309021,
211
+ "learning_rate": 0.0001762912785774767,
212
+ "loss": 0.4137,
213
+ "step": 145
214
+ },
215
+ {
216
+ "epoch": 0.6329113924050633,
217
+ "grad_norm": 0.6982415914535522,
218
+ "learning_rate": 0.00017544453852667233,
219
+ "loss": 0.4773,
220
+ "step": 150
221
+ },
222
+ {
223
+ "epoch": 0.6540084388185654,
224
+ "grad_norm": 0.6468168497085571,
225
+ "learning_rate": 0.0001745977984758679,
226
+ "loss": 0.461,
227
+ "step": 155
228
+ },
229
+ {
230
+ "epoch": 0.6751054852320675,
231
+ "grad_norm": 0.5886504054069519,
232
+ "learning_rate": 0.00017375105842506352,
233
+ "loss": 0.4304,
234
+ "step": 160
235
+ },
236
+ {
237
+ "epoch": 0.6962025316455697,
238
+ "grad_norm": 0.6864741444587708,
239
+ "learning_rate": 0.00017290431837425912,
240
+ "loss": 0.4319,
241
+ "step": 165
242
+ },
243
+ {
244
+ "epoch": 0.7172995780590717,
245
+ "grad_norm": 0.6106663942337036,
246
+ "learning_rate": 0.0001720575783234547,
247
+ "loss": 0.4794,
248
+ "step": 170
249
+ },
250
+ {
251
+ "epoch": 0.7383966244725738,
252
+ "grad_norm": 0.6986768245697021,
253
+ "learning_rate": 0.0001712108382726503,
254
+ "loss": 0.4533,
255
+ "step": 175
256
+ },
257
+ {
258
+ "epoch": 0.759493670886076,
259
+ "grad_norm": 0.6781573295593262,
260
+ "learning_rate": 0.00017036409822184588,
261
+ "loss": 0.4825,
262
+ "step": 180
263
+ },
264
+ {
265
+ "epoch": 0.7805907172995781,
266
+ "grad_norm": 0.5864121913909912,
267
+ "learning_rate": 0.00016951735817104151,
268
+ "loss": 0.4052,
269
+ "step": 185
270
+ },
271
+ {
272
+ "epoch": 0.8016877637130801,
273
+ "grad_norm": 0.5869038701057434,
274
+ "learning_rate": 0.0001686706181202371,
275
+ "loss": 0.4117,
276
+ "step": 190
277
+ },
278
+ {
279
+ "epoch": 0.8227848101265823,
280
+ "grad_norm": 0.6497222781181335,
281
+ "learning_rate": 0.0001678238780694327,
282
+ "loss": 0.4596,
283
+ "step": 195
284
+ },
285
+ {
286
+ "epoch": 0.8438818565400844,
287
+ "grad_norm": 0.6619230508804321,
288
+ "learning_rate": 0.00016697713801862828,
289
+ "loss": 0.4731,
290
+ "step": 200
291
+ },
292
+ {
293
+ "epoch": 0.8649789029535865,
294
+ "grad_norm": 0.6095796227455139,
295
+ "learning_rate": 0.00016613039796782388,
296
+ "loss": 0.4409,
297
+ "step": 205
298
+ },
299
+ {
300
+ "epoch": 0.8860759493670886,
301
+ "grad_norm": 0.6402797698974609,
302
+ "learning_rate": 0.00016528365791701949,
303
+ "loss": 0.4306,
304
+ "step": 210
305
+ },
306
+ {
307
+ "epoch": 0.9071729957805907,
308
+ "grad_norm": 0.644440233707428,
309
+ "learning_rate": 0.0001644369178662151,
310
+ "loss": 0.4417,
311
+ "step": 215
312
+ },
313
+ {
314
+ "epoch": 0.9282700421940928,
315
+ "grad_norm": 0.5990755558013916,
316
+ "learning_rate": 0.0001635901778154107,
317
+ "loss": 0.4449,
318
+ "step": 220
319
+ },
320
+ {
321
+ "epoch": 0.9493670886075949,
322
+ "grad_norm": 0.7246052026748657,
323
+ "learning_rate": 0.00016274343776460627,
324
+ "loss": 0.4132,
325
+ "step": 225
326
+ },
327
+ {
328
+ "epoch": 0.9704641350210971,
329
+ "grad_norm": 0.7127440571784973,
330
+ "learning_rate": 0.00016189669771380188,
331
+ "loss": 0.43,
332
+ "step": 230
333
+ },
334
+ {
335
+ "epoch": 0.9915611814345991,
336
+ "grad_norm": 0.5102093815803528,
337
+ "learning_rate": 0.00016104995766299746,
338
+ "loss": 0.3763,
339
+ "step": 235
340
+ },
341
+ {
342
+ "epoch": 1.0126582278481013,
343
+ "grad_norm": 0.5558840036392212,
344
+ "learning_rate": 0.00016020321761219306,
345
+ "loss": 0.3735,
346
+ "step": 240
347
+ },
348
+ {
349
+ "epoch": 1.0337552742616034,
350
+ "grad_norm": 0.7372997403144836,
351
+ "learning_rate": 0.00015935647756138864,
352
+ "loss": 0.3678,
353
+ "step": 245
354
+ },
355
+ {
356
+ "epoch": 1.0548523206751055,
357
+ "grad_norm": 0.6645821332931519,
358
+ "learning_rate": 0.00015850973751058427,
359
+ "loss": 0.3348,
360
+ "step": 250
361
+ },
362
+ {
363
+ "epoch": 1.0759493670886076,
364
+ "grad_norm": 0.6483216881752014,
365
+ "learning_rate": 0.00015766299745977985,
366
+ "loss": 0.3497,
367
+ "step": 255
368
+ },
369
+ {
370
+ "epoch": 1.0970464135021096,
371
+ "grad_norm": 0.7461686134338379,
372
+ "learning_rate": 0.00015681625740897545,
373
+ "loss": 0.3396,
374
+ "step": 260
375
+ },
376
+ {
377
+ "epoch": 1.1181434599156117,
378
+ "grad_norm": 0.7183260917663574,
379
+ "learning_rate": 0.00015596951735817106,
380
+ "loss": 0.3331,
381
+ "step": 265
382
+ },
383
+ {
384
+ "epoch": 1.139240506329114,
385
+ "grad_norm": 0.6482828855514526,
386
+ "learning_rate": 0.00015512277730736664,
387
+ "loss": 0.3349,
388
+ "step": 270
389
+ },
390
+ {
391
+ "epoch": 1.160337552742616,
392
+ "grad_norm": 0.7357110977172852,
393
+ "learning_rate": 0.00015427603725656224,
394
+ "loss": 0.3392,
395
+ "step": 275
396
+ },
397
+ {
398
+ "epoch": 1.1814345991561181,
399
+ "grad_norm": 0.8033156991004944,
400
+ "learning_rate": 0.00015342929720575785,
401
+ "loss": 0.3081,
402
+ "step": 280
403
+ },
404
+ {
405
+ "epoch": 1.2025316455696202,
406
+ "grad_norm": 0.8261159658432007,
407
+ "learning_rate": 0.00015258255715495345,
408
+ "loss": 0.3289,
409
+ "step": 285
410
+ },
411
+ {
412
+ "epoch": 1.2236286919831223,
413
+ "grad_norm": 0.9544351100921631,
414
+ "learning_rate": 0.00015173581710414903,
415
+ "loss": 0.3338,
416
+ "step": 290
417
+ },
418
+ {
419
+ "epoch": 1.2447257383966246,
420
+ "grad_norm": 0.7345326542854309,
421
+ "learning_rate": 0.00015088907705334463,
422
+ "loss": 0.3224,
423
+ "step": 295
424
+ },
425
+ {
426
+ "epoch": 1.2658227848101267,
427
+ "grad_norm": 0.7424091100692749,
428
+ "learning_rate": 0.0001500423370025402,
429
+ "loss": 0.2973,
430
+ "step": 300
431
+ },
432
+ {
433
+ "epoch": 1.2869198312236287,
434
+ "grad_norm": 1.0532294511795044,
435
+ "learning_rate": 0.00014919559695173582,
436
+ "loss": 0.3243,
437
+ "step": 305
438
+ },
439
+ {
440
+ "epoch": 1.3080168776371308,
441
+ "grad_norm": 0.673413097858429,
442
+ "learning_rate": 0.00014834885690093142,
443
+ "loss": 0.2981,
444
+ "step": 310
445
+ },
446
+ {
447
+ "epoch": 1.3291139240506329,
448
+ "grad_norm": 0.7296124696731567,
449
+ "learning_rate": 0.00014750211685012703,
450
+ "loss": 0.3273,
451
+ "step": 315
452
+ },
453
+ {
454
+ "epoch": 1.350210970464135,
455
+ "grad_norm": 0.7868983149528503,
456
+ "learning_rate": 0.00014665537679932263,
457
+ "loss": 0.3315,
458
+ "step": 320
459
+ },
460
+ {
461
+ "epoch": 1.371308016877637,
462
+ "grad_norm": 0.618905246257782,
463
+ "learning_rate": 0.0001458086367485182,
464
+ "loss": 0.3187,
465
+ "step": 325
466
+ },
467
+ {
468
+ "epoch": 1.3924050632911391,
469
+ "grad_norm": 0.7611832618713379,
470
+ "learning_rate": 0.0001449618966977138,
471
+ "loss": 0.3273,
472
+ "step": 330
473
+ },
474
+ {
475
+ "epoch": 1.4135021097046414,
476
+ "grad_norm": 0.7445492148399353,
477
+ "learning_rate": 0.0001441151566469094,
478
+ "loss": 0.3148,
479
+ "step": 335
480
+ },
481
+ {
482
+ "epoch": 1.4345991561181435,
483
+ "grad_norm": 0.7893179059028625,
484
+ "learning_rate": 0.000143268416596105,
485
+ "loss": 0.3096,
486
+ "step": 340
487
+ },
488
+ {
489
+ "epoch": 1.4556962025316456,
490
+ "grad_norm": 0.7259252071380615,
491
+ "learning_rate": 0.0001424216765453006,
492
+ "loss": 0.314,
493
+ "step": 345
494
+ },
495
+ {
496
+ "epoch": 1.4767932489451476,
497
+ "grad_norm": 0.9332309365272522,
498
+ "learning_rate": 0.0001415749364944962,
499
+ "loss": 0.3132,
500
+ "step": 350
501
+ },
502
+ {
503
+ "epoch": 1.49789029535865,
504
+ "grad_norm": 0.8386842012405396,
505
+ "learning_rate": 0.00014072819644369178,
506
+ "loss": 0.3573,
507
+ "step": 355
508
+ },
509
+ {
510
+ "epoch": 1.518987341772152,
511
+ "grad_norm": 0.8299745917320251,
512
+ "learning_rate": 0.0001398814563928874,
513
+ "loss": 0.3414,
514
+ "step": 360
515
+ },
516
+ {
517
+ "epoch": 1.540084388185654,
518
+ "grad_norm": 0.8027970194816589,
519
+ "learning_rate": 0.000139034716342083,
520
+ "loss": 0.301,
521
+ "step": 365
522
+ },
523
+ {
524
+ "epoch": 1.5611814345991561,
525
+ "grad_norm": 0.8260971307754517,
526
+ "learning_rate": 0.00013818797629127857,
527
+ "loss": 0.3056,
528
+ "step": 370
529
+ },
530
+ {
531
+ "epoch": 1.5822784810126582,
532
+ "grad_norm": 0.7211348414421082,
533
+ "learning_rate": 0.0001373412362404742,
534
+ "loss": 0.3247,
535
+ "step": 375
536
+ },
537
+ {
538
+ "epoch": 1.6033755274261603,
539
+ "grad_norm": 0.7652252316474915,
540
+ "learning_rate": 0.00013649449618966978,
541
+ "loss": 0.2997,
542
+ "step": 380
543
+ },
544
+ {
545
+ "epoch": 1.6244725738396624,
546
+ "grad_norm": 0.8082212805747986,
547
+ "learning_rate": 0.00013564775613886539,
548
+ "loss": 0.3311,
549
+ "step": 385
550
+ },
551
+ {
552
+ "epoch": 1.6455696202531644,
553
+ "grad_norm": 0.6903911828994751,
554
+ "learning_rate": 0.00013480101608806096,
555
+ "loss": 0.3316,
556
+ "step": 390
557
+ },
558
+ {
559
+ "epoch": 1.6666666666666665,
560
+ "grad_norm": 0.8441250920295715,
561
+ "learning_rate": 0.00013395427603725657,
562
+ "loss": 0.2987,
563
+ "step": 395
564
+ },
565
+ {
566
+ "epoch": 1.6877637130801688,
567
+ "grad_norm": 0.6455714106559753,
568
+ "learning_rate": 0.00013310753598645215,
569
+ "loss": 0.3235,
570
+ "step": 400
571
+ },
572
+ {
573
+ "epoch": 1.7088607594936709,
574
+ "grad_norm": 0.6983484625816345,
575
+ "learning_rate": 0.00013226079593564775,
576
+ "loss": 0.3207,
577
+ "step": 405
578
+ },
579
+ {
580
+ "epoch": 1.729957805907173,
581
+ "grad_norm": 0.7476673126220703,
582
+ "learning_rate": 0.00013141405588484336,
583
+ "loss": 0.322,
584
+ "step": 410
585
+ },
586
+ {
587
+ "epoch": 1.7510548523206753,
588
+ "grad_norm": 0.7899746894836426,
589
+ "learning_rate": 0.00013056731583403896,
590
+ "loss": 0.2969,
591
+ "step": 415
592
+ },
593
+ {
594
+ "epoch": 1.7721518987341773,
595
+ "grad_norm": 0.7910045385360718,
596
+ "learning_rate": 0.00012972057578323457,
597
+ "loss": 0.3327,
598
+ "step": 420
599
+ },
600
+ {
601
+ "epoch": 1.7932489451476794,
602
+ "grad_norm": 0.6791032552719116,
603
+ "learning_rate": 0.00012887383573243014,
604
+ "loss": 0.3109,
605
+ "step": 425
606
+ },
607
+ {
608
+ "epoch": 1.8143459915611815,
609
+ "grad_norm": 0.7799623012542725,
610
+ "learning_rate": 0.00012802709568162575,
611
+ "loss": 0.3081,
612
+ "step": 430
613
+ },
614
+ {
615
+ "epoch": 1.8354430379746836,
616
+ "grad_norm": 0.7135102152824402,
617
+ "learning_rate": 0.00012718035563082133,
618
+ "loss": 0.2824,
619
+ "step": 435
620
+ },
621
+ {
622
+ "epoch": 1.8565400843881856,
623
+ "grad_norm": 0.732537567615509,
624
+ "learning_rate": 0.00012633361558001696,
625
+ "loss": 0.3364,
626
+ "step": 440
627
+ },
628
+ {
629
+ "epoch": 1.8776371308016877,
630
+ "grad_norm": 0.7259167432785034,
631
+ "learning_rate": 0.00012548687552921254,
632
+ "loss": 0.326,
633
+ "step": 445
634
+ },
635
+ {
636
+ "epoch": 1.8987341772151898,
637
+ "grad_norm": 0.828127920627594,
638
+ "learning_rate": 0.00012464013547840814,
639
+ "loss": 0.31,
640
+ "step": 450
641
+ },
642
+ {
643
+ "epoch": 1.9198312236286919,
644
+ "grad_norm": 0.8551115393638611,
645
+ "learning_rate": 0.00012379339542760372,
646
+ "loss": 0.2991,
647
+ "step": 455
648
+ },
649
+ {
650
+ "epoch": 1.9409282700421941,
651
+ "grad_norm": 0.8755710124969482,
652
+ "learning_rate": 0.00012294665537679932,
653
+ "loss": 0.2978,
654
+ "step": 460
655
+ },
656
+ {
657
+ "epoch": 1.9620253164556962,
658
+ "grad_norm": 0.7943766713142395,
659
+ "learning_rate": 0.00012209991532599493,
660
+ "loss": 0.2796,
661
+ "step": 465
662
+ },
663
+ {
664
+ "epoch": 1.9831223628691983,
665
+ "grad_norm": 0.709699273109436,
666
+ "learning_rate": 0.0001212531752751905,
667
+ "loss": 0.3171,
668
+ "step": 470
669
+ },
670
+ {
671
+ "epoch": 2.0042194092827006,
672
+ "grad_norm": 0.5481745004653931,
673
+ "learning_rate": 0.00012040643522438612,
674
+ "loss": 0.2664,
675
+ "step": 475
676
+ },
677
+ {
678
+ "epoch": 2.0253164556962027,
679
+ "grad_norm": 0.8539430499076843,
680
+ "learning_rate": 0.00011955969517358172,
681
+ "loss": 0.2146,
682
+ "step": 480
683
+ },
684
+ {
685
+ "epoch": 2.0464135021097047,
686
+ "grad_norm": 0.8904210329055786,
687
+ "learning_rate": 0.00011871295512277731,
688
+ "loss": 0.1905,
689
+ "step": 485
690
+ },
691
+ {
692
+ "epoch": 2.067510548523207,
693
+ "grad_norm": 1.2182245254516602,
694
+ "learning_rate": 0.00011786621507197291,
695
+ "loss": 0.1874,
696
+ "step": 490
697
+ },
698
+ {
699
+ "epoch": 2.088607594936709,
700
+ "grad_norm": 0.6917277574539185,
701
+ "learning_rate": 0.0001170194750211685,
702
+ "loss": 0.201,
703
+ "step": 495
704
+ },
705
+ {
706
+ "epoch": 2.109704641350211,
707
+ "grad_norm": 0.8633620738983154,
708
+ "learning_rate": 0.0001161727349703641,
709
+ "loss": 0.1902,
710
+ "step": 500
711
+ },
712
+ {
713
+ "epoch": 2.130801687763713,
714
+ "grad_norm": 0.7604339122772217,
715
+ "learning_rate": 0.00011532599491955971,
716
+ "loss": 0.1833,
717
+ "step": 505
718
+ },
719
+ {
720
+ "epoch": 2.151898734177215,
721
+ "grad_norm": 0.8772925734519958,
722
+ "learning_rate": 0.0001144792548687553,
723
+ "loss": 0.1816,
724
+ "step": 510
725
+ },
726
+ {
727
+ "epoch": 2.172995780590717,
728
+ "grad_norm": 0.7404392957687378,
729
+ "learning_rate": 0.0001136325148179509,
730
+ "loss": 0.1777,
731
+ "step": 515
732
+ },
733
+ {
734
+ "epoch": 2.1940928270042193,
735
+ "grad_norm": 0.709751546382904,
736
+ "learning_rate": 0.00011278577476714649,
737
+ "loss": 0.1912,
738
+ "step": 520
739
+ },
740
+ {
741
+ "epoch": 2.2151898734177213,
742
+ "grad_norm": 1.1144224405288696,
743
+ "learning_rate": 0.00011193903471634208,
744
+ "loss": 0.1904,
745
+ "step": 525
746
+ },
747
+ {
748
+ "epoch": 2.2362869198312234,
749
+ "grad_norm": 1.018391728401184,
750
+ "learning_rate": 0.00011109229466553768,
751
+ "loss": 0.1801,
752
+ "step": 530
753
+ },
754
+ {
755
+ "epoch": 2.257383966244726,
756
+ "grad_norm": 0.8928098678588867,
757
+ "learning_rate": 0.00011024555461473329,
758
+ "loss": 0.1887,
759
+ "step": 535
760
+ },
761
+ {
762
+ "epoch": 2.278481012658228,
763
+ "grad_norm": 0.8657038807868958,
764
+ "learning_rate": 0.00010939881456392888,
765
+ "loss": 0.1919,
766
+ "step": 540
767
+ },
768
+ {
769
+ "epoch": 2.29957805907173,
770
+ "grad_norm": 0.981024980545044,
771
+ "learning_rate": 0.00010855207451312448,
772
+ "loss": 0.1834,
773
+ "step": 545
774
+ },
775
+ {
776
+ "epoch": 2.320675105485232,
777
+ "grad_norm": 0.9774715304374695,
778
+ "learning_rate": 0.00010770533446232008,
779
+ "loss": 0.1916,
780
+ "step": 550
781
+ },
782
+ {
783
+ "epoch": 2.3417721518987342,
784
+ "grad_norm": 0.8846821784973145,
785
+ "learning_rate": 0.00010685859441151567,
786
+ "loss": 0.1932,
787
+ "step": 555
788
+ },
789
+ {
790
+ "epoch": 2.3628691983122363,
791
+ "grad_norm": 0.884130597114563,
792
+ "learning_rate": 0.00010601185436071126,
793
+ "loss": 0.1833,
794
+ "step": 560
795
+ },
796
+ {
797
+ "epoch": 2.3839662447257384,
798
+ "grad_norm": 0.9202504754066467,
799
+ "learning_rate": 0.00010516511430990685,
800
+ "loss": 0.1947,
801
+ "step": 565
802
+ },
803
+ {
804
+ "epoch": 2.4050632911392404,
805
+ "grad_norm": 0.8119796514511108,
806
+ "learning_rate": 0.00010431837425910247,
807
+ "loss": 0.1938,
808
+ "step": 570
809
+ },
810
+ {
811
+ "epoch": 2.4261603375527425,
812
+ "grad_norm": 0.9764719605445862,
813
+ "learning_rate": 0.00010347163420829806,
814
+ "loss": 0.1936,
815
+ "step": 575
816
+ },
817
+ {
818
+ "epoch": 2.4472573839662446,
819
+ "grad_norm": 0.833234965801239,
820
+ "learning_rate": 0.00010262489415749365,
821
+ "loss": 0.1876,
822
+ "step": 580
823
+ },
824
+ {
825
+ "epoch": 2.4683544303797467,
826
+ "grad_norm": 1.131765604019165,
827
+ "learning_rate": 0.00010177815410668926,
828
+ "loss": 0.1955,
829
+ "step": 585
830
+ },
831
+ {
832
+ "epoch": 2.489451476793249,
833
+ "grad_norm": 0.8004549145698547,
834
+ "learning_rate": 0.00010093141405588485,
835
+ "loss": 0.1873,
836
+ "step": 590
837
+ },
838
+ {
839
+ "epoch": 2.510548523206751,
840
+ "grad_norm": 0.8315241932868958,
841
+ "learning_rate": 0.00010008467400508044,
842
+ "loss": 0.1843,
843
+ "step": 595
844
+ },
845
+ {
846
+ "epoch": 2.5316455696202533,
847
+ "grad_norm": 0.8431430459022522,
848
+ "learning_rate": 9.923793395427604e-05,
849
+ "loss": 0.1942,
850
+ "step": 600
851
+ },
852
+ {
853
+ "epoch": 2.5527426160337554,
854
+ "grad_norm": 0.8936229944229126,
855
+ "learning_rate": 9.839119390347164e-05,
856
+ "loss": 0.1918,
857
+ "step": 605
858
+ },
859
+ {
860
+ "epoch": 2.5738396624472575,
861
+ "grad_norm": 0.9152116775512695,
862
+ "learning_rate": 9.754445385266724e-05,
863
+ "loss": 0.1994,
864
+ "step": 610
865
+ },
866
+ {
867
+ "epoch": 2.5949367088607596,
868
+ "grad_norm": 0.7673624157905579,
869
+ "learning_rate": 9.669771380186283e-05,
870
+ "loss": 0.1862,
871
+ "step": 615
872
+ },
873
+ {
874
+ "epoch": 2.6160337552742616,
875
+ "grad_norm": 0.7213599681854248,
876
+ "learning_rate": 9.585097375105842e-05,
877
+ "loss": 0.183,
878
+ "step": 620
879
+ },
880
+ {
881
+ "epoch": 2.6371308016877637,
882
+ "grad_norm": 0.9323659539222717,
883
+ "learning_rate": 9.500423370025403e-05,
884
+ "loss": 0.1892,
885
+ "step": 625
886
+ },
887
+ {
888
+ "epoch": 2.6582278481012658,
889
+ "grad_norm": 0.7224115133285522,
890
+ "learning_rate": 9.415749364944962e-05,
891
+ "loss": 0.1906,
892
+ "step": 630
893
+ },
894
+ {
895
+ "epoch": 2.679324894514768,
896
+ "grad_norm": 1.0357307195663452,
897
+ "learning_rate": 9.331075359864522e-05,
898
+ "loss": 0.1913,
899
+ "step": 635
900
+ },
901
+ {
902
+ "epoch": 2.70042194092827,
903
+ "grad_norm": 0.8100070357322693,
904
+ "learning_rate": 9.246401354784083e-05,
905
+ "loss": 0.1851,
906
+ "step": 640
907
+ },
908
+ {
909
+ "epoch": 2.721518987341772,
910
+ "grad_norm": 1.022112250328064,
911
+ "learning_rate": 9.161727349703642e-05,
912
+ "loss": 0.1977,
913
+ "step": 645
914
+ },
915
+ {
916
+ "epoch": 2.742616033755274,
917
+ "grad_norm": 0.8289423584938049,
918
+ "learning_rate": 9.077053344623201e-05,
919
+ "loss": 0.1968,
920
+ "step": 650
921
+ },
922
+ {
923
+ "epoch": 2.7637130801687766,
924
+ "grad_norm": 1.2581491470336914,
925
+ "learning_rate": 8.992379339542762e-05,
926
+ "loss": 0.1897,
927
+ "step": 655
928
+ },
929
+ {
930
+ "epoch": 2.7848101265822782,
931
+ "grad_norm": 0.846420407295227,
932
+ "learning_rate": 8.907705334462321e-05,
933
+ "loss": 0.1923,
934
+ "step": 660
935
+ },
936
+ {
937
+ "epoch": 2.8059071729957807,
938
+ "grad_norm": 0.9414570331573486,
939
+ "learning_rate": 8.82303132938188e-05,
940
+ "loss": 0.1787,
941
+ "step": 665
942
+ },
943
+ {
944
+ "epoch": 2.827004219409283,
945
+ "grad_norm": 1.0424678325653076,
946
+ "learning_rate": 8.738357324301439e-05,
947
+ "loss": 0.1874,
948
+ "step": 670
949
+ },
950
+ {
951
+ "epoch": 2.848101265822785,
952
+ "grad_norm": 1.056854248046875,
953
+ "learning_rate": 8.653683319221e-05,
954
+ "loss": 0.1963,
955
+ "step": 675
956
+ },
957
+ {
958
+ "epoch": 2.869198312236287,
959
+ "grad_norm": 0.8551703095436096,
960
+ "learning_rate": 8.569009314140559e-05,
961
+ "loss": 0.1925,
962
+ "step": 680
963
+ },
964
+ {
965
+ "epoch": 2.890295358649789,
966
+ "grad_norm": 0.8861784338951111,
967
+ "learning_rate": 8.484335309060119e-05,
968
+ "loss": 0.1851,
969
+ "step": 685
970
+ },
971
+ {
972
+ "epoch": 2.911392405063291,
973
+ "grad_norm": 1.051079273223877,
974
+ "learning_rate": 8.39966130397968e-05,
975
+ "loss": 0.1849,
976
+ "step": 690
977
+ },
978
+ {
979
+ "epoch": 2.932489451476793,
980
+ "grad_norm": 0.9021926522254944,
981
+ "learning_rate": 8.314987298899239e-05,
982
+ "loss": 0.1883,
983
+ "step": 695
984
+ },
985
+ {
986
+ "epoch": 2.9535864978902953,
987
+ "grad_norm": 1.1243478059768677,
988
+ "learning_rate": 8.230313293818798e-05,
989
+ "loss": 0.1928,
990
+ "step": 700
991
+ },
992
+ {
993
+ "epoch": 2.9746835443037973,
994
+ "grad_norm": 0.776346743106842,
995
+ "learning_rate": 8.145639288738358e-05,
996
+ "loss": 0.1778,
997
+ "step": 705
998
+ },
999
+ {
1000
+ "epoch": 2.9957805907173,
1001
+ "grad_norm": 0.7797594666481018,
1002
+ "learning_rate": 8.060965283657918e-05,
1003
+ "loss": 0.1807,
1004
+ "step": 710
1005
+ },
1006
+ {
1007
+ "epoch": 3.0168776371308015,
1008
+ "grad_norm": 0.6612173914909363,
1009
+ "learning_rate": 7.976291278577477e-05,
1010
+ "loss": 0.1313,
1011
+ "step": 715
1012
+ },
1013
+ {
1014
+ "epoch": 3.037974683544304,
1015
+ "grad_norm": 0.507293701171875,
1016
+ "learning_rate": 7.891617273497037e-05,
1017
+ "loss": 0.1105,
1018
+ "step": 720
1019
+ },
1020
+ {
1021
+ "epoch": 3.059071729957806,
1022
+ "grad_norm": 1.3071284294128418,
1023
+ "learning_rate": 7.806943268416596e-05,
1024
+ "loss": 0.1106,
1025
+ "step": 725
1026
+ },
1027
+ {
1028
+ "epoch": 3.080168776371308,
1029
+ "grad_norm": 1.0598982572555542,
1030
+ "learning_rate": 7.722269263336155e-05,
1031
+ "loss": 0.1105,
1032
+ "step": 730
1033
+ },
1034
+ {
1035
+ "epoch": 3.1012658227848102,
1036
+ "grad_norm": 0.7552915215492249,
1037
+ "learning_rate": 7.637595258255716e-05,
1038
+ "loss": 0.1174,
1039
+ "step": 735
1040
+ },
1041
+ {
1042
+ "epoch": 3.1223628691983123,
1043
+ "grad_norm": 0.6637086868286133,
1044
+ "learning_rate": 7.552921253175276e-05,
1045
+ "loss": 0.1123,
1046
+ "step": 740
1047
+ },
1048
+ {
1049
+ "epoch": 3.1434599156118144,
1050
+ "grad_norm": 0.6471919417381287,
1051
+ "learning_rate": 7.468247248094836e-05,
1052
+ "loss": 0.1179,
1053
+ "step": 745
1054
+ },
1055
+ {
1056
+ "epoch": 3.1645569620253164,
1057
+ "grad_norm": 0.6427778005599976,
1058
+ "learning_rate": 7.383573243014395e-05,
1059
+ "loss": 0.111,
1060
+ "step": 750
1061
+ },
1062
+ {
1063
+ "epoch": 3.1856540084388185,
1064
+ "grad_norm": 0.8144406080245972,
1065
+ "learning_rate": 7.298899237933955e-05,
1066
+ "loss": 0.1172,
1067
+ "step": 755
1068
+ },
1069
+ {
1070
+ "epoch": 3.2067510548523206,
1071
+ "grad_norm": 0.557647705078125,
1072
+ "learning_rate": 7.214225232853514e-05,
1073
+ "loss": 0.1128,
1074
+ "step": 760
1075
+ },
1076
+ {
1077
+ "epoch": 3.2278481012658227,
1078
+ "grad_norm": 0.8724661469459534,
1079
+ "learning_rate": 7.129551227773073e-05,
1080
+ "loss": 0.1198,
1081
+ "step": 765
1082
+ },
1083
+ {
1084
+ "epoch": 3.2489451476793247,
1085
+ "grad_norm": 0.8053642511367798,
1086
+ "learning_rate": 7.044877222692634e-05,
1087
+ "loss": 0.1183,
1088
+ "step": 770
1089
+ },
1090
+ {
1091
+ "epoch": 3.270042194092827,
1092
+ "grad_norm": 1.0730928182601929,
1093
+ "learning_rate": 6.960203217612193e-05,
1094
+ "loss": 0.1157,
1095
+ "step": 775
1096
+ },
1097
+ {
1098
+ "epoch": 3.291139240506329,
1099
+ "grad_norm": 0.8512837886810303,
1100
+ "learning_rate": 6.875529212531752e-05,
1101
+ "loss": 0.117,
1102
+ "step": 780
1103
+ },
1104
+ {
1105
+ "epoch": 3.3122362869198314,
1106
+ "grad_norm": 0.6452792882919312,
1107
+ "learning_rate": 6.790855207451313e-05,
1108
+ "loss": 0.1203,
1109
+ "step": 785
1110
+ },
1111
+ {
1112
+ "epoch": 3.3333333333333335,
1113
+ "grad_norm": 1.0139598846435547,
1114
+ "learning_rate": 6.706181202370873e-05,
1115
+ "loss": 0.1191,
1116
+ "step": 790
1117
+ },
1118
+ {
1119
+ "epoch": 3.3544303797468356,
1120
+ "grad_norm": 0.8049492239952087,
1121
+ "learning_rate": 6.621507197290432e-05,
1122
+ "loss": 0.1195,
1123
+ "step": 795
1124
+ },
1125
+ {
1126
+ "epoch": 3.3755274261603376,
1127
+ "grad_norm": 0.7811105251312256,
1128
+ "learning_rate": 6.536833192209993e-05,
1129
+ "loss": 0.1155,
1130
+ "step": 800
1131
+ },
1132
+ {
1133
+ "epoch": 3.3966244725738397,
1134
+ "grad_norm": 0.7017205357551575,
1135
+ "learning_rate": 6.452159187129552e-05,
1136
+ "loss": 0.1142,
1137
+ "step": 805
1138
+ },
1139
+ {
1140
+ "epoch": 3.4177215189873418,
1141
+ "grad_norm": 0.8031386137008667,
1142
+ "learning_rate": 6.367485182049111e-05,
1143
+ "loss": 0.1172,
1144
+ "step": 810
1145
+ },
1146
+ {
1147
+ "epoch": 3.438818565400844,
1148
+ "grad_norm": 0.9530389904975891,
1149
+ "learning_rate": 6.28281117696867e-05,
1150
+ "loss": 0.1156,
1151
+ "step": 815
1152
+ },
1153
+ {
1154
+ "epoch": 3.459915611814346,
1155
+ "grad_norm": 0.681145966053009,
1156
+ "learning_rate": 6.198137171888231e-05,
1157
+ "loss": 0.1116,
1158
+ "step": 820
1159
+ },
1160
+ {
1161
+ "epoch": 3.481012658227848,
1162
+ "grad_norm": 0.7290719151496887,
1163
+ "learning_rate": 6.11346316680779e-05,
1164
+ "loss": 0.1145,
1165
+ "step": 825
1166
+ },
1167
+ {
1168
+ "epoch": 3.50210970464135,
1169
+ "grad_norm": 0.8378763794898987,
1170
+ "learning_rate": 6.0287891617273496e-05,
1171
+ "loss": 0.1167,
1172
+ "step": 830
1173
+ },
1174
+ {
1175
+ "epoch": 3.523206751054852,
1176
+ "grad_norm": 0.7045923471450806,
1177
+ "learning_rate": 5.94411515664691e-05,
1178
+ "loss": 0.1131,
1179
+ "step": 835
1180
+ },
1181
+ {
1182
+ "epoch": 3.5443037974683547,
1183
+ "grad_norm": 0.6490755081176758,
1184
+ "learning_rate": 5.859441151566469e-05,
1185
+ "loss": 0.1082,
1186
+ "step": 840
1187
+ },
1188
+ {
1189
+ "epoch": 3.5654008438818563,
1190
+ "grad_norm": 0.7876132726669312,
1191
+ "learning_rate": 5.7747671464860284e-05,
1192
+ "loss": 0.1199,
1193
+ "step": 845
1194
+ },
1195
+ {
1196
+ "epoch": 3.586497890295359,
1197
+ "grad_norm": 0.7024048566818237,
1198
+ "learning_rate": 5.690093141405589e-05,
1199
+ "loss": 0.1211,
1200
+ "step": 850
1201
+ },
1202
+ {
1203
+ "epoch": 3.607594936708861,
1204
+ "grad_norm": 0.6573346853256226,
1205
+ "learning_rate": 5.605419136325149e-05,
1206
+ "loss": 0.1124,
1207
+ "step": 855
1208
+ },
1209
+ {
1210
+ "epoch": 3.628691983122363,
1211
+ "grad_norm": 0.6605643033981323,
1212
+ "learning_rate": 5.520745131244708e-05,
1213
+ "loss": 0.1145,
1214
+ "step": 860
1215
+ },
1216
+ {
1217
+ "epoch": 3.649789029535865,
1218
+ "grad_norm": 0.9532989859580994,
1219
+ "learning_rate": 5.436071126164268e-05,
1220
+ "loss": 0.1175,
1221
+ "step": 865
1222
+ },
1223
+ {
1224
+ "epoch": 3.670886075949367,
1225
+ "grad_norm": 0.8012579083442688,
1226
+ "learning_rate": 5.3513971210838275e-05,
1227
+ "loss": 0.1084,
1228
+ "step": 870
1229
+ },
1230
+ {
1231
+ "epoch": 3.691983122362869,
1232
+ "grad_norm": 0.6036604642868042,
1233
+ "learning_rate": 5.266723116003387e-05,
1234
+ "loss": 0.1195,
1235
+ "step": 875
1236
+ },
1237
+ {
1238
+ "epoch": 3.7130801687763713,
1239
+ "grad_norm": 0.8136915564537048,
1240
+ "learning_rate": 5.182049110922948e-05,
1241
+ "loss": 0.117,
1242
+ "step": 880
1243
+ },
1244
+ {
1245
+ "epoch": 3.7341772151898733,
1246
+ "grad_norm": 0.7303801774978638,
1247
+ "learning_rate": 5.097375105842507e-05,
1248
+ "loss": 0.12,
1249
+ "step": 885
1250
+ },
1251
+ {
1252
+ "epoch": 3.7552742616033754,
1253
+ "grad_norm": 0.6088728904724121,
1254
+ "learning_rate": 5.012701100762066e-05,
1255
+ "loss": 0.123,
1256
+ "step": 890
1257
+ },
1258
+ {
1259
+ "epoch": 3.7763713080168775,
1260
+ "grad_norm": 0.7355825901031494,
1261
+ "learning_rate": 4.928027095681626e-05,
1262
+ "loss": 0.1122,
1263
+ "step": 895
1264
+ },
1265
+ {
1266
+ "epoch": 3.7974683544303796,
1267
+ "grad_norm": 0.7765938639640808,
1268
+ "learning_rate": 4.8433530906011857e-05,
1269
+ "loss": 0.1184,
1270
+ "step": 900
1271
+ },
1272
+ {
1273
+ "epoch": 3.818565400843882,
1274
+ "grad_norm": 0.7499243021011353,
1275
+ "learning_rate": 4.7586790855207455e-05,
1276
+ "loss": 0.1179,
1277
+ "step": 905
1278
+ },
1279
+ {
1280
+ "epoch": 3.8396624472573837,
1281
+ "grad_norm": 0.6993740200996399,
1282
+ "learning_rate": 4.674005080440305e-05,
1283
+ "loss": 0.1189,
1284
+ "step": 910
1285
+ },
1286
+ {
1287
+ "epoch": 3.8607594936708862,
1288
+ "grad_norm": 0.9036173820495605,
1289
+ "learning_rate": 4.5893310753598644e-05,
1290
+ "loss": 0.1147,
1291
+ "step": 915
1292
+ },
1293
+ {
1294
+ "epoch": 3.8818565400843883,
1295
+ "grad_norm": 0.8140806555747986,
1296
+ "learning_rate": 4.504657070279424e-05,
1297
+ "loss": 0.1218,
1298
+ "step": 920
1299
+ },
1300
+ {
1301
+ "epoch": 3.9029535864978904,
1302
+ "grad_norm": 0.7361952662467957,
1303
+ "learning_rate": 4.419983065198984e-05,
1304
+ "loss": 0.1183,
1305
+ "step": 925
1306
+ },
1307
+ {
1308
+ "epoch": 3.9240506329113924,
1309
+ "grad_norm": 0.8502449989318848,
1310
+ "learning_rate": 4.335309060118544e-05,
1311
+ "loss": 0.1109,
1312
+ "step": 930
1313
+ },
1314
+ {
1315
+ "epoch": 3.9451476793248945,
1316
+ "grad_norm": 0.8034221529960632,
1317
+ "learning_rate": 4.250635055038104e-05,
1318
+ "loss": 0.1192,
1319
+ "step": 935
1320
+ },
1321
+ {
1322
+ "epoch": 3.9662447257383966,
1323
+ "grad_norm": 0.6105166673660278,
1324
+ "learning_rate": 4.1659610499576635e-05,
1325
+ "loss": 0.116,
1326
+ "step": 940
1327
+ },
1328
+ {
1329
+ "epoch": 3.9873417721518987,
1330
+ "grad_norm": 1.0857540369033813,
1331
+ "learning_rate": 4.0812870448772226e-05,
1332
+ "loss": 0.1154,
1333
+ "step": 945
1334
+ },
1335
+ {
1336
+ "epoch": 4.008438818565401,
1337
+ "grad_norm": 0.33604809641838074,
1338
+ "learning_rate": 3.9966130397967824e-05,
1339
+ "loss": 0.1024,
1340
+ "step": 950
1341
+ },
1342
+ {
1343
+ "epoch": 4.029535864978903,
1344
+ "grad_norm": 0.5442842841148376,
1345
+ "learning_rate": 3.911939034716342e-05,
1346
+ "loss": 0.0858,
1347
+ "step": 955
1348
+ },
1349
+ {
1350
+ "epoch": 4.050632911392405,
1351
+ "grad_norm": 0.5701608061790466,
1352
+ "learning_rate": 3.827265029635902e-05,
1353
+ "loss": 0.0892,
1354
+ "step": 960
1355
+ },
1356
+ {
1357
+ "epoch": 4.071729957805907,
1358
+ "grad_norm": 0.3957703709602356,
1359
+ "learning_rate": 3.742591024555462e-05,
1360
+ "loss": 0.0877,
1361
+ "step": 965
1362
+ },
1363
+ {
1364
+ "epoch": 4.0928270042194095,
1365
+ "grad_norm": 0.371354877948761,
1366
+ "learning_rate": 3.657917019475021e-05,
1367
+ "loss": 0.0865,
1368
+ "step": 970
1369
+ },
1370
+ {
1371
+ "epoch": 4.113924050632911,
1372
+ "grad_norm": 0.5058160424232483,
1373
+ "learning_rate": 3.573243014394581e-05,
1374
+ "loss": 0.0882,
1375
+ "step": 975
1376
+ },
1377
+ {
1378
+ "epoch": 4.135021097046414,
1379
+ "grad_norm": 0.49639376997947693,
1380
+ "learning_rate": 3.488569009314141e-05,
1381
+ "loss": 0.088,
1382
+ "step": 980
1383
+ },
1384
+ {
1385
+ "epoch": 4.156118143459915,
1386
+ "grad_norm": 0.5311477184295654,
1387
+ "learning_rate": 3.4038950042337004e-05,
1388
+ "loss": 0.0894,
1389
+ "step": 985
1390
+ },
1391
+ {
1392
+ "epoch": 4.177215189873418,
1393
+ "grad_norm": 0.4310266673564911,
1394
+ "learning_rate": 3.31922099915326e-05,
1395
+ "loss": 0.0853,
1396
+ "step": 990
1397
+ },
1398
+ {
1399
+ "epoch": 4.198312236286919,
1400
+ "grad_norm": 0.4377863109111786,
1401
+ "learning_rate": 3.2345469940728194e-05,
1402
+ "loss": 0.0895,
1403
+ "step": 995
1404
+ },
1405
+ {
1406
+ "epoch": 4.219409282700422,
1407
+ "grad_norm": 0.4411632716655731,
1408
+ "learning_rate": 3.149872988992379e-05,
1409
+ "loss": 0.0858,
1410
+ "step": 1000
1411
+ },
1412
+ {
1413
+ "epoch": 4.2405063291139244,
1414
+ "grad_norm": 0.4312892258167267,
1415
+ "learning_rate": 3.06519898391194e-05,
1416
+ "loss": 0.0865,
1417
+ "step": 1005
1418
+ },
1419
+ {
1420
+ "epoch": 4.261603375527426,
1421
+ "grad_norm": 0.48249074816703796,
1422
+ "learning_rate": 2.9805249788314988e-05,
1423
+ "loss": 0.0885,
1424
+ "step": 1010
1425
+ },
1426
+ {
1427
+ "epoch": 4.282700421940929,
1428
+ "grad_norm": 0.4281006455421448,
1429
+ "learning_rate": 2.8958509737510586e-05,
1430
+ "loss": 0.0877,
1431
+ "step": 1015
1432
+ },
1433
+ {
1434
+ "epoch": 4.30379746835443,
1435
+ "grad_norm": 0.44332534074783325,
1436
+ "learning_rate": 2.8111769686706184e-05,
1437
+ "loss": 0.0867,
1438
+ "step": 1020
1439
+ },
1440
+ {
1441
+ "epoch": 4.324894514767933,
1442
+ "grad_norm": 0.6484013199806213,
1443
+ "learning_rate": 2.726502963590178e-05,
1444
+ "loss": 0.0852,
1445
+ "step": 1025
1446
+ },
1447
+ {
1448
+ "epoch": 4.345991561181434,
1449
+ "grad_norm": 0.6490495800971985,
1450
+ "learning_rate": 2.6418289585097377e-05,
1451
+ "loss": 0.0864,
1452
+ "step": 1030
1453
+ },
1454
+ {
1455
+ "epoch": 4.367088607594937,
1456
+ "grad_norm": 0.39228200912475586,
1457
+ "learning_rate": 2.5571549534292972e-05,
1458
+ "loss": 0.0865,
1459
+ "step": 1035
1460
+ },
1461
+ {
1462
+ "epoch": 4.3881856540084385,
1463
+ "grad_norm": 0.35557374358177185,
1464
+ "learning_rate": 2.472480948348857e-05,
1465
+ "loss": 0.0882,
1466
+ "step": 1040
1467
+ },
1468
+ {
1469
+ "epoch": 4.409282700421941,
1470
+ "grad_norm": 0.42169108986854553,
1471
+ "learning_rate": 2.3878069432684165e-05,
1472
+ "loss": 0.0887,
1473
+ "step": 1045
1474
+ },
1475
+ {
1476
+ "epoch": 4.430379746835443,
1477
+ "grad_norm": 0.5252233743667603,
1478
+ "learning_rate": 2.3031329381879763e-05,
1479
+ "loss": 0.0895,
1480
+ "step": 1050
1481
+ },
1482
+ {
1483
+ "epoch": 4.451476793248945,
1484
+ "grad_norm": 0.570933997631073,
1485
+ "learning_rate": 2.218458933107536e-05,
1486
+ "loss": 0.0883,
1487
+ "step": 1055
1488
+ },
1489
+ {
1490
+ "epoch": 4.472573839662447,
1491
+ "grad_norm": 0.3964381217956543,
1492
+ "learning_rate": 2.133784928027096e-05,
1493
+ "loss": 0.0891,
1494
+ "step": 1060
1495
+ },
1496
+ {
1497
+ "epoch": 4.493670886075949,
1498
+ "grad_norm": 0.4536195397377014,
1499
+ "learning_rate": 2.0491109229466554e-05,
1500
+ "loss": 0.088,
1501
+ "step": 1065
1502
+ },
1503
+ {
1504
+ "epoch": 4.514767932489452,
1505
+ "grad_norm": 0.5152313709259033,
1506
+ "learning_rate": 1.964436917866215e-05,
1507
+ "loss": 0.087,
1508
+ "step": 1070
1509
+ },
1510
+ {
1511
+ "epoch": 4.5358649789029535,
1512
+ "grad_norm": 0.5284417271614075,
1513
+ "learning_rate": 1.879762912785775e-05,
1514
+ "loss": 0.0883,
1515
+ "step": 1075
1516
+ },
1517
+ {
1518
+ "epoch": 4.556962025316456,
1519
+ "grad_norm": 0.4852566123008728,
1520
+ "learning_rate": 1.7950889077053345e-05,
1521
+ "loss": 0.0886,
1522
+ "step": 1080
1523
+ },
1524
+ {
1525
+ "epoch": 4.578059071729958,
1526
+ "grad_norm": 0.583495020866394,
1527
+ "learning_rate": 1.7104149026248943e-05,
1528
+ "loss": 0.0875,
1529
+ "step": 1085
1530
+ },
1531
+ {
1532
+ "epoch": 4.59915611814346,
1533
+ "grad_norm": 0.7808001041412354,
1534
+ "learning_rate": 1.6257408975444538e-05,
1535
+ "loss": 0.0907,
1536
+ "step": 1090
1537
+ },
1538
+ {
1539
+ "epoch": 4.620253164556962,
1540
+ "grad_norm": 0.5401718020439148,
1541
+ "learning_rate": 1.5410668924640136e-05,
1542
+ "loss": 0.0875,
1543
+ "step": 1095
1544
+ },
1545
+ {
1546
+ "epoch": 4.641350210970464,
1547
+ "grad_norm": 0.9466884732246399,
1548
+ "learning_rate": 1.4563928873835734e-05,
1549
+ "loss": 0.0886,
1550
+ "step": 1100
1551
+ },
1552
+ {
1553
+ "epoch": 4.662447257383966,
1554
+ "grad_norm": 0.29860377311706543,
1555
+ "learning_rate": 1.3717188823031329e-05,
1556
+ "loss": 0.086,
1557
+ "step": 1105
1558
+ },
1559
+ {
1560
+ "epoch": 4.6835443037974684,
1561
+ "grad_norm": 0.6763022541999817,
1562
+ "learning_rate": 1.2870448772226925e-05,
1563
+ "loss": 0.0897,
1564
+ "step": 1110
1565
+ },
1566
+ {
1567
+ "epoch": 4.70464135021097,
1568
+ "grad_norm": 0.483489453792572,
1569
+ "learning_rate": 1.2023708721422523e-05,
1570
+ "loss": 0.0875,
1571
+ "step": 1115
1572
+ },
1573
+ {
1574
+ "epoch": 4.725738396624473,
1575
+ "grad_norm": 0.4364100396633148,
1576
+ "learning_rate": 1.1176968670618121e-05,
1577
+ "loss": 0.0899,
1578
+ "step": 1120
1579
+ },
1580
+ {
1581
+ "epoch": 4.746835443037975,
1582
+ "grad_norm": 0.420934796333313,
1583
+ "learning_rate": 1.0330228619813718e-05,
1584
+ "loss": 0.0954,
1585
+ "step": 1125
1586
+ },
1587
+ {
1588
+ "epoch": 4.767932489451477,
1589
+ "grad_norm": 0.45841994881629944,
1590
+ "learning_rate": 9.483488569009314e-06,
1591
+ "loss": 0.0926,
1592
+ "step": 1130
1593
+ },
1594
+ {
1595
+ "epoch": 4.789029535864979,
1596
+ "grad_norm": 0.38524097204208374,
1597
+ "learning_rate": 8.63674851820491e-06,
1598
+ "loss": 0.0871,
1599
+ "step": 1135
1600
+ },
1601
+ {
1602
+ "epoch": 4.810126582278481,
1603
+ "grad_norm": 0.483544260263443,
1604
+ "learning_rate": 7.790008467400509e-06,
1605
+ "loss": 0.0886,
1606
+ "step": 1140
1607
+ },
1608
+ {
1609
+ "epoch": 4.831223628691983,
1610
+ "grad_norm": 0.34914860129356384,
1611
+ "learning_rate": 6.943268416596105e-06,
1612
+ "loss": 0.0868,
1613
+ "step": 1145
1614
+ },
1615
+ {
1616
+ "epoch": 4.852320675105485,
1617
+ "grad_norm": 0.4578697979450226,
1618
+ "learning_rate": 6.0965283657917025e-06,
1619
+ "loss": 0.0856,
1620
+ "step": 1150
1621
+ },
1622
+ {
1623
+ "epoch": 4.8734177215189876,
1624
+ "grad_norm": 0.6923444867134094,
1625
+ "learning_rate": 5.2497883149873e-06,
1626
+ "loss": 0.0916,
1627
+ "step": 1155
1628
+ },
1629
+ {
1630
+ "epoch": 4.894514767932489,
1631
+ "grad_norm": 0.45712846517562866,
1632
+ "learning_rate": 4.403048264182896e-06,
1633
+ "loss": 0.0873,
1634
+ "step": 1160
1635
+ },
1636
+ {
1637
+ "epoch": 4.915611814345992,
1638
+ "grad_norm": 0.4599502980709076,
1639
+ "learning_rate": 3.556308213378493e-06,
1640
+ "loss": 0.0879,
1641
+ "step": 1165
1642
+ },
1643
+ {
1644
+ "epoch": 4.936708860759493,
1645
+ "grad_norm": 0.488707035779953,
1646
+ "learning_rate": 2.70956816257409e-06,
1647
+ "loss": 0.0897,
1648
+ "step": 1170
1649
+ },
1650
+ {
1651
+ "epoch": 4.957805907172996,
1652
+ "grad_norm": 0.431192547082901,
1653
+ "learning_rate": 1.8628281117696868e-06,
1654
+ "loss": 0.09,
1655
+ "step": 1175
1656
+ },
1657
+ {
1658
+ "epoch": 4.978902953586498,
1659
+ "grad_norm": 0.4152582883834839,
1660
+ "learning_rate": 1.0160880609652836e-06,
1661
+ "loss": 0.0881,
1662
+ "step": 1180
1663
+ },
1664
+ {
1665
+ "epoch": 5.0,
1666
+ "grad_norm": 0.6306803226470947,
1667
+ "learning_rate": 1.6934801016088062e-07,
1668
+ "loss": 0.0901,
1669
+ "step": 1185
1670
+ }
1671
+ ],
1672
+ "logging_steps": 5,
1673
+ "max_steps": 1185,
1674
+ "num_input_tokens_seen": 0,
1675
+ "num_train_epochs": 5,
1676
+ "save_steps": 500,
1677
+ "stateful_callbacks": {
1678
+ "TrainerControl": {
1679
+ "args": {
1680
+ "should_epoch_stop": false,
1681
+ "should_evaluate": false,
1682
+ "should_log": false,
1683
+ "should_save": true,
1684
+ "should_training_stop": true
1685
+ },
1686
+ "attributes": {}
1687
+ }
1688
+ },
1689
+ "total_flos": 1.0283098572693504e+17,
1690
+ "train_batch_size": 16,
1691
+ "trial_name": null,
1692
+ "trial_params": null
1693
+ }
experiments/de-en-pt/checkpoint-1185/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90ab3a9fa29389fcc75044c7a844775cffa8e2fb7bf0776e9fe9b32a837e2a1c
3
+ size 6289
experiments/de-en-pt/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/de-en-pt/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.1,
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/de-en-pt/checkpoint-500/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec3e066b63933c3c5f799734b3866b1f2bf34d59e9915f2ef3dd488d315ca536
3
+ size 83945296
experiments/de-en-pt/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/de-en-pt/checkpoint-500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeecaa51bd6e141fed4a15928356e87c64f30e64d81df6ac363762f1287d7105
3
+ size 43123429
experiments/de-en-pt/checkpoint-500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82fe079a144d175f53fe32dd3be242c84edc439a7486d4331c2d82ed5ceabdb7
3
+ size 14645
experiments/de-en-pt/checkpoint-500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e89078bc60a6a3c2a7afc4e1158511b7c082ba88748adc4456b022f3c364fc03
3
+ size 1465
experiments/de-en-pt/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/de-en-pt/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/de-en-pt/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/de-en-pt/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": 2.109704641350211,
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.02109704641350211,
14
+ "grad_norm": 7.303770542144775,
15
+ "learning_rate": 0.0002,
16
+ "loss": 2.7397,
17
+ "step": 5
18
+ },
19
+ {
20
+ "epoch": 0.04219409282700422,
21
+ "grad_norm": 1.8467751741409302,
22
+ "learning_rate": 0.00019915325994919561,
23
+ "loss": 0.8472,
24
+ "step": 10
25
+ },
26
+ {
27
+ "epoch": 0.06329113924050633,
28
+ "grad_norm": 1.7855145931243896,
29
+ "learning_rate": 0.0001983065198983912,
30
+ "loss": 0.5618,
31
+ "step": 15
32
+ },
33
+ {
34
+ "epoch": 0.08438818565400844,
35
+ "grad_norm": 1.1616630554199219,
36
+ "learning_rate": 0.0001974597798475868,
37
+ "loss": 0.4699,
38
+ "step": 20
39
+ },
40
+ {
41
+ "epoch": 0.10548523206751055,
42
+ "grad_norm": 0.6415855884552002,
43
+ "learning_rate": 0.0001966130397967824,
44
+ "loss": 0.4624,
45
+ "step": 25
46
+ },
47
+ {
48
+ "epoch": 0.12658227848101267,
49
+ "grad_norm": 1.1393471956253052,
50
+ "learning_rate": 0.000195766299745978,
51
+ "loss": 0.5064,
52
+ "step": 30
53
+ },
54
+ {
55
+ "epoch": 0.14767932489451477,
56
+ "grad_norm": 0.7702832818031311,
57
+ "learning_rate": 0.00019491955969517358,
58
+ "loss": 0.5226,
59
+ "step": 35
60
+ },
61
+ {
62
+ "epoch": 0.16877637130801687,
63
+ "grad_norm": 0.7905811071395874,
64
+ "learning_rate": 0.0001940728196443692,
65
+ "loss": 0.5235,
66
+ "step": 40
67
+ },
68
+ {
69
+ "epoch": 0.189873417721519,
70
+ "grad_norm": 0.8080295920372009,
71
+ "learning_rate": 0.00019322607959356477,
72
+ "loss": 0.4923,
73
+ "step": 45
74
+ },
75
+ {
76
+ "epoch": 0.2109704641350211,
77
+ "grad_norm": 0.7102531790733337,
78
+ "learning_rate": 0.00019237933954276037,
79
+ "loss": 0.4861,
80
+ "step": 50
81
+ },
82
+ {
83
+ "epoch": 0.2320675105485232,
84
+ "grad_norm": 0.6320513486862183,
85
+ "learning_rate": 0.00019153259949195598,
86
+ "loss": 0.4758,
87
+ "step": 55
88
+ },
89
+ {
90
+ "epoch": 0.25316455696202533,
91
+ "grad_norm": 0.5483996272087097,
92
+ "learning_rate": 0.00019068585944115158,
93
+ "loss": 0.4846,
94
+ "step": 60
95
+ },
96
+ {
97
+ "epoch": 0.2742616033755274,
98
+ "grad_norm": 0.5805549621582031,
99
+ "learning_rate": 0.0001898391193903472,
100
+ "loss": 0.4207,
101
+ "step": 65
102
+ },
103
+ {
104
+ "epoch": 0.29535864978902954,
105
+ "grad_norm": 0.6124007701873779,
106
+ "learning_rate": 0.00018899237933954276,
107
+ "loss": 0.4838,
108
+ "step": 70
109
+ },
110
+ {
111
+ "epoch": 0.31645569620253167,
112
+ "grad_norm": 0.6392915844917297,
113
+ "learning_rate": 0.00018814563928873837,
114
+ "loss": 0.4557,
115
+ "step": 75
116
+ },
117
+ {
118
+ "epoch": 0.33755274261603374,
119
+ "grad_norm": 0.6733785271644592,
120
+ "learning_rate": 0.00018729889923793395,
121
+ "loss": 0.4884,
122
+ "step": 80
123
+ },
124
+ {
125
+ "epoch": 0.35864978902953587,
126
+ "grad_norm": 0.6744979023933411,
127
+ "learning_rate": 0.00018645215918712955,
128
+ "loss": 0.4421,
129
+ "step": 85
130
+ },
131
+ {
132
+ "epoch": 0.379746835443038,
133
+ "grad_norm": 0.647033154964447,
134
+ "learning_rate": 0.00018560541913632516,
135
+ "loss": 0.4404,
136
+ "step": 90
137
+ },
138
+ {
139
+ "epoch": 0.4008438818565401,
140
+ "grad_norm": 0.6323936581611633,
141
+ "learning_rate": 0.00018475867908552076,
142
+ "loss": 0.4299,
143
+ "step": 95
144
+ },
145
+ {
146
+ "epoch": 0.4219409282700422,
147
+ "grad_norm": 0.6895705461502075,
148
+ "learning_rate": 0.00018391193903471634,
149
+ "loss": 0.4567,
150
+ "step": 100
151
+ },
152
+ {
153
+ "epoch": 0.4430379746835443,
154
+ "grad_norm": 1.326171636581421,
155
+ "learning_rate": 0.00018306519898391194,
156
+ "loss": 0.4587,
157
+ "step": 105
158
+ },
159
+ {
160
+ "epoch": 0.4641350210970464,
161
+ "grad_norm": 0.7596874833106995,
162
+ "learning_rate": 0.00018221845893310755,
163
+ "loss": 0.4527,
164
+ "step": 110
165
+ },
166
+ {
167
+ "epoch": 0.48523206751054854,
168
+ "grad_norm": 0.5594536066055298,
169
+ "learning_rate": 0.00018137171888230313,
170
+ "loss": 0.4433,
171
+ "step": 115
172
+ },
173
+ {
174
+ "epoch": 0.5063291139240507,
175
+ "grad_norm": 0.5562201142311096,
176
+ "learning_rate": 0.00018052497883149876,
177
+ "loss": 0.4655,
178
+ "step": 120
179
+ },
180
+ {
181
+ "epoch": 0.5274261603375527,
182
+ "grad_norm": 0.5696616172790527,
183
+ "learning_rate": 0.00017967823878069434,
184
+ "loss": 0.4169,
185
+ "step": 125
186
+ },
187
+ {
188
+ "epoch": 0.5485232067510548,
189
+ "grad_norm": 0.872970700263977,
190
+ "learning_rate": 0.00017883149872988994,
191
+ "loss": 0.4587,
192
+ "step": 130
193
+ },
194
+ {
195
+ "epoch": 0.569620253164557,
196
+ "grad_norm": 0.8332061171531677,
197
+ "learning_rate": 0.00017798475867908552,
198
+ "loss": 0.4137,
199
+ "step": 135
200
+ },
201
+ {
202
+ "epoch": 0.5907172995780591,
203
+ "grad_norm": 0.6869994401931763,
204
+ "learning_rate": 0.00017713801862828112,
205
+ "loss": 0.4625,
206
+ "step": 140
207
+ },
208
+ {
209
+ "epoch": 0.6118143459915611,
210
+ "grad_norm": 0.7138175368309021,
211
+ "learning_rate": 0.0001762912785774767,
212
+ "loss": 0.4137,
213
+ "step": 145
214
+ },
215
+ {
216
+ "epoch": 0.6329113924050633,
217
+ "grad_norm": 0.6982415914535522,
218
+ "learning_rate": 0.00017544453852667233,
219
+ "loss": 0.4773,
220
+ "step": 150
221
+ },
222
+ {
223
+ "epoch": 0.6540084388185654,
224
+ "grad_norm": 0.6468168497085571,
225
+ "learning_rate": 0.0001745977984758679,
226
+ "loss": 0.461,
227
+ "step": 155
228
+ },
229
+ {
230
+ "epoch": 0.6751054852320675,
231
+ "grad_norm": 0.5886504054069519,
232
+ "learning_rate": 0.00017375105842506352,
233
+ "loss": 0.4304,
234
+ "step": 160
235
+ },
236
+ {
237
+ "epoch": 0.6962025316455697,
238
+ "grad_norm": 0.6864741444587708,
239
+ "learning_rate": 0.00017290431837425912,
240
+ "loss": 0.4319,
241
+ "step": 165
242
+ },
243
+ {
244
+ "epoch": 0.7172995780590717,
245
+ "grad_norm": 0.6106663942337036,
246
+ "learning_rate": 0.0001720575783234547,
247
+ "loss": 0.4794,
248
+ "step": 170
249
+ },
250
+ {
251
+ "epoch": 0.7383966244725738,
252
+ "grad_norm": 0.6986768245697021,
253
+ "learning_rate": 0.0001712108382726503,
254
+ "loss": 0.4533,
255
+ "step": 175
256
+ },
257
+ {
258
+ "epoch": 0.759493670886076,
259
+ "grad_norm": 0.6781573295593262,
260
+ "learning_rate": 0.00017036409822184588,
261
+ "loss": 0.4825,
262
+ "step": 180
263
+ },
264
+ {
265
+ "epoch": 0.7805907172995781,
266
+ "grad_norm": 0.5864121913909912,
267
+ "learning_rate": 0.00016951735817104151,
268
+ "loss": 0.4052,
269
+ "step": 185
270
+ },
271
+ {
272
+ "epoch": 0.8016877637130801,
273
+ "grad_norm": 0.5869038701057434,
274
+ "learning_rate": 0.0001686706181202371,
275
+ "loss": 0.4117,
276
+ "step": 190
277
+ },
278
+ {
279
+ "epoch": 0.8227848101265823,
280
+ "grad_norm": 0.6497222781181335,
281
+ "learning_rate": 0.0001678238780694327,
282
+ "loss": 0.4596,
283
+ "step": 195
284
+ },
285
+ {
286
+ "epoch": 0.8438818565400844,
287
+ "grad_norm": 0.6619230508804321,
288
+ "learning_rate": 0.00016697713801862828,
289
+ "loss": 0.4731,
290
+ "step": 200
291
+ },
292
+ {
293
+ "epoch": 0.8649789029535865,
294
+ "grad_norm": 0.6095796227455139,
295
+ "learning_rate": 0.00016613039796782388,
296
+ "loss": 0.4409,
297
+ "step": 205
298
+ },
299
+ {
300
+ "epoch": 0.8860759493670886,
301
+ "grad_norm": 0.6402797698974609,
302
+ "learning_rate": 0.00016528365791701949,
303
+ "loss": 0.4306,
304
+ "step": 210
305
+ },
306
+ {
307
+ "epoch": 0.9071729957805907,
308
+ "grad_norm": 0.644440233707428,
309
+ "learning_rate": 0.0001644369178662151,
310
+ "loss": 0.4417,
311
+ "step": 215
312
+ },
313
+ {
314
+ "epoch": 0.9282700421940928,
315
+ "grad_norm": 0.5990755558013916,
316
+ "learning_rate": 0.0001635901778154107,
317
+ "loss": 0.4449,
318
+ "step": 220
319
+ },
320
+ {
321
+ "epoch": 0.9493670886075949,
322
+ "grad_norm": 0.7246052026748657,
323
+ "learning_rate": 0.00016274343776460627,
324
+ "loss": 0.4132,
325
+ "step": 225
326
+ },
327
+ {
328
+ "epoch": 0.9704641350210971,
329
+ "grad_norm": 0.7127440571784973,
330
+ "learning_rate": 0.00016189669771380188,
331
+ "loss": 0.43,
332
+ "step": 230
333
+ },
334
+ {
335
+ "epoch": 0.9915611814345991,
336
+ "grad_norm": 0.5102093815803528,
337
+ "learning_rate": 0.00016104995766299746,
338
+ "loss": 0.3763,
339
+ "step": 235
340
+ },
341
+ {
342
+ "epoch": 1.0126582278481013,
343
+ "grad_norm": 0.5558840036392212,
344
+ "learning_rate": 0.00016020321761219306,
345
+ "loss": 0.3735,
346
+ "step": 240
347
+ },
348
+ {
349
+ "epoch": 1.0337552742616034,
350
+ "grad_norm": 0.7372997403144836,
351
+ "learning_rate": 0.00015935647756138864,
352
+ "loss": 0.3678,
353
+ "step": 245
354
+ },
355
+ {
356
+ "epoch": 1.0548523206751055,
357
+ "grad_norm": 0.6645821332931519,
358
+ "learning_rate": 0.00015850973751058427,
359
+ "loss": 0.3348,
360
+ "step": 250
361
+ },
362
+ {
363
+ "epoch": 1.0759493670886076,
364
+ "grad_norm": 0.6483216881752014,
365
+ "learning_rate": 0.00015766299745977985,
366
+ "loss": 0.3497,
367
+ "step": 255
368
+ },
369
+ {
370
+ "epoch": 1.0970464135021096,
371
+ "grad_norm": 0.7461686134338379,
372
+ "learning_rate": 0.00015681625740897545,
373
+ "loss": 0.3396,
374
+ "step": 260
375
+ },
376
+ {
377
+ "epoch": 1.1181434599156117,
378
+ "grad_norm": 0.7183260917663574,
379
+ "learning_rate": 0.00015596951735817106,
380
+ "loss": 0.3331,
381
+ "step": 265
382
+ },
383
+ {
384
+ "epoch": 1.139240506329114,
385
+ "grad_norm": 0.6482828855514526,
386
+ "learning_rate": 0.00015512277730736664,
387
+ "loss": 0.3349,
388
+ "step": 270
389
+ },
390
+ {
391
+ "epoch": 1.160337552742616,
392
+ "grad_norm": 0.7357110977172852,
393
+ "learning_rate": 0.00015427603725656224,
394
+ "loss": 0.3392,
395
+ "step": 275
396
+ },
397
+ {
398
+ "epoch": 1.1814345991561181,
399
+ "grad_norm": 0.8033156991004944,
400
+ "learning_rate": 0.00015342929720575785,
401
+ "loss": 0.3081,
402
+ "step": 280
403
+ },
404
+ {
405
+ "epoch": 1.2025316455696202,
406
+ "grad_norm": 0.8261159658432007,
407
+ "learning_rate": 0.00015258255715495345,
408
+ "loss": 0.3289,
409
+ "step": 285
410
+ },
411
+ {
412
+ "epoch": 1.2236286919831223,
413
+ "grad_norm": 0.9544351100921631,
414
+ "learning_rate": 0.00015173581710414903,
415
+ "loss": 0.3338,
416
+ "step": 290
417
+ },
418
+ {
419
+ "epoch": 1.2447257383966246,
420
+ "grad_norm": 0.7345326542854309,
421
+ "learning_rate": 0.00015088907705334463,
422
+ "loss": 0.3224,
423
+ "step": 295
424
+ },
425
+ {
426
+ "epoch": 1.2658227848101267,
427
+ "grad_norm": 0.7424091100692749,
428
+ "learning_rate": 0.0001500423370025402,
429
+ "loss": 0.2973,
430
+ "step": 300
431
+ },
432
+ {
433
+ "epoch": 1.2869198312236287,
434
+ "grad_norm": 1.0532294511795044,
435
+ "learning_rate": 0.00014919559695173582,
436
+ "loss": 0.3243,
437
+ "step": 305
438
+ },
439
+ {
440
+ "epoch": 1.3080168776371308,
441
+ "grad_norm": 0.673413097858429,
442
+ "learning_rate": 0.00014834885690093142,
443
+ "loss": 0.2981,
444
+ "step": 310
445
+ },
446
+ {
447
+ "epoch": 1.3291139240506329,
448
+ "grad_norm": 0.7296124696731567,
449
+ "learning_rate": 0.00014750211685012703,
450
+ "loss": 0.3273,
451
+ "step": 315
452
+ },
453
+ {
454
+ "epoch": 1.350210970464135,
455
+ "grad_norm": 0.7868983149528503,
456
+ "learning_rate": 0.00014665537679932263,
457
+ "loss": 0.3315,
458
+ "step": 320
459
+ },
460
+ {
461
+ "epoch": 1.371308016877637,
462
+ "grad_norm": 0.618905246257782,
463
+ "learning_rate": 0.0001458086367485182,
464
+ "loss": 0.3187,
465
+ "step": 325
466
+ },
467
+ {
468
+ "epoch": 1.3924050632911391,
469
+ "grad_norm": 0.7611832618713379,
470
+ "learning_rate": 0.0001449618966977138,
471
+ "loss": 0.3273,
472
+ "step": 330
473
+ },
474
+ {
475
+ "epoch": 1.4135021097046414,
476
+ "grad_norm": 0.7445492148399353,
477
+ "learning_rate": 0.0001441151566469094,
478
+ "loss": 0.3148,
479
+ "step": 335
480
+ },
481
+ {
482
+ "epoch": 1.4345991561181435,
483
+ "grad_norm": 0.7893179059028625,
484
+ "learning_rate": 0.000143268416596105,
485
+ "loss": 0.3096,
486
+ "step": 340
487
+ },
488
+ {
489
+ "epoch": 1.4556962025316456,
490
+ "grad_norm": 0.7259252071380615,
491
+ "learning_rate": 0.0001424216765453006,
492
+ "loss": 0.314,
493
+ "step": 345
494
+ },
495
+ {
496
+ "epoch": 1.4767932489451476,
497
+ "grad_norm": 0.9332309365272522,
498
+ "learning_rate": 0.0001415749364944962,
499
+ "loss": 0.3132,
500
+ "step": 350
501
+ },
502
+ {
503
+ "epoch": 1.49789029535865,
504
+ "grad_norm": 0.8386842012405396,
505
+ "learning_rate": 0.00014072819644369178,
506
+ "loss": 0.3573,
507
+ "step": 355
508
+ },
509
+ {
510
+ "epoch": 1.518987341772152,
511
+ "grad_norm": 0.8299745917320251,
512
+ "learning_rate": 0.0001398814563928874,
513
+ "loss": 0.3414,
514
+ "step": 360
515
+ },
516
+ {
517
+ "epoch": 1.540084388185654,
518
+ "grad_norm": 0.8027970194816589,
519
+ "learning_rate": 0.000139034716342083,
520
+ "loss": 0.301,
521
+ "step": 365
522
+ },
523
+ {
524
+ "epoch": 1.5611814345991561,
525
+ "grad_norm": 0.8260971307754517,
526
+ "learning_rate": 0.00013818797629127857,
527
+ "loss": 0.3056,
528
+ "step": 370
529
+ },
530
+ {
531
+ "epoch": 1.5822784810126582,
532
+ "grad_norm": 0.7211348414421082,
533
+ "learning_rate": 0.0001373412362404742,
534
+ "loss": 0.3247,
535
+ "step": 375
536
+ },
537
+ {
538
+ "epoch": 1.6033755274261603,
539
+ "grad_norm": 0.7652252316474915,
540
+ "learning_rate": 0.00013649449618966978,
541
+ "loss": 0.2997,
542
+ "step": 380
543
+ },
544
+ {
545
+ "epoch": 1.6244725738396624,
546
+ "grad_norm": 0.8082212805747986,
547
+ "learning_rate": 0.00013564775613886539,
548
+ "loss": 0.3311,
549
+ "step": 385
550
+ },
551
+ {
552
+ "epoch": 1.6455696202531644,
553
+ "grad_norm": 0.6903911828994751,
554
+ "learning_rate": 0.00013480101608806096,
555
+ "loss": 0.3316,
556
+ "step": 390
557
+ },
558
+ {
559
+ "epoch": 1.6666666666666665,
560
+ "grad_norm": 0.8441250920295715,
561
+ "learning_rate": 0.00013395427603725657,
562
+ "loss": 0.2987,
563
+ "step": 395
564
+ },
565
+ {
566
+ "epoch": 1.6877637130801688,
567
+ "grad_norm": 0.6455714106559753,
568
+ "learning_rate": 0.00013310753598645215,
569
+ "loss": 0.3235,
570
+ "step": 400
571
+ },
572
+ {
573
+ "epoch": 1.7088607594936709,
574
+ "grad_norm": 0.6983484625816345,
575
+ "learning_rate": 0.00013226079593564775,
576
+ "loss": 0.3207,
577
+ "step": 405
578
+ },
579
+ {
580
+ "epoch": 1.729957805907173,
581
+ "grad_norm": 0.7476673126220703,
582
+ "learning_rate": 0.00013141405588484336,
583
+ "loss": 0.322,
584
+ "step": 410
585
+ },
586
+ {
587
+ "epoch": 1.7510548523206753,
588
+ "grad_norm": 0.7899746894836426,
589
+ "learning_rate": 0.00013056731583403896,
590
+ "loss": 0.2969,
591
+ "step": 415
592
+ },
593
+ {
594
+ "epoch": 1.7721518987341773,
595
+ "grad_norm": 0.7910045385360718,
596
+ "learning_rate": 0.00012972057578323457,
597
+ "loss": 0.3327,
598
+ "step": 420
599
+ },
600
+ {
601
+ "epoch": 1.7932489451476794,
602
+ "grad_norm": 0.6791032552719116,
603
+ "learning_rate": 0.00012887383573243014,
604
+ "loss": 0.3109,
605
+ "step": 425
606
+ },
607
+ {
608
+ "epoch": 1.8143459915611815,
609
+ "grad_norm": 0.7799623012542725,
610
+ "learning_rate": 0.00012802709568162575,
611
+ "loss": 0.3081,
612
+ "step": 430
613
+ },
614
+ {
615
+ "epoch": 1.8354430379746836,
616
+ "grad_norm": 0.7135102152824402,
617
+ "learning_rate": 0.00012718035563082133,
618
+ "loss": 0.2824,
619
+ "step": 435
620
+ },
621
+ {
622
+ "epoch": 1.8565400843881856,
623
+ "grad_norm": 0.732537567615509,
624
+ "learning_rate": 0.00012633361558001696,
625
+ "loss": 0.3364,
626
+ "step": 440
627
+ },
628
+ {
629
+ "epoch": 1.8776371308016877,
630
+ "grad_norm": 0.7259167432785034,
631
+ "learning_rate": 0.00012548687552921254,
632
+ "loss": 0.326,
633
+ "step": 445
634
+ },
635
+ {
636
+ "epoch": 1.8987341772151898,
637
+ "grad_norm": 0.828127920627594,
638
+ "learning_rate": 0.00012464013547840814,
639
+ "loss": 0.31,
640
+ "step": 450
641
+ },
642
+ {
643
+ "epoch": 1.9198312236286919,
644
+ "grad_norm": 0.8551115393638611,
645
+ "learning_rate": 0.00012379339542760372,
646
+ "loss": 0.2991,
647
+ "step": 455
648
+ },
649
+ {
650
+ "epoch": 1.9409282700421941,
651
+ "grad_norm": 0.8755710124969482,
652
+ "learning_rate": 0.00012294665537679932,
653
+ "loss": 0.2978,
654
+ "step": 460
655
+ },
656
+ {
657
+ "epoch": 1.9620253164556962,
658
+ "grad_norm": 0.7943766713142395,
659
+ "learning_rate": 0.00012209991532599493,
660
+ "loss": 0.2796,
661
+ "step": 465
662
+ },
663
+ {
664
+ "epoch": 1.9831223628691983,
665
+ "grad_norm": 0.709699273109436,
666
+ "learning_rate": 0.0001212531752751905,
667
+ "loss": 0.3171,
668
+ "step": 470
669
+ },
670
+ {
671
+ "epoch": 2.0042194092827006,
672
+ "grad_norm": 0.5481745004653931,
673
+ "learning_rate": 0.00012040643522438612,
674
+ "loss": 0.2664,
675
+ "step": 475
676
+ },
677
+ {
678
+ "epoch": 2.0253164556962027,
679
+ "grad_norm": 0.8539430499076843,
680
+ "learning_rate": 0.00011955969517358172,
681
+ "loss": 0.2146,
682
+ "step": 480
683
+ },
684
+ {
685
+ "epoch": 2.0464135021097047,
686
+ "grad_norm": 0.8904210329055786,
687
+ "learning_rate": 0.00011871295512277731,
688
+ "loss": 0.1905,
689
+ "step": 485
690
+ },
691
+ {
692
+ "epoch": 2.067510548523207,
693
+ "grad_norm": 1.2182245254516602,
694
+ "learning_rate": 0.00011786621507197291,
695
+ "loss": 0.1874,
696
+ "step": 490
697
+ },
698
+ {
699
+ "epoch": 2.088607594936709,
700
+ "grad_norm": 0.6917277574539185,
701
+ "learning_rate": 0.0001170194750211685,
702
+ "loss": 0.201,
703
+ "step": 495
704
+ },
705
+ {
706
+ "epoch": 2.109704641350211,
707
+ "grad_norm": 0.8633620738983154,
708
+ "learning_rate": 0.0001161727349703641,
709
+ "loss": 0.1902,
710
+ "step": 500
711
+ }
712
+ ],
713
+ "logging_steps": 5,
714
+ "max_steps": 1185,
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": 4.344082748153856e+16,
731
+ "train_batch_size": 16,
732
+ "trial_name": null,
733
+ "trial_params": null
734
+ }
experiments/de-en-pt/checkpoint-500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90ab3a9fa29389fcc75044c7a844775cffa8e2fb7bf0776e9fe9b32a837e2a1c
3
+ size 6289
experiments/de-en-pt/metrics.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "zh": {
3
+ "precision": 0.5764,
4
+ "recall": 0.5636,
5
+ "f1": 0.5699
6
+ },
7
+ "de": {
8
+ "precision": 0.7261,
9
+ "recall": 0.7327,
10
+ "f1": 0.7294
11
+ },
12
+ "en": {
13
+ "precision": 0.7487,
14
+ "recall": 0.7645,
15
+ "f1": 0.7565
16
+ },
17
+ "pt": {
18
+ "precision": 0.6943,
19
+ "recall": 0.6862,
20
+ "f1": 0.6902
21
+ },
22
+ "hr": {
23
+ "precision": 0.6389,
24
+ "recall": 0.6281,
25
+ "f1": 0.6334
26
+ },
27
+ "sk": {
28
+ "precision": 0.643,
29
+ "recall": 0.638,
30
+ "f1": 0.6405
31
+ },
32
+ "sw": {
33
+ "precision": 0.4715,
34
+ "recall": 0.4525,
35
+ "f1": 0.4618
36
+ },
37
+ "vi": {
38
+ "precision": 0.6463,
39
+ "recall": 0.6328,
40
+ "f1": 0.6395
41
+ }
42
+ }
experiments/de-en-pt/preds_de.csv ADDED
The diff for this file is too large to render. See raw diff
 
experiments/de-en-pt/preds_en.csv ADDED
@@ -0,0 +1,539 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ input,gold,pred
2
+ I waited for 10-15 minutes for service ordered a beer & was never served again .,"{service general, service, negative}","{service general, service, negative}"
3
+ The ambiance was a peaceful and relaxing break amongst all the kids running around in Downtown Disney .,"{ambience general, ambiance, positive}","{ambience general, ambiance, positive}"
4
+ hidden little jem,"{restaurant general, null, positive}","{restaurant general, null, positive}"
5
+ I went there with a friend from out of town ... and we were both very impressed !,"{restaurant general, null, positive}","{restaurant general, null, positive}"
6
+ It has great sushi and even better service .,"{service general, service, positive};{food quality, sushi, positive}","{food quality, sushi, positive};{service general, service, positive}"
7
+ "All their menu items are a hit , and they serve mimosas .","{food quality, menu items, positive}","{drinks quality, mimosas, positive};{food quality, menu items, positive}"
8
+ – ... and the best summertime deck experience -- they will even bring you a blanket if you get cold in the Seattle evening weather .,"{ambience general, deck, positive};{service general, null, positive}","{ambience general, deck, positive}"
9
+ You Ca n't Go Wrong Here .,"{restaurant general, null, positive}","{restaurant general, null, positive}"
10
+ I think I have probably tried each item on their menu at least once it is all excellent .,"{food quality, menu, positive}","{food quality, menu, positive}"
11
+ Green tea creme brulee gets better each time I have it .,"{food quality, Green tea creme brulee, positive}","{food quality, green tea creme brulee, positive}"
12
+ not too fine thought that you feel uncomfortable and have to dress up .,"{ambience general, null, positive}","{ambience general, null, negative}"
13
+ Atmosphere was nice .,"{ambience general, Atmosphere, positive}","{ambience general, Atmosphere, positive}"
14
+ absolutely fabulous ! ! !,"{restaurant general, null, positive}","{restaurant general, null, positive}"
15
+ AVOID THE PLACE,"{restaurant general, PLACE, negative}","{restaurant general, PLACE, negative}"
16
+ "To be honest , I 've had better frozen pizza .","{food quality, pizza, negative}","{food quality, frozen pizza, negative}"
17
+ The service was exceptional - sometime there was a feeling that we were served by the army of friendly waiters .,"{service general, waiters, positive};{service general, service, positive}","{service general, waiters, positive};{service general, service, positive}"
18
+ And they packaged everything nicely so it did n't spill .,"{service general, null, positive}","{food style_options, null, positive}"
19
+ VERY GOOD !,"{restaurant general, null, positive}","{restaurant general, null, positive}"
20
+ The food is sinful .,"{food quality, food, positive}","{food quality, food, positive}"
21
+ "To start off , approximately 8-10 oz of orange juice will cost you $ 3 .","{drinks prices, orange juice, negative}","{drinks prices, orange juice, negative};{drinks style_options, orange juice, negative}"
22
+ good sake selection .,"{drinks style_options, sake selection, positive}","{drinks style_options, sake selection, positive}"
23
+ "While I could have done without the youth who shared the evening with us , our wonderful server and food made the experience a very positive one .","{service general, server, positive};{restaurant miscellaneous, null, positive};{food quality, food, positive}","{service general, server, positive};{food quality, food, positive};{restaurant miscellaneous, youth, negative}"
24
+ What a find !,"{restaurant general, null, positive}","{restaurant general, null, positive}"
25
+ – Mioposto has a very creative & delicious pizza menu .,"{food style_options, pizza menu, positive};{food quality, pizza menu, positive}","{food style_options, pizza menu, positive};{food quality, pizza, positive}"
26
+ "On a recent trip , our waiter was extremely dismissive , while no less than three staff members waited hand-and-foot on a pair of Japanese girls seated nearby .","{service general, waiter, negative}","{service general, waiter, negative};{service general, staff members, positive}"
27
+ "i would normally not finish the brocolli when i order these kinds of food but for the first time , every piece was as eventful as the first one ... the scallops and prawns was so fresh and nicely cooked .","{food quality, scallops, positive};{food quality, prawns, positive};{food quality, brocolli, positive}","{food quality, scallops and prawns, positive};{food quality, brocolli, positive}"
28
+ It is n't the cheapest sushi but has been worth it every time .,"{food quality, sushi, positive};{food prices, sushi, neutral}","{food prices, sushi, negative};{food quality, sushi, positive}"
29
+ You never feel icky and stuffed after you eat there .,"{food quality, null, positive}","{restaurant general, null, positive}"
30
+ "As part of a small party of four , our food was dropped off without comment ;","{service general, null, negative}","{service general, null, negative}"
31
+ I hope one day Scooner or Later returns to what it once was .,"{restaurant general, Scooner or Later, negative}","{restaurant general, Scooner or Later, negative}"
32
+ "First off , the food came fast and all together : ) i like that ... i hate the pretentiousness of things coming in one after the other .","{service general, null, positive}","{food quality, null, positive};{food style_options, null, positive}"
33
+ The food was great !,"{food quality, food, positive}","{food quality, food, positive}"
34
+ "If there is a line very day of the week for the entire time a place is open , you know it is great .","{restaurant general, place, positive}","{restaurant miscellaneous, place, positive}"
35
+ The most pleasant surprise was the check that did not exceed my expectations as it always happens in most of the places .,"{restaurant prices, null, positive}","{restaurant prices, null, positive}"
36
+ "At best , the food was good and definately overpriced .","{food quality, food, positive};{food prices, food, negative}","{food quality, food, negative};{food prices, food, negative}"
37
+ The outside patio area has an abbreviated menu .,"{food style_options, menu, neutral}","{food style_options, menu, neutral}"
38
+ Best Indian food in L.A .,"{food quality, Indian food, positive}","{food quality, Indian food, positive}"
39
+ Cut to the chase - this is amazing !,"{restaurant general, null, positive}","{food quality, null, positive}"
40
+ "The food is not what it once was ( potions have seriously seen downsizing ) prices have gone up , and the service is the worst I have experienced anywhere ( including mainland Europe ) .","{food style_options, potions, negative};{service general, service, negative};{food quality, food, negative};{food prices, food, negative}","{food quality, potions, negative};{food style_options, potions, negative};{restaurant prices, null, negative};{service general, service, negative}"
41
+ Lebanese Food ! Yum !,"{food quality, Lebanese Food, positive}","{food quality, Lebanese Food, positive}"
42
+ the brocollis were so fresh and tasty .,"{food quality, brocollis, positive}","{food quality, brocollis, positive}"
43
+ And they give good quantity for the price .,"{food style_options, null, positive}","{food style_options, quantity, positive};{food prices, quantity, positive}"
44
+ Very Disappointing,"{restaurant general, null, negative}","{restaurant general, null, negative}"
45
+ Seattle 's BEST Winelist,"{drinks style_options, Winelist, positive}","{drinks style_options, Winelist, positive}"
46
+ – I ca n't say enough about this place .,"{restaurant general, place, positive}","{restaurant general, place, positive}"
47
+ – i have been eating at this place for over 8 years now and i have never had one bad meal .,"{food quality, meal, positive}","{food quality, meal, positive}"
48
+ I went home & looked them up online again where I discovered there is a link for a give away that doesn 't work so emailed the restaurant about the non existent service & deceptive link .,"{restaurant miscellaneous, restaurant, negative}","{service general, service, negative};{restaurant miscellaneous, restaurant, negative}"
49
+ Fancy pieces of exotic fish on a $ 100 dollar plate and NOT ONE was eatable .,"{food quality, exotic fish, negative};{food style_options, exotic fish, negative};{food prices, plate, negative}","{food quality, pieces of exotic fish, negative};{food prices, plate, negative}"
50
+ "I had yummy lamb korma , saag paneer , samosas , naan , etc .","{food quality, naan, positive};{food quality, lamb korma, positive};{food quality, saag paneer, positive};{food quality, samosas, positive}","{food quality, lamb korma, positive};{food quality, samosas, positive};{food quality, naan, positive};{food quality, saag paneer, positive}"
51
+ Serves really good sushi .,"{food quality, sushi, positive}","{food quality, sushi, positive}"
52
+ "As usual the omikase did n't disappoint in freshness , although it scored low on creativity and selection .","{food style_options, omikase, negative};{food quality, omikase, positive}","{food quality, omikase, positive};{food style_options, omikase, negative}"
53
+ "Rice is too dry , tuna was n't so fresh either .","{food quality, tuna, negative};{food quality, Rice, negative}","{food quality, Rice, negative};{food quality, tuna, negative}"
54
+ Their crab eggs benedict is addicting .,"{food quality, crab eggs benedict, positive}","{food quality, crab eggs benedict, positive}"
55
+ Save room for scrumptious desserts .,"{food quality, desserts, positive}","{food quality, desserts, positive}"
56
+ Our server was very professional and friendly .,"{service general, server, positive}","{service general, server, positive}"
57
+ I went here on a recommendation and will surely return time and time again .,"{restaurant general, null, positive}","{restaurant general, null, positive}"
58
+ The food was all good but it was way too mild .,"{food quality, food, negative};{food quality, food, positive}","{food quality, food, negative}"
59
+ – My husband and I love eating at Mioposto Café .,"{restaurant general, Mioposto Café, positive}","{restaurant general, Mioposto Café, positive}"
60
+ – This was great dining experience .,"{restaurant general, null, positive}","{restaurant general, null, positive}"
61
+ The staff was really friendly .,"{service general, staff, positive}","{service general, staff, positive}"
62
+ We easily spent more than $ 40 per person ( not including alcohol ) and were still hungry .,"{restaurant prices, null, negative};{food style_options, null, negative}","{food prices, null, negative};{food quality, null, negative}"
63
+ This is right up there with places in Tokyo as far as the freshness is concerned .,"{food quality, null, positive}","{food quality, null, positive}"
64
+ Groovy music made the dinner casual .,"{ambience general, music, positive}","{ambience general, music, positive}"
65
+ "After one member of our party had been bumped repeatedly by a waitress , a polite request that he not be bumped sent the waitress into an abusive rant .","{service general, waitress, negative}","{service general, waitress, negative}"
66
+ – Ray 's ( suprisingly ) has the city 's BEST & most diverse wine list .,"{drinks style_options, wine list, positive}","{drinks style_options, wine list, positive};{drinks style_options, wine list, diverse}"
67
+ I probably wouldn 't go back though 'cuz I do n't know if it 's worth it .,"{restaurant general, null, negative}","{restaurant general, null, negative}"
68
+ "The chips and salsa are so yummy , and the prices are fabulous .","{food quality, chips and salsa, positive};{restaurant prices, null, positive}","{restaurant prices, null, positive};{food quality, chips and salsa, positive}"
69
+ "The sommelier is fantastic , down-to-earth , & extremely knowlegable .","{service general, sommelier, positive}","{service general, sommelier, positive}"
70
+ big thick pepperoni,"{food style_options, pepperoni, positive}","{food quality, pepperoni, positive}"
71
+ It is not worth going at all and spend your money there ! ! !,"{restaurant general, null, negative}","{restaurant general, null, negative}"
72
+ Insultingly Overpriced,"{restaurant prices, null, negative}","{food prices, null, negative}"
73
+ Indoor ambience was modern .,"{ambience general, Indoor ambience, positive}","{ambience general, Indoor ambience, positive}"
74
+ DONOT GO !,"{restaurant general, null, negative}","{restaurant general, null, negative}"
75
+ "Untill this happens , my advice is to STAY AWAY .","{restaurant general, null, negative}","{restaurant general, null, negative}"
76
+ Oh I forgot to mention that they do n't have bread service .,"{service general, null, negative}","{service general, null, negative}"
77
+ They are not greasy or anything .,"{food quality, null, positive}","{food quality, null, positive}"
78
+ "The music is great , no night better or worse , the bar tenders are generous with the pouring , and the lighthearted atmosphere will lifts you spirits .","{ambience general, atmosphere, positive};{ambience general, music, positive};{drinks style_options, bar tenders, positive}","{ambience general, atmosphere, positive};{drinks style_options, bar tenders, positive};{ambience general, music, positive}"
79
+ "Nice ambience , but highly overrated place .","{ambience general, ambience, positive};{restaurant general, place, negative}","{restaurant general, place, negative};{ambience general, ambience, positive}"
80
+ The sushi here is delicious !,"{food quality, sushi, positive}","{food quality, sushi, positive}"
81
+ "Dinners have always been excellent , in terms of food quality .","{food quality, Dinners, positive}","{food quality, Dinners, positive}"
82
+ Their apps are all delicious .,"{food quality, apps, positive}","{food quality, apps, positive}"
83
+ Blue Ribbon lives up to it 's fantastic reputation .,"{restaurant general, Blue Ribbon, positive}","{restaurant general, Blue Ribbon, positive}"
84
+ I felt ackward and next time went to the casino bathroom .,"{restaurant miscellaneous, null, negative}","{restaurant miscellaneous, null, negative}"
85
+ – I decided to eat at Stack because of their price fixed pre-show dinner .,"{food prices, price fixed pre-show dinner, neutral}","{restaurant prices, Stack, positive}"
86
+ – I took my parents here for their anniversary-very very disappointed ! ! !,"{restaurant general, null, negative}","{restaurant miscellaneous, null, negative}"
87
+ Unbeatable sushi !,"{food quality, sushi, positive}","{food quality, sushi, positive}"
88
+ "To start things off , our lovely server Brooke was quickly on hand to take my drink order .","{service general, Brooke, positive}","{service general, Brooke, positive}"
89
+ Every time `` 0-sixtynine `` is called the bartender buys everyone drinks !,"{service general, bartender, positive}","{service general, bartender, positive}"
90
+ "Endless fun , awesome music , great staff ! ! !","{restaurant general, null, positive};{ambience general, music, positive};{service general, staff, positive}","{ambience general, music, positive};{restaurant general, null, positive};{service general, staff, positive}"
91
+ Fair menu selection .,"{food style_options, menu selection, neutral}","{food style_options, menu selection, neutral}"
92
+ Two rascally kids were seated near us for the first part of our dinner ... they were replaced by a delightful preteen who pretended to gag every time seafood was mentioned at her table .,"{restaurant miscellaneous, null, negative}","{service general, kids, negative};{service general, preteen, positive}"
93
+ I rejected it because in the process of attempting to fix the eggs they broke something else in the dish and I was too frustrated to continue .,"{food quality, dish, negative}","{food quality, dish, negative}"
94
+ had many dishes but the BEST was the lobster 3 ways .,"{food quality, lobster 3 ways, positive}","{food quality, lobster 3 ways, positive};{food style_options, dishes, positive}"
95
+ "The appetizer was interesting , but the Creme Brulee was very savory and delicious .","{food quality, Creme Brulee, positive};{food quality, appetizer, positive}","{food quality, Creme Brulee, positive};{food quality, appetizer, positive}"
96
+ The decor was beautiful and unique .,"{ambience general, decor, positive}","{ambience general, decor, positive}"
97
+ "It 's fresh , welcoming , delicious , and relaxing .","{food quality, null, positive};{ambience general, null, positive}","{ambience general, null, positive};{food quality, null, positive}"
98
+ Addicting !,"{restaurant general, null, positive}","{food quality, null, positive}"
99
+ "Even the chickpeas , which I normally find too dry , were good .","{food quality, chickpeas, positive}","{food quality, chickpeas, positive}"
100
+ This place rocks ! !,"{restaurant general, place, positive}","{restaurant general, place, positive}"
101
+ "That 's a huge compliment , especially in the fickled restaurant business , ... enough already !","{restaurant general, null, positive}","{restaurant general, null, positive}"
102
+ After sitting there with my empty glass for over 20 minutes I left .,"{service general, null, negative}","{service general, null, negative}"
103
+ Be sure to try the oyster roll .,"{food quality, oyster roll, positive}","{food quality, oyster roll, positive}"
104
+ I 'm astonished that this restaurant is categorized as $ $ $ rather than $ $ $ $ .,"{restaurant prices, restaurant, negative}","{restaurant prices, restaurant, negative}"
105
+ It was decent but nothing exceptional .,"{food quality, null, neutral}","{food quality, null, neutral}"
106
+ "Service was kind of slow , our waitress took forever to give us our check even though it was n't that busy .","{service general, Service, negative};{service general, waitress, negative}","{service general, waitress, negative};{service general, Service, negative}"
107
+ "– Great drinks , corn beef hash , coffee , B Fast burritos , Gluten Free menu .","{food quality, B Fast burritos, positive};{food style_options, menu, positive};{drinks quality, drinks, positive};{food quality, corn beef hash, positive};{drinks quality, coffee, positive}","{food quality, Gluten Free menu, positive};{drinks quality, drinks, positive};{food quality, B Fast burritos, positive};{food quality, corn beef hash, positive};{drinks quality, coffee, positive}"
108
+ The lunch menu is an awesome deal !,"{food prices, lunch menu, positive}","{food prices, lunch menu, positive}"
109
+ "Took forever to get our order taken , water refills were too much to ask for and the only time she was fast was when we asked for our bill when we could get her attention .","{service general, null, negative}","{service general, null, negative}"
110
+ The waiter was a bit unfriendly and the feel of the restaurant was crowded .,"{service general, waiter, negative};{ambience general, feel, negative}","{ambience general, restaurant, negative};{service general, waiter, negative}"
111
+ – I recently had the pleasure of dining as this delightful restaurant on 2nd street and wow what a great evening we had .,"{restaurant general, restaurant, positive}","{restaurant general, restaurant, positive}"
112
+ "The specialty here is decadent pancakes , but I 've been back now four times , and I 've been wowed every time .","{food quality, pancakes, positive}","{food quality, pancakes, positive}"
113
+ – Pretty cheap for sit down Mexican AND downtown .,"{restaurant prices, null, positive};{location general, null, positive}","{restaurant prices, null, positive};{restaurant general, null, positive}"
114
+ "The appetizer of oysters , lobster , crab ( small size ) made a perfect entre for my wife .","{food quality, appetizer of oysters , lobster , crab ( small size ), positive}","{food quality, oysters, lobster, crab ( small size ), positive}"
115
+ I just found out that you can have the place to yourself on nights and weekends for a private party - ca n't wait to celebrate my next birthday there .,"{restaurant miscellaneous, place, positive}","{restaurant miscellaneous, place, positive}"
116
+ "– As with most restaurants in Seattle , Mioposto 's service was bad and the food was overpriced .","{service general, service, negative};{food prices, food, negative}","{service general, service, negative};{food prices, food, negative}"
117
+ You can easily hear him though so it was a pleasant sound and not overbearing .,"{ambience general, null, positive}","{ambience general, sound, positive}"
118
+ Just go there and see for yourself .,"{restaurant general, null, positive}","{restaurant general, null, positive}"
119
+ It 's a great little place with tons of potential to be a neighborhood joint if the service were n't so impersonal and corporate-like .,"{restaurant general, place, positive};{service general, service, negative}","{restaurant general, place, positive};{service general, service, negative}"
120
+ "Brunch at Murphy 's is to die for , my specialty ... egg white omelet , the food is always freshly prepared .","{food quality, egg white omelet, positive};{food quality, Brunch, positive};{food quality, food, positive}","{food quality, egg white omelet, positive};{food quality, food, positive}"
121
+ Mama Mia – I live in the neighborhood and feel lucky to live by such a great pizza place .,"{restaurant general, pizza place, positive}","{food quality, pizza, positive}"
122
+ – tucked away over by the Beverly Center .,"{location general, null, neutral}","{restaurant miscellaneous, null, neutral}"
123
+ The staff is pretty friendly .,"{service general, staff, positive}","{service general, staff, positive}"
124
+ And the service was simply spendid - quite a delight .,"{service general, service, positive}","{service general, service, positive}"
125
+ Ok ... – Maybe I went in on someone 's bad day ...,"{restaurant general, null, negative}","{restaurant general, null, negative}"
126
+ "I 've had the Jellyfish , Horse Mackerel , Blue Fin Tuna and the Sake Ikura roll among others , and they were all good .","{food quality, Horse Mackerel, positive};{food quality, Jellyfish, positive};{food quality, Blue Fin Tuna, positive};{food quality, Sake Ikura roll, positive}","{food quality, Blue Fin Tuna, positive};{food quality, Horse Mackerel, positive};{food quality, Sake Ikura roll, positive};{food quality, Jellyfish, positive}"
127
+ WHAT ELSE CAN YOU SAY NICE PEOPLE AMAZING FOOD WOW,"{food quality, FOOD, positive};{service general, PEOPLE, positive}","{service general, PEOPLE, positive};{food quality, FOOD, positive}"
128
+ Always good .,"{restaurant general, null, positive}","{restaurant general, null, positive}"
129
+ My mouth felt very dry afterwards and I had that signature ? MSG ? taste lingering in my throat after I left the restaurant .,"{food quality, null, negative}","{food quality, null, negative}"
130
+ "Oh yeah ... the view was good , too .","{location general, view, positive}","{location general, view, positive}"
131
+ "The manager continually interrupted with `` Is there anything else I can do for you ? `` , a strange comment because she had hardly listened , let alone responded to our expression of disappointment at our experience .","{service general, manager, negative}","{service general, manager, negative}"
132
+ The service ranges from mediocre to offensive .,"{service general, service, negative}","{service general, service, negative}"
133
+ Fresh ingrediants and super tasty .,"{food quality, null, positive};{food quality, ingrediants, positive}","{food quality, ingrediants, positive}"
134
+ the ambiance of the restaurant was nice and good for fine dinning .,"{ambience general, ambiance, positive}","{ambience general, ambiance, positive}"
135
+ And the upstairs is a great place to hang out .,"{ambience general, upstairs, positive}","{ambience general, upstairs, positive}"
136
+ – Not bad .,"{restaurant general, null, neutral}","{restaurant general, null, neutral}"
137
+ I had the Kafta plate and it was perfect .,"{food quality, Kafta plate, positive}","{food quality, Kafta plate, positive}"
138
+ – This place is famous for their breakfast .,"{food quality, breakfast, positive}","{restaurant miscellaneous, place, positive}"
139
+ Waited 35 minutes for a table for 8 which was ok for such a big crowd .,"{service general, null, neutral}","{service general, null, neutral}"
140
+ The entire staff was extremely accomodating and tended to my every need .,"{service general, staff, positive}","{service general, staff, positive}"
141
+ "There was a really nice vibe about the place ... good music , atmosphere and happy looking people .","{ambience general, atmosphere, positive};{ambience general, vibe, positive};{restaurant miscellaneous, people, positive};{ambience general, music, positive}","{ambience general, atmosphere, positive};{ambience general, music, positive};{ambience general, vibe, positive}"
142
+ Try the Chef 's Choice for sushi as the smoked yellowtail was incredible and the rolls were also tasty .,"{food quality, rolls, positive};{food quality, smoked yellowtail, positive}","{food quality, rolls, positive};{food quality, smoked yellowtail, positive}"
143
+ "The sushi is as fresh as it comes ? you 'd think ocean was in their backyard , no joke !","{food quality, sushi, positive}","{food quality, sushi, positive}"
144
+ "food was fine , with a some little-tastier-than-normal salsa .","{food quality, salsa, positive};{food quality, food, positive}","{food quality, salsa, positive};{food quality, food, positive}"
145
+ "For the finicky sushi eater and those who have sampled the best NYC has to offer , the fish is the freshest and the service is superb .","{food quality, fish, positive};{service general, service, positive}","{food quality, fish, positive};{service general, service, positive}"
146
+ Old Reliable,"{restaurant general, null, positive}","{restaurant general, null, positive}"
147
+ One of the best Sushi place in town .,"{restaurant general, Sushi place, positive}","{food quality, Sushi, positive}"
148
+ "Food wise , its ok but a bit pricey for what you get considering the restaurant is n't a fancy place .","{food quality, Food, neutral};{ambience general, restaurant, neutral};{restaurant prices, restaurant, negative}","{restaurant prices, restaurant, negative};{food quality, Food, negative};{food prices, Food, negative}"
149
+ "– Love their pizza , especially the mushroom pizza .","{food quality, pizza, positive};{food quality, mushroom pizza, positive}","{food quality, pizza, positive};{food quality, mushroom pizza, positive}"
150
+ They came in their own nifty take out box and with some homemade frosting ; very light and not-too-sweet .,"{food quality, null, positive}","{food style_options, null, positive};{food quality, null, positive}"
151
+ Enjoyed the food,"{food quality, food, positive}","{food quality, food, positive}"
152
+ I 've been to this restaurant over a dozen times with no complaints to date .,"{restaurant general, restaurant, positive}","{restaurant general, restaurant, positive}"
153
+ "Prefer to order it and pick it up though because I do n't like the servers , one young woman in particular .","{service general, young woman, negative};{service general, servers, negative}","{service general, servers, negative}"
154
+ awesome find,"{restaurant general, null, positive}","{restaurant general, null, positive}"
155
+ "It was n't the freshest seafood ever , but the taste and presentation was OK .","{food quality, seafood, neutral};{food style_options, seafood, neutral}","{food quality, seafood, negative};{food style_options, seafood, neutral}"
156
+ "However , the value and service are both severely lacking .","{restaurant prices, null, negative};{service general, service, negative}","{restaurant prices, null, negative};{service general, service, negative}"
157
+ In Grammercy/Union Square/East Village this is my neighbors and my favorite spot .,"{restaurant general, spot, positive}","{restaurant general, spot, positive}"
158
+ "The side of potatoes is to die for , as is the labne ( yogurt dip ) .","{food quality, labne ( yogurt dip ), positive};{food quality, side of potatoes, positive}","{food quality, labne ( yogurt dip ), positive};{food quality, side of potatoes, positive}"
159
+ AMAZING .,"{restaurant general, null, positive}","{restaurant general, null, positive}"
160
+ "What a tastly , flaky treat !","{food quality, null, positive}","{food quality, null, positive}"
161
+ "Great food , better Margaritas !","{drinks quality, Margaritas, positive};{food quality, food, positive}","{drinks quality, Margaritas, positive};{food quality, food, positive}"
162
+ The service is really attentive and charming .,"{service general, service, positive}","{service general, service, positive}"
163
+ "Most importantly , we were so excited about the food after seeing the very creative menu .","{food style_options, menu, positive}","{food style_options, menu, positive}"
164
+ A cozy spot for 2,"{ambience general, spot, positive}","{ambience general, spot, positive}"
165
+ "The best thing is , the prices are also quite reasonable .","{restaurant prices, null, positive}","{restaurant prices, null, positive}"
166
+ "She promised to speak to the waitress who had flown off in a rage , but we could hardly take her promise seriously , seeing as she hadn 't bothered to get the waitresses name .","{service general, null, negative}","{service general, null, negative}"
167
+ The chana masala ( garbanzo beans ) are also excellent .,"{food quality, chana masala ( garbanzo beans ), positive}","{food quality, chana masala ( garbanzo beans ), positive}"
168
+ "This establishment really made a marked decline after ( and this is recurring story ) the airing of FOOD TELEVISIONS `` DINERS , DRIVE-INS , AND DIVES `` hosted by Guy Fieri , in which Schooner or Later was subject of .","{restaurant general, establishment, negative}","{restaurant general, Schooner or Later, negative}"
169
+ I love Dungeness crabs and at Ray 's you can get them served in about 6 different ways !,"{food style_options, Dungeness crabs, positive}","{food style_options, Dungeness crabs, positive}"
170
+ Food was good and appetizing .,"{food quality, Food, positive}","{food quality, Food, positive}"
171
+ It was absolutely amazing .,"{restaurant general, null, positive}","{food quality, null, positive}"
172
+ This is a great place to get a delicious meal .,"{food quality, meal, positive}","{food quality, meal, positive}"
173
+ "plus , i am allergic to rice , and the waitstaff was unbelievably accomodating -- did n't even bat an eye !","{service general, waitstaff, positive}","{service general, waitstaff, positive}"
174
+ – I was highly disappointed in the food at Pagoda .,"{food quality, food, negative}","{food quality, food, negative}"
175
+ Overpriced,"{restaurant prices, null, negative}","{restaurant prices, null, negative}"
176
+ This is sad for what once was one of the best places you could ever eat .,"{restaurant general, null, negative}","{restaurant general, null, negative}"
177
+ "Once you 're inside , the real experience begins .","{restaurant general, null, positive}","{ambience general, null, positive}"
178
+ and the waiter suggested a perfect sake ! !,"{drinks quality, sake, positive}","{drinks quality, sake, positive}"
179
+ The owner is belligerent to guests that have a complaint .,"{service general, owner, negative}","{service general, owner, negative}"
180
+ "Everything you want and more , very fresh .","{food quality, null, positive};{food style_options, null, positive}","{food quality, null, positive};{food style_options, null, positive}"
181
+ My friend enjoyed the grilled Alaskan King Salmon with delectable creamed Washington russet potatoes and crisp green beans .,"{food quality, green beans, positive};{food quality, creamed Washington russet potatoes, positive};{food quality, grilled Alaskan King Salmon, positive}","{food quality, grilled Alaskan King Salmon with delectable creamed Washington russet potatoes and crisp green beans, positive}"
182
+ "The food was very good , filet mignon was probably the best I 've ever try .","{food quality, filet mignon, positive};{food quality, food, positive}","{food quality, filet mignon, positive};{food quality, food, positive}"
183
+ "– Mercedes restaurant is so tasty , the service is undeniably awesome !","{food quality, null, positive};{service general, service, positive}","{restaurant general, Mercedes restaurant, positive};{service general, service, positive}"
184
+ I can highly recommend their various saag and paneer and korma .,"{food quality, saag, positive};{food quality, paneer, positive};{food quality, korma, positive}","{food quality, saag and paneer and korma, positive}"
185
+ The food is great and they make a mean bloody mary .,"{drinks quality, bloody mary, positive};{food quality, food, positive}","{drinks quality, bloody mary, positive};{food quality, food, positive}"
186
+ Nice food but no spice !,"{food quality, food, negative};{food quality, food, positive}","{food quality, food, negative};{food quality, food, positive}"
187
+ Another plus is the open feel of the restaurant with glass walls on all sides .,"{ambience general, feel, positive}","{ambience general, restaurant, positive}"
188
+ Yum !,"{food quality, null, positive}","{food quality, null, positive}"
189
+ "The bathroom itself is very small with two toilets and only one sink , the girl was staying totally on the way hanging out paper towels from the dispenser .","{restaurant miscellaneous, bathroom, negative}","{ambience general, bathroom, negative}"
190
+ Love the enchiladas and chicken soup - and be sure to check out their specials .,"{food quality, enchiladas, positive};{food quality, chicken soup, positive};{food quality, specials, positive}","{food quality, chicken soup, positive};{food quality, enchiladas, positive};{food style_options, specials, positive}"
191
+ The food is simply unforgettable !,"{food quality, food, positive}","{food quality, food, positive}"
192
+ Management should really take notice and train their waitstaff and teach them some proper manners .,"{service general, waitstaff, negative}","{service general, waitstaff, negative}"
193
+ The staff are friendly and the decor was ethic and colorful .,"{ambience general, decor, positive};{service general, staff, positive}","{ambience general, decor, positive};{service general, staff, positive}"
194
+ The best Chuwam Mushi I have ever had .,"{food quality, Chuwam Mushi, positive}","{food quality, Chuwam Mushi, positive}"
195
+ "Portions was just enough for me , but may not be for a big eater .","{food style_options, Portions, neutral}","{food style_options, Portions, neutral}"
196
+ Try the Pizza Ensalata !,"{food quality, Pizza Ensalata, positive}","{food quality, Pizza Ensalata, positive}"
197
+ Still I would recommend this place .,"{restaurant general, place, positive}","{restaurant general, place, positive}"
198
+ "– The sushi here is perfectly good , but for $ 5 a piece , either the slices of fish should be larger , or there should be no pretense that this is a moderately priced restaurant ( even for NYC ) .","{food prices, sushi, negative};{food style_options, sushi, negative};{food quality, sushi, positive};{restaurant prices, restaurant, negative}","{food quality, sushi, neutral};{food prices, sushi, negative}"
199
+ You are bound to have a very charming time .,"{restaurant general, null, positive}","{restaurant general, null, positive}"
200
+ "We have since returned and also had a great experience , sampling more small plates and a variety of the beer ( cold and good ) .","{drinks quality, beer, positive};{restaurant general, null, positive}","{food quality, small plates, positive};{drinks quality, beer, positive}"
201
+ Best Sushi in town .,"{food quality, Sushi, positive}","{food quality, Sushi, positive}"
202
+ the staff was very nice and courteous and obviously chinese .,"{service general, staff, positive}","{service general, staff, positive}"
203
+ "We ordered a selection of the small plates , and the shoe string onions , goat cheese pizza , grilled asparagus and fried brie with fruit were all very good .","{food quality, grilled asparagus, positive};{food quality, shoe string onions, positive};{food quality, goat cheese pizza, positive};{food quality, fried brie with fruit, positive}","{food quality, fried brie with fruit, positive};{food quality, grilled asparagus, positive};{food quality, shoe string onions, positive};{food quality, goat cheese pizza, positive}"
204
+ Nice job !,"{restaurant general, null, positive}","{restaurant general, null, positive}"
205
+ "Though , one thing I realized later on was that the restaurant either used MSG or a meat tenderizer on the steak .","{food quality, steak, negative}","{food quality, steak, negative}"
206
+ Great selection of sakes .,"{drinks style_options, selection of sakes, positive}","{drinks style_options, sakes, positive}"
207
+ Kudos to these guys .,"{restaurant general, null, positive}","{restaurant general, null, positive}"
208
+ Unless you are just stopping in for a few drinks I wouldn 't recommend going here .,"{restaurant general, null, negative}","{restaurant general, null, negative}"
209
+ Great bottle of wine .,"{drinks quality, bottle of wine, positive}","{drinks quality, bottle of wine, positive}"
210
+ The open sesame combo plate is a bargain for the heap of food given .,"{food style_options, open sesame combo plate, positive};{food prices, open sesame combo plate, positive}","{food prices, open sesame combo plate, positive};{food style_options, open sesame combo plate, positive}"
211
+ WAY OVER-RATED ! ! ! !,"{restaurant general, null, negative}","{restaurant general, null, negative}"
212
+ Worth the wait,"{restaurant general, null, positive}","{restaurant general, null, positive}"
213
+ Doesn 't get any better than that .,"{restaurant general, null, positive}","{restaurant general, null, positive}"
214
+ best honey walnyt prawns that we have every tasted .,"{food quality, honey walnyt prawns, positive}","{food quality, honey walnyt prawns, positive}"
215
+ They have been featured on the food network and they deserve it .,"{restaurant miscellaneous, null, positive}","{restaurant miscellaneous, null, positive}"
216
+ I love the warm & cosy environment .,"{ambience general, environment, positive}","{ambience general, environment, positive}"
217
+ Snotty Attitude,"{service general, null, negative}","{service general, Attitude, negative}"
218
+ "The atmosphere is aspiring , and the decor is festive and amazing ...","{ambience general, decor, positive};{ambience general, atmosphere, positive}","{ambience general, atmosphere, positive};{ambience general, decor, positive}"
219
+ "Their specialty rolls are impressive , though I ca n't remember what we had .","{food quality, specialty rolls, positive}","{food style_options, specialty rolls, positive}"
220
+ – I loved the pumpkin ravioli and the goat cheese gnocchi ( 5 big ones to a plate instead of 20 or so little gnocchis ) and my sister loved her filet mignon on top of spinach and mashed potatoes .,"{food quality, filet mignon on top of spinach and mashed potatoes, positive};{food quality, pumpkin ravioli, positive};{food quality, goat cheese gnocchi, positive};{food style_options, goat cheese gnocchi, positive}","{food quality, pumpkin ravioli, positive};{food style_options, goat cheese gnocchi, positive};{food quality, goat cheese gnocchi, positive};{food quality, filet mignon on top of spinach and mashed potatoes, positive}"
221
+ Not the biggest portions but adequate .,"{food style_options, portions, neutral}","{food style_options, portions, neutral}"
222
+ "Go with some friends , wait the half hour or so with a cup of joe , and enjoy more than your average breakfast .","{restaurant general, null, positive};{food quality, breakfast, positive}","{restaurant miscellaneous, null, positive}"
223
+ great service .,"{service general, service, positive}","{service general, service, positive}"
224
+ We were then charged for their most expensive sake ( $ 20 + per serving ) when we in fact drank a sake of less than half that price .,"{service general, null, negative}","{drinks prices, sake, negative};{service general, null, negative}"
225
+ Delicious,"{food quality, null, positive}","{food quality, null, positive}"
226
+ The chicken curry and chicken tikka masala are my favorite meat dishes .,"{food quality, chicken curry, positive};{food quality, chicken tikka masala, positive}","{food quality, chicken curry, positive};{food quality, chicken tikka masala, positive}"
227
+ "best restaurant in the world , great decor , great customer service , friendly manager","{ambience general, decor, positive};{service general, manager, positive};{service general, customer service, positive};{restaurant general, restaurant, positive}","{ambience general, decor, positive};{restaurant general, restaurant, positive};{service general, customer service, positive};{service general, manager, positive}"
228
+ Drinks were good .,"{drinks quality, Drinks, positive}","{drinks quality, Drinks, positive}"
229
+ "The presentation of the food was an added bonus , it looked just as great as it tasted !","{food quality, food, positive};{food style_options, food, positive}","{food style_options, food, positive}"
230
+ "Even then , the order was not correct and we were still waiting for a couple items .","{service general, null, negative}","{service general, null, negative}"
231
+ – We were treated very rudely here one time for breakfast .,"{service general, null, negative}","{service general, null, negative}"
232
+ "Great food , spectacular location , and friendly service keep us coming back year after year .","{service general, service, positive};{food quality, food, positive};{location general, location, positive}","{service general, service, positive};{location general, location, positive};{food quality, food, positive}"
233
+ WOW ! ! ! ! ! ! ! !,"{restaurant general, null, positive}","{restaurant general, null, positive}"
234
+ – Save yourself the waste of time & DO NOT visit .,"{restaurant general, null, negative}","{restaurant general, null, negative}"
235
+ Food was good and cheap .,"{food quality, Food, positive};{food prices, Food, positive}","{food quality, Food, positive};{food prices, Food, positive}"
236
+ Mmm ... good !,"{restaurant general, null, positive}","{food quality, null, positive}"
237
+ Its great if you spent the day there and did n't want to drive to eat .,"{location general, null, positive}","{restaurant miscellaneous, null, positive}"
238
+ Great value sushi with high quality & nice setting .,"{ambience general, setting, positive};{food quality, sushi, positive};{food prices, sushi, positive}","{ambience general, setting, positive};{food quality, sushi, positive};{food prices, sushi, positive}"
239
+ "It was so much though that I could barely finish but I did , since it was delicious .","{food style_options, null, neutral};{food quality, null, positive}","{food quality, null, positive};{food style_options, null, negative}"
240
+ I love this restaurant,"{restaurant general, restaurant, positive}","{restaurant general, restaurant, positive}"
241
+ Not recommanded ! ! !,"{restaurant general, null, negative}","{restaurant general, null, negative}"
242
+ We stood there for 10 minutes while employees walked back and forth ignoring us .,"{service general, employees, negative}","{service general, employees, negative}"
243
+ My g/f and I both agreed the food was very mediocre especially considering the price .,"{food quality, food, negative};{food prices, food, negative}","{food quality, food, negative};{food prices, food, negative}"
244
+ "– The food is here is incredible , though the quality is inconsistent during lunch .","{food quality, food, positive};{food quality, lunch, negative}","{food quality, food, negative};{food quality, food, positive}"
245
+ I have not a bad thing to say about this place .,"{restaurant general, place, positive}","{restaurant general, place, positive}"
246
+ "the only problem is you really have to warm up the pizza before it 's edible , even when you order ahead .","{food quality, pizza, negative}","{food quality, pizza, negative}"
247
+ – This is my `` must bring out of town guests to `` restaurant and they always enjoy and rave about it .,"{restaurant general, restaurant, positive}","{restaurant miscellaneous, restaurant, positive}"
248
+ I had the kafta plate and I enjoyed it .,"{food quality, kafta plate, positive}","{food quality, kafta plate, positive}"
249
+ It was clear he didn ’ t really care .,"{service general, null, negative}","{service general, null, negative}"
250
+ The Caesar salad I ordered had so much lemon I could n't eat it .,"{food quality, Caesar salad, negative}","{food quality, Caesar salad, negative}"
251
+ "Our server continued to be attentive throughout the night , but I did remain puzzled by one issue : Who thinks that Ray 's is an appropriate place to take young children for dinner ?","{service general, server, positive}","{restaurant miscellaneous, Ray's, negative};{service general, server, positive}"
252
+ "Good Food , Great Service , Average Prices ( For the Strip )","{service general, Service, positive};{food quality, Food, positive};{restaurant prices, null, neutral}","{restaurant prices, null, neutral};{service general, Service, positive};{food quality, Food, positive}"
253
+ 6pm on a Sat before a Broadway play and we were quickly seated and served .,"{service general, null, positive}","{service general, null, positive}"
254
+ They pay such detail to everything from miso soup to complex rolls .,"{food quality, rolls, positive};{food quality, miso soup, positive}","{food quality, miso soup, positive};{food quality, rolls, positive}"
255
+ $ 6 with tip .,"{restaurant prices, null, positive}","{restaurant prices, null, neutral}"
256
+ The atmosphere was great .,"{ambience general, atmosphere, positive}","{ambience general, atmosphere, positive}"
257
+ "In other words , if they aren 't making $ $ off of you then you do n't rate high on their 'service scale ' .","{service general, service, negative}","{service general, service, negative}"
258
+ – I really enjoyed my meal here .,"{food quality, meal, positive}","{food quality, meal, positive}"
259
+ "The music playing was very hip , 20-30 something pop music , but the subwoofer to the sound system was located under my seat , which became annoying midway through dinner .","{ambience general, subwoofer to the sound system, negative};{ambience general, music, positive}","{ambience general, music, positive};{ambience general, subwoofer, negative}"
260
+ Holy Hummus !,"{food quality, Hummus, positive}","{food quality, Hummus, positive}"
261
+ "For my entr & eacute ; e , I completely enjoyed the seared Alaskan sea scallops complemented by chard , artichoke hearts , fennel , and pecorino toscano .","{food quality, seared Alaskan sea scallops, positive};{food style_options, seared Alaskan sea scallops, positive}","{food quality, seared Alaskan sea scallops complemented by chard, artichoke hearts, fennel, and pecorino toscano, positive}"
262
+ "The decor is rustic , traditional Japanese .","{ambience general, decor, neutral}","{ambience general, decor, positive}"
263
+ "Not only can the selection be innovative , but there 's a nice balance of traditional sushi as well .","{food style_options, selection, positive};{food style_options, sushi, positive}","{food style_options, selection, positive};{food quality, sushi, positive}"
264
+ You are likely to be disappointed .,"{restaurant general, null, negative}","{restaurant general, null, negative}"
265
+ "The food is great , the bartenders go that extra mile .","{service general, bartenders, positive};{food quality, food, positive}","{service general, bartenders, positive};{food quality, food, positive}"
266
+ The restaurant offers an extensive wine list and an ambiance you wo n't forget !,"{drinks style_options, wine list, positive};{ambience general, ambiance, positive}","{drinks style_options, wine list, positive};{ambience general, ambiance, positive}"
267
+ "The naan was some of the best I 've had and I really enjoyed the bhartha , not too tomatoey .","{food quality, naan, positive};{food quality, bhartha, positive}","{food quality, naan, positive};{food quality, bhartha, positive}"
268
+ To the owners of Open Sesame ... Bravo ... I ca n't wait to come back to dine at your restaurant !,"{restaurant general, Open Sesame, positive}","{restaurant general, Open Sesame, positive}"
269
+ "the fish was fresh , though it was cut very thin .","{food style_options, fish, negative};{food quality, fish, positive}","{food quality, fish, positive};{food style_options, fish, negative}"
270
+ Been there lots since and its always a good time .,"{restaurant general, null, positive}","{restaurant general, null, positive}"
271
+ My favortie pizza joint in Seattle,"{restaurant general, pizza joint, positive}","{restaurant general, pizza joint, positive}"
272
+ i highly recommend this place to all that want to try indain food for the first time .,"{food quality, indain food, positive}","{restaurant general, place, positive}"
273
+ Overrated,"{restaurant general, null, negative}","{restaurant general, null, negative}"
274
+ Worst Service I Ever Had,"{service general, Service, positive}","{service general, Service, negative}"
275
+ As it turns out the owner was seated right next to us and when he came over to check on our problems was very dismissive and offered a token 20 % discount on our bill .,"{service general, owner, negative}","{service general, owner, negative}"
276
+ I went there with some friends one night to play bingo and watch the sox game and it was a blast !,"{restaurant general, null, positive}","{restaurant general, null, positive}"
277
+ COMPLETELY OVER RATED !,"{restaurant general, null, negative}","{restaurant general, null, negative}"
278
+ "– Eggs , pancakes , potatoes , fresh fruit and yogurt -- everything they serve is delicious .","{food quality, Eggs, positive};{food quality, yogurt, positive};{food quality, null, positive};{food quality, fresh fruit, positive};{food quality, potatoes, positive};{food quality, pancakes, positive}","{food quality, null, positive};{food style_options, null, positive}"
279
+ – Ray 's is THE place to go for high quality seafood dinners .,"{food quality, seafood dinners, positive}","{food quality, seafood dinners, positive}"
280
+ I also really enjoy the simplicity of the decor and intimate feeling of a small restaurant .,"{ambience general, decor, positive};{ambience general, feeling, positive}","{ambience general, decor, positive};{ambience general, restaurant, positive}"
281
+ We 're going back . : D,"{restaurant general, null, positive}","{restaurant general, null, positive}"
282
+ I should have thought to bring it up but never expected the food to be that mild .,"{food quality, food, negative}","{food quality, food, negative}"
283
+ "When I walked in , I was taken aback by their incredible wood decor .","{ambience general, wood decor, positive}","{ambience general, wood decor, positive}"
284
+ It 's a tiny place so if you get there before 8pm on a weekend ( Thurs ? Sun ) you will find it easier to get a table or a seat at the sushi bar .,"{restaurant miscellaneous, place, neutral}","{restaurant miscellaneous, place, positive}"
285
+ Best Neighborhood Standby .,"{restaurant general, Standby, positive}","{restaurant general, null, positive}"
286
+ I 'd go back there in a heartbeat .,"{restaurant general, null, positive}","{restaurant general, null, positive}"
287
+ "It 's *very * reasonably priced , esp for the quality of the food .","{food prices, food, positive}","{food prices, null, positive};{food quality, food, positive}"
288
+ "plenty of food , trust me .","{food style_options, food, positive}","{food style_options, food, positive}"
289
+ It 's the perfect spot for a romantic date for 2 or a secret rendezvous !,"{ambience general, spot, positive};{restaurant miscellaneous, spot, positive}","{restaurant miscellaneous, spot, positive}"
290
+ Also have great margaritas !,"{drinks quality, margaritas, positive}","{drinks quality, margaritas, positive}"
291
+ It 's unpretentious and underground .,"{ambience general, null, positive}","{ambience general, null, positive}"
292
+ The place is the next best thing to my Moms cooking .,"{food quality, null, positive}","{food quality, place, positive}"
293
+ "The best place for a leisure Sunday breakfast amidst yachts , then take a stroll through the nearby Farmer 's Market .","{restaurant miscellaneous, place, positive}","{location general, null, positive}"
294
+ "If you can , come to this place by boat and make it a whole evening .","{restaurant miscellaneous, place, positive}","{restaurant miscellaneous, place, positive}"
295
+ for desert we had the mango ginger creme brulee ... oh la la yummy ! ! !,"{food quality, mango ginger creme brulee, positive}","{food quality, mango ginger creme brulee, positive}"
296
+ "Its worth the wait , especially since they 'll give you a call when the table is ready .","{restaurant general, null, positive}","{service general, null, positive}"
297
+ They have a wide variety of fish and they even list which oceans they come from ; Atlantic or Pacific .,"{food style_options, fish, positive}","{food style_options, null, positive}"
298
+ Well I guess it 's hard to be seated when one is invisible to the staff .,"{service general, staff, negative}","{service general, staff, negative}"
299
+ Great open and friendly ambience .,"{ambience general, ambience, positive}","{ambience general, ambience, positive}"
300
+ A brief conversation with the manager at the end of the meal was the greatest disappointment -- to say we had been `` blown off `` would be an understatement .,"{service general, manager, negative}","{service general, manager, negative}"
301
+ "Ray 's is something of a Seattle institution , but given its gorgeous Sound views , I had suspected that the accolades were more due to the scenery than to the food and service .","{location general, Sound views, positive}","{location general, Ray's, positive};{food quality, food, negative};{service general, service, negative}"
302
+ I swore never to return for a warm beer and mediocre meal .,"{drinks quality, beer, negative};{food quality, meal, negative}","{drinks quality, beer, negative};{food quality, meal, negative}"
303
+ "If it 's nice outside , request for a table in the balcony .","{ambience general, balcony, positive}","{ambience general, balcony, positive}"
304
+ Great food with an awesome atmosphere !,"{ambience general, atmosphere, positive};{food quality, food, positive}","{ambience general, atmosphere, positive};{food quality, food, positive}"
305
+ I ended the meal with the unusual dessert of a port and chocolate tasting ... yummy !,"{food quality, dessert of a port and chocolate tasting, positive}","{food quality, port and chocolate tasting, positive}"
306
+ I got the shellfish and shrimp appetizer and it was alright .,"{food quality, shellfish and shrimp appetizer, neutral}","{food quality, shellfish and shrimp appetizer, neutral}"
307
+ The pizza ’ s are thin crust and the menu offers very creative combinations and toppings .,"{food style_options, menu, positive};{food style_options, pizza ’ s, positive}","{food style_options, pizza ’ s, positive};{food style_options, crust, positive};{food style_options, menu, positive};{food style_options, toppings, positive}"
308
+ It 's a great place to enjoy food and meet friends .,"{restaurant miscellaneous, place, positive};{food quality, food, positive}","{restaurant miscellaneous, place, positive}"
309
+ "The service was excellent , the coffee was good even by starbucks standards and the food was outstanding .","{service general, service, positive};{food quality, food, positive};{drinks quality, coffee, positive}","{service general, service, positive};{food quality, food, positive};{drinks quality, coffee, positive}"
310
+ This is the place to relax and enjoy the finest quality food the industry can offer .,"{ambience general, place, positive};{food quality, food, positive}","{ambience general, place, positive};{food quality, food, positive}"
311
+ I would go back for the wine experience alone .,"{drinks quality, wine, positive}","{drinks quality, wine experience, positive}"
312
+ The best calamari in Seattle !,"{food quality, calamari, positive}","{food quality, calamari, positive}"
313
+ The presentation of Snooze is excellent and it is one of those places that you feel more sophisticated just for being there ; but peel back the layers and you have an overpriced IHOP with a high brow menu .,"{food style_options, menu, negative};{restaurant prices, Snooze, negative};{ambience general, Snooze, positive}","{ambience general, presentation, positive};{restaurant prices, Snooze, negative};{food style_options, menu, negative}"
314
+ "I complained to the manager , but he was not even apologetic .","{service general, manager, negative}","{service general, manager, negative}"
315
+ Much more than just a great view !,"{location general, view, positive}","{restaurant general, null, positive}"
316
+ The atmosphere was just okay .,"{ambience general, atmosphere, neutral}","{ambience general, atmosphere, neutral}"
317
+ Once seated it took about 30 minutes to finally get the meal .,"{service general, null, negative}","{service general, null, negative}"
318
+ "– In a age of incremental cost cutting in restaurants , its nice to see a place that bucks that trend , and just plain delivers high quality food and good service , period .","{service general, service, positive};{food quality, food, positive}","{restaurant prices, place, positive};{service general, service, positive};{food quality, food, positive}"
319
+ I liked the atmosphere very much but the food was not worth the price .,"{ambience general, atmosphere, positive};{food quality, food, negative};{food prices, food, negative}","{ambience general, atmosphere, positive};{food quality, food, negative};{food prices, food, negative}"
320
+ "It 's located in a strip mall near the Beverly Center , not the greatest location , but the food keeps me coming back for more .","{location general, location, neutral};{food quality, food, positive}","{food quality, food, positive};{location general, location, negative}"
321
+ "On my meal I had to send back my eggs for a simple request of breaking the yokes before cooking , and would have had to send them back again if I hadn 't rejected the meal all together .","{food quality, meal, negative};{food quality, eggs, negative}","{food quality, eggs, negative}"
322
+ The band was very good and the service was attentive .,"{service general, service, positive};{ambience general, band, positive}","{ambience general, band, positive};{service general, service, positive}"
323
+ "– How to describe the best sushi in NYC : hmmmm , delicious , amazing , fantastic , suculent , perfect , nah , all of the above .","{food quality, sushi, positive}","{food quality, sushi, positive}"
324
+ "– Schooner or Later 's charming location along the marina in Long Beach and average food does not , unfortunately , compensate for its very poor customer service .","{location general, location along the marina in Long Beach, positive};{service general, customer service, negative};{food quality, food, neutral}","{location general, location, positive};{food quality, food, neutral};{service general, customer service, negative}"
325
+ "We were seated right away , the table was private and nice .","{ambience general, table, positive}","{ambience general, table, positive};{service general, null, positive}"
326
+ "good sake , good food – i honestly do n't know much about japanese food at all .","{drinks quality, sake, positive};{food quality, food, positive}","{food quality, food, positive};{drinks quality, sake, positive}"
327
+ Bring your cell phone cause you may have to wait to get into the best sushi restaurant in the world : BLUE RIBBON SUSHI .,"{restaurant general, BLUE RIBBON SUSHI, positive}","{restaurant miscellaneous, BLUE RIBBON SUSHI, positive}"
328
+ "In the end our check came to $ 27 for 4 small pancakes , a breakfast burrito , an orange juice and an iced tea ( I had water ) .","{food prices, breakfast burrito, negative};{drinks prices, iced tea, negative};{food style_options, pancakes, negative};{drinks prices, orange juice, negative};{food prices, pancakes, negative}","{food prices, null, negative};{food style_options, pancakes, negative};{food style_options, breakfast burrito, negative}"
329
+ Good food !,"{food quality, food, positive}","{food quality, food, positive}"
330
+ "The catering is out of this world , and Raouls chicken vegetable soup rocks my world ! ! !","{food quality, Raouls chicken vegetable soup, positive};{food quality, catering, positive}","{food quality, chicken vegetable soup, positive};{food quality, catering, positive}"
331
+ I should have just asked for the check when I saw that ; but their menu was so unique that I continued .,"{food style_options, menu, positive}","{food style_options, menu, positive}"
332
+ Great Breakfast,"{food quality, Breakfast, positive}","{food quality, Breakfast, positive}"
333
+ Seabass on lobster risotto was the best .,"{food quality, Seabass on lobster risotto, positive}","{food quality, Seabass on lobster risotto, positive}"
334
+ – The atmosphere is great for any special occasion you might want to celebrate .,"{ambience general, atmosphere, positive}","{ambience general, atmosphere, positive}"
335
+ "Great seasonal fish and seafood , with a classy waterfront setting .","{food quality, seasonal fish, positive};{ambience general, waterfront setting, positive};{food quality, seafood, positive}","{location general, waterfront setting, positive};{food quality, seafood, positive};{food quality, fish, positive}"
336
+ The pizza ’ s are not huge and the crust is thin ... keep that in mind when you ’ re ordering .,"{food style_options, pizza ’ s, neutral};{food style_options, crust, neutral}","{food style_options, pizza ’ s, neutral}"
337
+ The only positive thing about Mioposto is the nice location .,"{location general, location, positive}","{location general, location, positive}"
338
+ I appreciate their delivery too .,"{service general, delivery, positive}","{service general, delivery, positive}"
339
+ Very disappointed .,"{restaurant general, null, negative}","{food quality, null, negative}"
340
+ The pizza is delicious and the salads are fantastic .,"{food quality, pizza, positive};{food quality, salads, positive}","{food quality, pizza, positive};{food quality, salads, positive}"
341
+ Freshest sushi – I love this restaurant .,"{food quality, sushi, positive};{restaurant general, restaurant, positive}","{food quality, sushi, positive};{restaurant general, restaurant, positive}"
342
+ The steak was done to my exact liking ( medium rare ) and was nice and juicy .,"{food quality, steak, positive}","{food quality, steak, positive}"
343
+ "Seriously , you ca n't go wrong , if it is unpretentious local fun you seek .","{ambience general, null, positive}","{restaurant general, null, positive}"
344
+ The owners are great fun and the beer selection is worth staying for .,"{drinks style_options, beer selection, positive};{service general, owners, positive}","{drinks style_options, beer selection, positive};{ambience general, owners, positive}"
345
+ Great draft and bottle selection and the pizza rocks .,"{food quality, pizza, positive};{drinks style_options, draft and bottle selection, positive}","{drinks style_options, draft selection, positive};{drinks style_options, bottle selection, positive};{food quality, pizza, positive}"
346
+ "I guarantee you wo n't be disappointed , there 's also valet parking .","{restaurant general, null, positive};{restaurant miscellaneous, null, positive}","{service general, null, positive}"
347
+ Late night dinning with exeptional food .,"{food quality, food, positive}","{food quality, food, positive};{restaurant miscellaneous, dinning, positive}"
348
+ "The portions are big though , so do not order too much .","{food style_options, portions, neutral}","{food style_options, portions, positive}"
349
+ Service was decent .,"{service general, Service, neutral}","{service general, Service, neutral}"
350
+ Absolutely delicious .,"{food quality, null, positive}","{food quality, null, positive}"
351
+ "Oh , and the cheese fries are awesome !","{food quality, cheese fries, positive}","{food quality, cheese fries, positive}"
352
+ Everyone that sat in the back outside agreed that it was the worst service we had ever received .,"{service general, service, negative}","{service general, service, negative}"
353
+ I may not be a sushi guru but I can tell you that the food here is just okay and that there is not much else to it .,"{food quality, food, negative}","{food quality, food, negative}"
354
+ "Excellent food , nice ambience , fairly expensive","{ambience general, ambience, positive};{restaurant prices, null, negative};{food quality, food, positive}","{food quality, food, positive};{ambience general, ambience, positive};{food prices, food, negative}"
355
+ "Melt in your mouth nigiri and sashmi , and very tasty rolls too .","{food quality, rolls, positive};{food quality, nigiri, positive};{food quality, sashmi, positive}","{food quality, rolls, positive};{food quality, nigiri, positive};{food quality, sashmi, positive}"
356
+ Finally a meal that you will remember for a long time !,"{food quality, meal, positive}","{food quality, meal, positive}"
357
+ "Best food , phenominal service","{service general, service, positive};{food quality, food, positive}","{service general, service, positive};{food quality, food, positive}"
358
+ I recommend it for a night when you want to splurge ! ( it was a bit expensive ),"{restaurant prices, null, negative};{restaurant general, null, positive}","{restaurant prices, null, negative};{restaurant general, null, positive}"
359
+ "While this diner had reasonably good food , the restaurant staff seemed completely indifferent to our presence , and this attitude was reflected in the lack of service .","{service general, restaurant staff, negative};{food quality, food, positive}","{service general, restaurant staff, negative};{service general, service, negative};{food quality, food, positive}"
360
+ No Comparison,"{restaurant general, null, positive}","{restaurant general, null, positive}"
361
+ "so about the prawns , they were fresh and had a slight crispiness about the batter ... soooo good ... the walnuts were cut in smaller pieces and very crunchy and tasty .","{food quality, batter, positive};{food quality, prawns, positive};{food quality, walnuts, positive}","{food quality, walnuts, positive};{food quality, prawns, positive}"
362
+ I am so happy to have a wonderful Italian restaurant in my neighborhood .,"{restaurant general, Italian restaurant, positive}","{restaurant general, Italian restaurant, positive}"
363
+ We waited for an hour to be seated .,"{service general, null, negative}","{service general, null, negative}"
364
+ "We put in our order and although we ordered 4 appetizers , the food did n't arrive until 45 minutes later ... WITH OUR MAIN COURSE .","{service general, null, negative}","{service general, null, negative}"
365
+ I can not wait to go back again this coming weekend !,"{restaurant general, null, positive}","{restaurant general, null, positive}"
366
+ "If you 're interested in good tasting ( without the fish taste or smell ) , large portions and creative sushi dishes this is your place ...","{food quality, null, positive};{food style_options, sushi dishes, positive};{food style_options, portions, positive}","{food style_options, sushi dishes, positive};{food quality, sushi dishes, positive};{food style_options, portions, positive}"
367
+ A perfect place to take out of town guests any time of the year .,"{restaurant general, place, positive}","{restaurant miscellaneous, place, positive}"
368
+ "I had a taste of all three items on her plate , and they were superb .","{food quality, plate, positive}","{food quality, null, positive}"
369
+ Good for late night dining ( last minute planning ) without reservations .,"{restaurant miscellaneous, null, positive}","{restaurant miscellaneous, null, positive}"
370
+ i am never disappointed with there food .,"{food quality, food, positive}","{food quality, food, positive}"
371
+ – By far the best bar in the east village ...,"{restaurant general, bar, positive}","{drinks quality, bar, positive}"
372
+ It 's a great place to people watch .,"{restaurant miscellaneous, place, positive}","{ambience general, place, positive}"
373
+ "Space was limited , but the food made up for it .","{restaurant miscellaneous, Space, negative};{food quality, food, positive}","{food quality, food, positive};{ambience general, Space, negative}"
374
+ The scallops are apparently cooked in a black olive butter which really makes them unique ( not to mention tasty ) .,"{food quality, scallops, positive};{food style_options, scallops, positive}","{food quality, scallops, positive};{food style_options, scallops, positive}"
375
+ This place is charming and relaxing .,"{ambience general, place, positive}","{ambience general, place, positive}"
376
+ not chewy at all .,"{food quality, null, positive}","{food quality, null, positive}"
377
+ We were only in Seattle for one night and I 'm so glad we picked Rays for dinner !,"{restaurant general, Rays, positive}","{restaurant general, Rays, positive}"
378
+ "– I will never forget the amazing meal , service , and ambiance I experience at this restaurant .","{ambience general, ambiance, positive};{food quality, meal, positive};{service general, service, positive}","{ambience general, ambiance, positive};{service general, service, positive};{food quality, meal, positive}"
379
+ Amazing Spanish Mackeral special appetizer and perfect box sushi ( that eel with avodcao -- um um um ) .,"{food quality, box sushi, positive};{food quality, Spanish Mackeral special appetizer, positive};{food quality, eel with avodcao, positive}","{food quality, Spanish Mackeral special appetizer, positive};{food quality, box sushi, positive};{food quality, eel with avodcao, positive}"
380
+ "On weekends , you might have to wait for couple hours .","{service general, null, neutral}","{service general, null, negative}"
381
+ – The food was not great & the waiters were rude .,"{food quality, food, negative};{service general, waiters, negative}","{service general, waiters, negative};{food quality, food, negative}"
382
+ "The 9 oz steak came next and it tasted great , at least initially .","{food quality, 9 oz steak, positive}","{food quality, steak, positive}"
383
+ When I got there I sat up stairs where the atmosphere was cozy & the service was horrible !,"{ambience general, atmosphere, positive};{service general, service, negative}","{ambience general, atmosphere, positive};{service general, service, negative}"
384
+ "The wine list is incredible and extensive and diverse , the food is all incredible and the staff was all very nice , good at their jobs and cultured .","{drinks style_options, wine list, positive};{service general, staff, positive};{food quality, food, positive}","{drinks style_options, wine list, positive};{service general, staff, positive};{food quality, food, positive}"
385
+ – IT CANT GET ANY BETTER ! ! ! ! !,"{restaurant general, null, positive}","{restaurant general, null, positive}"
386
+ Sunday afternoons there is a band playing and it is lots of fun .,"{ambience general, band, positive}","{ambience general, band, positive}"
387
+ "Everything , and I mean everything on the menu is delectable .","{food quality, menu, positive}","{food quality, menu, positive}"
388
+ "I know many people have their favorite types of pizza and pizza places , but Mioposto 's pizza lacks quality and good taste .","{food quality, pizza, negative}","{food quality, pizza, negative}"
389
+ "There is only one place on the east coast that has it all , plus a lot more .","{restaurant general, place, positive}","{restaurant general, place, positive}"
390
+ Always a winner .,"{restaurant general, null, positive}","{restaurant general, null, positive}"
391
+ The prior reviews said Kid friendly ... give me a break with two young children that is light years .,"{restaurant miscellaneous, null, negative}","{restaurant miscellaneous, null, negative}"
392
+ The pizza ’ s are light and scrumptious .,"{food quality, pizza ’ s, positive}","{food quality, pizza ’ s, positive}"
393
+ "Check out the art on the walls , very colorful !","{ambience general, art on the walls, positive}","{ambience general, art on the walls, positive}"
394
+ Mediocre food,"{food quality, food, neutral}","{food quality, food, neutral}"
395
+ I will never return again .,"{restaurant general, null, negative}","{restaurant general, null, negative}"
396
+ We had a very hard time getting the waitress ' attention and finally had to get up and go inside to speak to a manager .,"{service general, waitress, negative}","{service general, waitress, negative}"
397
+ Never too crowded and always great service .,"{restaurant miscellaneous, null, positive};{service general, service, positive}","{service general, service, positive};{restaurant miscellaneous, null, positive}"
398
+ you are with a hot date and he /she has an urge for sushi ... then this might be the place .,"{food quality, sushi, positive}","{restaurant miscellaneous, place, positive}"
399
+ "Can get busy on Fridays for a table but once seated , the service is so efficient you can be in and out of there quickly .","{service general, service, positive}","{service general, service, positive};{restaurant miscellaneous, null, neutral}"
400
+ "It ? s served with either a peppercorn sauce or red wine reduction , though both were indistinguishable in taste .","{food quality, red wine reduction, neutral};{food quality, peppercorn sauce, neutral}","{food quality, peppercorn sauce or red wine reduction, negative}"
401
+ The nicest waiters in town .,"{service general, waiters, positive}","{service general, waiters, positive}"
402
+ The service was courteous and attentive .,"{service general, service, positive}","{service general, service, positive}"
403
+ As of writing this I just tried their give away a link again & it still doesn 't work .,"{restaurant miscellaneous, null, negative}","{service general, null, negative}"
404
+ any further needs we may have had could not have been met since no one stopped by the table .,"{service general, null, negative}","{service general, null, negative}"
405
+ "Good Sushi , High Price","{food quality, Sushi, positive};{food prices, Sushi, negative}","{food quality, Sushi, positive};{food prices, Sushi, negative}"
406
+ But the servers were extremely attentive and very friendly .,"{service general, servers, positive}","{service general, servers, positive}"
407
+ "I have been to this place , folks and it is BAD .","{restaurant general, place, negative}","{restaurant general, place, negative}"
408
+ great service,"{service general, service, positive}","{service general, service, positive}"
409
+ It was like dining at a completely different restaurant .,"{restaurant general, null, positive}","{restaurant miscellaneous, restaurant, negative}"
410
+ Two thumbs up !,"{food quality, null, positive}","{restaurant general, null, positive}"
411
+ Imagine my happy surprise upon finding that the views are only the third-best thing about Ray 's !,"{location general, views, positive}","{restaurant general, Ray's, positive}"
412
+ "Hands down , the best tuna I have ever had .","{food quality, tuna, positive}","{food quality, tuna, positive}"
413
+ "If you 're going to see Danny Gans or just staying at the Mirage , do n't miss this one .","{restaurant general, null, positive}","{restaurant miscellaneous, null, positive}"
414
+ great lunch spot,"{restaurant general, lunch spot, positive}","{restaurant general, lunch spot, positive}"
415
+ I love breakfast here .,"{food quality, breakfast, positive}","{food quality, breakfast, positive}"
416
+ The sashimi was the freshest and most tender I have ever tasted .,"{food quality, sashimi, positive}","{food quality, sashimi, positive}"
417
+ You won ’ t be disappointed by their menu .,"{food style_options, menu, positive}","{food style_options, menu, positive}"
418
+ "Many people talk about the great pizza and poor service , so it ca n't just be the rantings of a few dissatisfied customers .","{food quality, pizza, positive};{service general, service, negative}","{service general, service, negative};{food quality, pizza, positive}"
419
+ I will not go back .,"{restaurant general, null, negative}","{restaurant general, null, negative}"
420
+ my service was stellar !,"{service general, service, positive}","{service general, service, positive}"
421
+ we are for sure coming back to this restaurant .,"{restaurant general, restaurant, positive}","{restaurant general, restaurant, positive}"
422
+ Will definitely be back .,"{restaurant general, null, positive}","{restaurant general, null, positive}"
423
+ Maybe it is good for that one night once in a blue moon when the chefs decide to use fish that 's half-way decent .,"{food quality, fish, negative}","{food quality, chefs, negative};{food quality, fish, negative}"
424
+ "– I 've been to Open Sesame only once , but I 'm still reeling from the experience ! !","{restaurant general, Open Sesame, positive}","{restaurant general, Open Sesame, negative}"
425
+ The pancakes were certainly inventive but $ 8.50 for 3 - 6 `` pancakes ( one of them was more like 5 `` ) in the pancake flight ( sample of 3 different pancakes ) is well over-priced .,"{food prices, pancakes, negative};{food style_options, pancakes, positive}","{food style_options, pancakes, negative};{food prices, pancakes, negative};{food quality, pancakes, positive}"
426
+ "HOWEVER , one Sunday afternoon my husband and I did go ( although with my loud protests ) and were pleasantly surprised .","{restaurant general, null, positive}","{restaurant general, null, positive}"
427
+ Well worth it,"{restaurant general, null, positive}","{restaurant general, null, positive}"
428
+ Caution - its real food for people who love the best .,"{food quality, food, positive}","{food quality, food, positive}"
429
+ I have a but here - there was a bathroom attendant in the restroom which was odd .,"{restaurant miscellaneous, restroom, negative}","{ambience general, bathroom attendant, negative}"
430
+ The best dish are the honwy walnut prawns -- just outstanding .,"{food quality, honwy walnut prawns, positive}","{food quality, honwy walnut prawns, positive}"
431
+ The pancakes should be larger ( at least 8 `` ) to justify the expense even with the unique offerings .,"{food style_options, pancakes, negative}","{food style_options, pancakes, negative};{food prices, pancakes, negative}"
432
+ – My first time to dine at this restaurant was with my son and it was absolutely horrible !,"{restaurant general, restaurant, negative}","{restaurant general, restaurant, negative}"
433
+ Excellent,"{restaurant general, null, positive}","{restaurant general, null, positive}"
434
+ "Parking is reasonably good , they have their own lot and you can park in the park nearby .","{restaurant miscellaneous, null, positive}","{parking general, lot, positive};{parking general, park, positive}"
435
+ Caesar salad was superb .,"{food quality, Caesar salad, positive}","{food quality, Caesar salad, positive}"
436
+ "– I do n't understand how I was a stranger to this place for so long ... the fajita salad , the colorado , the fajitas - EVERYTHING is delicious .","{food quality, colorado, positive};{food quality, fajitas, positive};{food quality, fajita salad, positive}","{food quality, null, positive};{food quality, fajitas, positive};{food quality, fajita salad, positive};{food quality, colorado, positive}"
437
+ best chinese food i have tasted in a long time,"{food quality, chinese food, positive}","{food quality, chinese food, positive}"
438
+ The price was right too .,"{restaurant prices, null, positive}","{restaurant prices, null, positive}"
439
+ Delicious ... !,"{food quality, null, positive}","{food quality, null, positive}"
440
+ We put out name down and although there were open tables we were told that it 'd be a 30 minute wait .,"{service general, null, negative}","{service general, null, negative}"
441
+ "The coffe is very good , too .","{drinks quality, coffe, positive}","{drinks quality, coffe, positive}"
442
+ We waited over 30 minutes for our drinks and over 1 1 /2 hours for our food .,"{service general, null, negative}","{service general, null, negative}"
443
+ The servers behind the counter are always friendly and helpful .,"{service general, servers behind the counter, positive}","{service general, servers, positive}"
444
+ "Our waiter was non-existent and after our food finally arrived over an hour after we ordered , we were not given any water or utensils .","{service general, waiter, negative}","{service general, waiter, negative}"
445
+ – This place is unbelievably over-rated .,"{restaurant general, place, negative}","{restaurant general, place, negative}"
446
+ Very poor customer service .,"{service general, customer service, negative}","{service general, customer service, negative}"
447
+ We ’ re can ’ t say enough about their delicious gourmet pizza ’ s !,"{food quality, pizza ’ s, positive}","{food quality, gourmet pizza ’ s, positive}"
448
+ "Furthermore , while the fish is unquestionably fresh , rolls tend to be inexplicably bland .","{food quality, rolls, negative};{food quality, fish, positive}","{food quality, rolls, negative};{food quality, fish, positive}"
449
+ The only drawback is the crowded seating and the slow service .,"{restaurant miscellaneous, seating, negative};{service general, service, negative}","{ambience general, seating, negative};{service general, service, negative}"
450
+ "Not alot of smoking places left in New York , but I have found my favorite smoking balconey in the city .","{restaurant miscellaneous, balconey, positive}","{restaurant miscellaneous, smoking balconey, positive}"
451
+ We shared the family platter and I especially enjoyed the black cod in sake kasu .,"{food quality, black cod in sake kasu, positive}","{food quality, black cod in sake kasu, positive};{food style_options, family platter, positive}"
452
+ "But the space is small and lovely , and the service is helpful .","{service general, service, positive};{ambience general, space, positive}","{ambience general, space, positive};{service general, service, positive}"
453
+ It was worth the wait .,"{restaurant general, null, positive}","{restaurant general, null, positive}"
454
+ yummy .,"{food quality, null, positive}","{food quality, null, positive}"
455
+ Delectable,"{food quality, null, positive}","{food quality, null, positive}"
456
+ - Mediocre Service / Quality,"{service general, Service, neutral}","{service general, Service, negative};{food quality, Quality, negative}"
457
+ "– This is one of my top lunch spots , huge portions , fast service and amazing margaritas ! !","{drinks quality, margaritas, positive};{restaurant general, null, positive};{food style_options, portions, positive};{service general, service, positive}","{drinks quality, margaritas, positive};{service general, service, positive};{food style_options, portions, positive}"
458
+ Best Crab Cakes in Town,"{food quality, Crab Cakes, positive}","{food quality, Crab Cakes, positive}"
459
+ "Everything I 've had here is good , taco salads , burritos , enchiladas i love this place .","{food quality, null, positive};{food quality, taco salads, positive};{restaurant general, place, positive};{food quality, burritos, positive};{food quality, enchiladas, positive}","{food quality, null, positive};{food quality, burritos, positive};{food quality, enchiladas, positive};{food quality, taco salads, positive}"
460
+ "Great Pizza , Poor Service","{service general, Service, negative};{food quality, Pizza, positive}","{service general, Service, negative};{food quality, Pizza, positive}"
461
+ splendid,"{restaurant general, null, positive}","{restaurant general, null, positive}"
462
+ My best friend had the chicken shawarma and she STILL raves about it being the best anywhere !,"{food quality, chicken shawarma, positive}","{food quality, chicken shawarma, positive}"
463
+ Chintzy portions,"{food style_options, portions, negative}","{food style_options, portions, negative}"
464
+ Good eats .,"{food quality, eats, positive}","{food quality, eats, positive}"
465
+ "Normally , places ask how hot you want it , but they did n't .","{service general, null, negative}","{service general, null, negative}"
466
+ "I 've always found the wait staff and , if you sit at the bar , the cooks very friendly .","{service general, cooks, positive}","{service general, wait staff, positive};{service general, cooks, positive}"
467
+ Nothing on the menu is less than amazing .,"{food quality, menu, positive}","{food quality, menu, positive}"
468
+ "My party of two was feeling particularly ambitious , and we splurged on the Shilshole Sampler ... a beautiful assortment of enormous white gulf prawns , smoked albacore tuna , Ray 's fantastic manila clams seasoned with dill , scallops in a tasty soy dressing , and a tiny pile of Dungeness crab atop a sublime butter sauce .","{food style_options, white gulf prawns, positive};{food quality, butter sauce, positive};{food quality, soy dressing, positive};{food style_options, Shilshole Sampler, positive};{food quality, manila clams, positive}","{food style_options, Shilshole Sampler, positive};{food quality, butter sauce, positive};{food quality, manila clams seasoned with dill, positive};{food quality, scallops in a tasty soy dressing, positive};{food style_options, white gulf prawns, positive};{food style_options, smoked albacore tuna, positive};{food style_options, Dungeness crab, positive}"
469
+ "I was frankly shocked when I read the bad reviews - this place is fantastic ; it has not let us down in any way , and we 've eaten here more than 10 times .","{restaurant general, place, positive}","{restaurant general, place, positive}"
470
+ "Your a sushi fan , you love expertly cut fish , great sake , a killer SOHO location , and of course : Salmon , Tuna , Fluke , Yellow Tail , Cod , Mackeral , Jellyfish , Sea Urchin , Shrimp , Lobster , Sea Bream , Trout , Milk Fish , Blue Fin Tuna , Eel , Crab , Sardine , Monk Fish , Roe , Scallop , Oysters , and a varity of Toro .","{food quality, sushi, positive};{food style_options, fish, positive};{location general, SOHO location, positive};{food style_options, Toro, positive};{drinks quality, sake, positive}","{food quality, expertly cut fish, positive};{drinks quality, sake, positive};{location general, SOHO location, positive};{food quality, Salmon, positive};{food quality, Tuna, positive};{food quality, Fluke, positive};{food quality, Yellow Tail, positive};{food quality, Cod, positive};{food quality, Mackeral, positive};{food quality, Jellyfish, positive};{food quality, Sea Urchin, positive};{food quality, Shrimp, positive};{food quality, Lobster, positive};{food quality, Sea Bream, positive"
471
+ The service is fantastic at this fun place .,"{restaurant general, place, positive};{service general, service, positive}","{ambience general, place, positive};{service general, service, positive}"
472
+ "Also , there was only one bathroom stall- probably need more for such big crowds .","{restaurant miscellaneous, bathroom stall, negative}","{ambience general, bathroom stall, negative}"
473
+ We left without ever getting service .,"{service general, service, negative}","{service general, service, negative}"
474
+ I liked it .,"{restaurant general, null, positive}","{restaurant general, null, positive}"
475
+ – I highly recommend Mioposto .,"{restaurant general, Mioposto, positive}","{restaurant general, Mioposto, positive}"
476
+ "The food is fantastic , authentic , delicious and very , very affordable .","{food quality, food, positive};{food prices, food, positive}","{food quality, food, positive};{food prices, food, positive}"
477
+ I have eaten here three times and have found the quality and variety of the fish to be excellent .,"{food style_options, fish, positive};{food quality, fish, positive}","{food quality, fish, positive};{food style_options, fish, positive}"
478
+ "But she is very friendly with certain people , making it even more annoying .","{service general, null, negative}","{service general, null, negative}"
479
+ The regular menu here is slightly above average that is not worth the snotty attitude that you receive .,"{food quality, regular menu, neutral};{service general, null, negative}","{food quality, regular menu, negative};{service general, null, negative}"
480
+ "Also , they serve THE best hummus in America , with a drizzle of fragrant olive oil ( which , I believe is the traditional way ) !","{food quality, hummus, positive};{food style_options, hummus, positive}","{food quality, hummus, positive};{food style_options, hummus, positive};{food quality, olive oil, positive}"
481
+ great beer,"{drinks quality, beer, positive}","{drinks quality, beer, positive}"
482
+ Seafood Plus,"{food quality, Seafood, positive}","{restaurant general, Seafood Plus, positive}"
483
+ "it is sad there is not many people who frequent eating at places like these that look pricey because they are at the hotel ... but they are definitely one you dont want to miss , esp if your in downtown san jose .","{restaurant general, null, positive}","{restaurant general, null, positive};{restaurant prices, null, negative}"
484
+ "They serve it in a tall , skinny hour-glass shaped glass to disguise the fact that you a getting a small juice at the price of a half gallon in a supermarket .","{drinks style_options, juice, negative};{drinks prices, juice, negative}","{drinks style_options, null, negative};{drinks prices, null, negative}"
485
+ "The food was ok , but the service was so poor that the food was cold buy the time everyone in my party was served .","{service general, service, negative};{food quality, food, neutral}","{service general, service, negative};{food quality, food, negative}"
486
+ great meal – the fish on the omikase platter was absolutely decadent -- there was none of the stringiness that sometimes accompanies fair sushi -- this fish was perfect ! ! ! !,"{food quality, fish on the omikase platter, positive};{food quality, meal, positive}","{food quality, omikase platter, positive};{food quality, fish, positive};{food quality, meal, positive}"
487
+ "Drinks are suberb , and I feel like I am in a Third World country when I walk in the door .","{drinks quality, Drinks, positive};{ambience general, null, positive}","{drinks quality, Drinks, positive};{ambience general, null, positive}"
488
+ Open & Cool Place with the Best Pizza and Coffee,"{food quality, Pizza, positive};{ambience general, Place, positive};{drinks quality, Coffee, positive}","{food quality, Pizza, positive};{ambience general, Place, positive};{drinks quality, Coffee, positive}"
489
+ Green Tea creme brulee is a must !,"{food quality, Green Tea creme brulee, positive}","{food quality, Green Tea creme brulee, positive}"
490
+ I found a new home and just moved with a long lease .,"{restaurant general, null, positive}","{restaurant miscellaneous, null, positive}"
491
+ "They aren 't the most talkative , but everytime I 've been there they have been very busy , which probably accounts for the lack of conversation .","{service general, null, neutral}","{service general, null, neutral}"
492
+ "The pizza itself is not exactly the best I 've had EVER , but still pretty good .","{food quality, pizza, positive}","{food quality, pizza, positive}"
493
+ "We did have the same waiter the second time , so maybe the service is spotty and our luck is good .","{service general, waiter, positive}","{service general, waiter, negative}"
494
+ – Thats a big statement considering I 've been pulling crab traps and making the cakes myself since I was about seven - but something about these little devils gets better every time .,"{food quality, cakes, positive}","{food quality, crab traps, positive}"
495
+ Fabulous Italian Food !,"{food quality, Italian Food, positive}","{food quality, Italian Food, positive}"
496
+ "However , this place is a gem , and I wo n't stop going back .","{restaurant general, place, positive}","{restaurant general, place, positive}"
497
+ "it gets really busy , so get there on the early side so you can grab a seat , if you do have to wait , its not bad because the service is quick !","{service general, service, positive}","{service general, service, positive};{restaurant miscellaneous, null, neutral};{ambience general, null, neutral}"
498
+ "The dinner only took us about an hour and the prices were alright for the strip , almost $ 50 /pp after tax and tip ( about average ) .","{restaurant prices, null, neutral}","{restaurant prices, null, neutral};{restaurant general, null, positive}"
499
+ The onion rings are great !,"{food quality, onion rings, positive}","{food quality, onion rings, positive}"
500
+ If you 're in the area you shouldn 't be disappointed .,"{restaurant general, null, positive}","{restaurant miscellaneous, null, positive}"
501
+ – Great financial district mexican spot .,"{restaurant general, mexican spot, positive}","{restaurant general, mexican spot, positive}"
502
+ The house special roll is really good .,"{food quality, house special roll, positive}","{food quality, house special roll, positive}"
503
+ The waiters are very experienced and helpful with pairing your drink choice to your food tastes or vice versa .,"{service general, waiters, positive}","{service general, waiters, positive}"
504
+ Perfection .,"{restaurant general, null, positive}","{restaurant general, null, positive}"
505
+ Poor customer service / poor pizza .,"{food quality, pizza, negative};{service general, customer service, negative}","{service general, customer service, negative};{food quality, pizza, negative}"
506
+ "Overall , I would go back and eat at the restaurant again .","{restaurant general, restaurant, positive}","{restaurant general, restaurant, positive}"
507
+ Server made several sake suggestions which were very good .,"{drinks quality, sake, positive};{service general, Server, positive}","{drinks quality, sake suggestions, positive}"
508
+ My only negative comment is that I wish the pieces were a little bigger .,"{food style_options, pieces, negative}","{food style_options, pieces, negative}"
509
+ "I picked the asparagus , which turned out to be incredible and perfectly prepared .","{food quality, asparagus, positive}","{food quality, asparagus, positive}"
510
+ What may be interesting to most is the worst sevice /attitude comes from the owners of this establishment .,"{service general, owners, negative}","{service general, sevice, negative};{service general, owners, negative}"
511
+ The only drawback is that this place is really expensive and the portions are on the small side .,"{restaurant prices, place, negative};{food style_options, portions, negative}","{food prices, portions, negative};{food style_options, portions, negative}"
512
+ "Terrible service , food ok , pricey","{restaurant prices, null, negative};{service general, service, negative};{food quality, food, neutral}","{restaurant prices, null, negative};{service general, service, negative};{food quality, food, neutral}"
513
+ Although the service could be improved considering the money you put in .,"{service general, service, negative}","{restaurant prices, null, negative};{service general, service, negative}"
514
+ "You routinely see Indian families and friends dining there , which is always a good sign .","{restaurant miscellaneous, null, positive}","{restaurant miscellaneous, null, positive}"
515
+ "If I want to stand in line on Sunday for an hour to get average brunch food , then I would put Murphy 's at the top of the list .","{food quality, brunch food, neutral};{service general, null, negative}","{food quality, brunch food, neutral};{restaurant miscellaneous, null, negative}"
516
+ For the amount of food we got the prices should have been lower .,"{food prices, food, negative}","{restaurant prices, null, negative};{food style_options, food, negative}"
517
+ "Always busy , but they are good at seating you promptly and have quick service .","{service general, service, positive};{service general, null, positive}","{service general, service, positive};{ambience general, null, neutral}"
518
+ The wine list is wonderful and the food reminds me of my recent trip to Italy .,"{drinks style_options, wine list, positive}","{drinks style_options, wine list, positive};{food quality, food, positive}"
519
+ "the food was great , the margaritas too but the waitress was too busy being nice to her other larger party than to take better care of my friend and me .","{drinks quality, margaritas, positive};{service general, waitress, negative};{food quality, food, positive}","{service general, waitress, negative};{drinks quality, margaritas, positive};{food quality, food, positive}"
520
+ "I ca n't saybenough good things about this restaurant , and I ca n't wait for my next several visits .","{restaurant general, restaurant, positive}","{restaurant general, restaurant, positive}"
521
+ Love it every time,"{restaurant general, null, positive}","{restaurant general, null, positive}"
522
+ "We are locals , and get the feeling the only way this place survives with such average food is because most customers are probably one-time customer tourists .","{food quality, food, negative}","{restaurant miscellaneous, place, negative};{food quality, food, negative}"
523
+ Also love their caeser salad .,"{food quality, caeser salad, positive}","{food quality, caeser salad, positive}"
524
+ She doesn 't make you feel welcome and treats you like an annoyance .,"{service general, null, negative}","{service general, null, negative}"
525
+ It 's just the right size for the menu .,"{restaurant miscellaneous, null, positive}","{food style_options, null, positive}"
526
+ "The food is fantastic , and the waiting staff has been perfect every single time we 've been there .","{food quality, food, positive};{service general, waiting staff, positive}","{service general, waiting staff, positive};{food quality, food, positive}"
527
+ The desert was the perfect ending to an almost perfect dinner .,"{food quality, desert, positive};{food quality, dinner, positive}","{food quality, desert, positive}"
528
+ "I have been here , spent tons of money on a chef special dinner and it was a major dissappointment .","{food prices, chef special dinner, negative};{food quality, chef special dinner, negative}","{food quality, chef special dinner, negative};{food prices, chef special dinner, negative}"
529
+ I FOUND A NEW HOME ON SECOND AVENUE ! ! ! ! ! ! ! ! ! ! ! !,"{restaurant general, null, positive}","{restaurant general, null, positive}"
530
+ "– Had to wait thirty minutes to get in the door on a tuesday morning , but it was so worth it .","{restaurant general, null, positive};{restaurant miscellaneous, null, negative}","{restaurant miscellaneous, null, negative};{restaurant general, null, positive}"
531
+ "– It is sad to see a place that was once `` THE `` place to meet and eat for Bfast or Lunch , now be the place that is a big `` DONT BOTHER . ``","{restaurant general, place, negative}","{restaurant general, place, negative}"
532
+ "The lemon chicken tasted like sticky sweet donuts and the honey walnut prawns , the few they actually give you ... were not good .","{food quality, honey walnut prawns, negative};{food style_options, honey walnut prawns, negative};{food quality, lemon chicken, negative}","{food quality, lemon chicken, negative};{food quality, honey walnut prawns, negative}"
533
+ "It was romantic - and even nice even with my sister , reminded me of Italy , and had artwork and music that kept up the feeling of being in a Mediterrean villa .","{ambience general, artwork, positive};{ambience general, null, positive};{ambience general, music, positive}","{ambience general, null, positive};{location general, null, positive}"
534
+ The sushi was excellent and the wait staff was quick .,"{service general, wait staff, positive};{food quality, sushi, positive}","{service general, wait staff, positive};{food quality, sushi, positive}"
535
+ "In fact , many want to return a second time during their visit .","{restaurant general, null, positive}","{restaurant general, null, positive}"
536
+ – Best Mexican place for lunch in the financial district .,"{restaurant general, Mexican place, positive}","{restaurant miscellaneous, Mexican place, positive}"
537
+ i love this place !,"{restaurant general, place, positive}","{restaurant general, place, positive}"
538
+ the atmosphere is great .,"{ambience general, atmosphere, positive}","{ambience general, atmosphere, positive}"
539
+ Perfect on a cold day .,"{food quality, null, positive}","{restaurant miscellaneous, null, positive}"
experiments/de-en-pt/preds_hr.csv ADDED
@@ -0,0 +1,545 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ input,gold,pred
2
+ Čekao sam 10-15 minuta da usluga naručim pivo i nikad više nisam poslužen.,"{service general, usluga, negative}","{service general, usluga, negative}"
3
+ ambijent bio je miran i opuštajući odmor među svom djecom koja su trčala uokolo u centru Disneya.,"{ambience general, ambijent, positive}","{ambience general, ambijent, positive}"
4
+ skriveni mali jem,"{restaurant general, null, positive}","{food quality, jem, positive}"
5
+ Otišao sam tamo s prijateljem iz drugog grada ... i oboje smo bili impresionirani!,"{restaurant general, null, positive}","{restaurant general, null, positive}"
6
+ Ima odličan sushi i još bolji usluga.,"{service general, usluga, positive};{food quality, sushi, positive}","{food quality, sushi, positive};{service general, usluga, positive}"
7
+ "Sve njihove stavke jelovnika su hit, a poslužuju mimoze.","{food quality, stavke jelovnika, positive}","{food quality, stavke jelovnika, positive};{food style_options, stavke jelovnika, positive}"
8
+ – ... i najbolje ljetno paluba iskustvo -- čak će vam donijeti i deku ako vam bude hladno na večernjem vremenu u Seattleu.,"{ambience general, paluba, positive};{service general, null, positive}","{ambience general, ljetno paluba, positive}"
9
+ – Nakon 12 godina u Seattleu Ray's smatra se mjestom kojem se uvijek vraćamo.,"{restaurant general, Ray's, positive}","{restaurant general, Ray's, positive}"
10
+ Ovdje ne možete pogriješiti.,"{restaurant general, null, positive}","{restaurant general, null, positive}"
11
+ "Mislim da sam vjerojatno probao svaku stavku na njihovom jelovniku barem jednom, sve je izvrsno.","{food quality, jelovniku, positive}","{food quality, stavku, positive}"
12
+ – feferoni stvarno debelo narezano -- Njam .,"{food style_options, feferoni, positive}","{food quality, feferoni, negative}"
13
+ Creme brulee od zelenog čaja postaje bolji svaki put kad ga popijem.,"{food quality, Creme brulee od zelenog čaja, positive}","{drinks quality, Creme brulee od zelenog čaja, positive}"
14
+ nije baš fina misao da se osjećaš nelagodno i da se moraš dotjerati.,"{ambience general, null, positive}","{service general, null, negative}"
15
+ Atmosfera bilo je lijepo.,"{ambience general, Atmosfera, positive}","{ambience general, Atmosfera, positive}"
16
+ apsolutno nevjerojatno! ! !,"{restaurant general, null, positive}","{restaurant general, null, positive}"
17
+ IZBJEGAVAJ MJESTO,"{restaurant general, MJESTO, negative}","{restaurant general, MJESTO, negative}"
18
+ "Da budem iskren, bolje mi je bilo smrznuto pizza.","{food quality, pizza, negative}","{food quality, pizza, negative}"
19
+ usluga je bila izuzetna - ponekad je postojao osjećaj da nas poslužuje vojska ljubaznih konobara.,"{service general, konobara, positive};{service general, usluga, positive}","{service general, usluga, positive};{service general, konobari, positive}"
20
+ I sve su lijepo zapakirali da se nije prosulo .,"{service general, null, positive}","{food style_options, null, positive}"
21
+ JAKO DOBRO!,"{restaurant general, null, positive}","{restaurant general, null, positive}"
22
+ hrana je grešna.,"{food quality, hrana, positive}","{food quality, hrana, negative}"
23
+ "Za početak, otprilike 8-10 oz sok od naranče koštat će vas 3 USD.","{drinks prices, sok od naranče, negative}","{drinks prices, sok od naranče, negative}"
24
+ dobro izbor sakea .,"{drinks style_options, izbor sakea, positive}","{drinks quality, sakea, positive}"
25
+ "Iako sam mogao i bez mladih koji su s nama podijelili večer, naše divno poslužitelj i hrana učinilo je iskustvo vrlo pozitivnim.","{restaurant miscellaneous, null, positive};{service general, poslužitelj, positive};{food quality, hrana, positive}","{food quality, hrana, positive};{service general, poslužitelj, positive}"
26
+ Kakav nalaz!,"{restaurant general, null, positive}","{restaurant general, null, negative}"
27
+ – Mioposto ima vrlo kreativan i ukusan pizza meni .,"{food style_options, pizza meni, positive};{food quality, pizza meni, positive}","{food style_options, pizza meni, positive};{food quality, pizza, positive}"
28
+ "Na nedavnom putovanju, naš konobar bio je krajnje omalovažavajući, dok su ni manje ni više nego tri člana osoblja čekala dvije japanske djevojke koje su sjedile u blizini.","{service general, konobar, negative}","{service general, konobar, negative};{service general, osoblja, negative}"
29
+ "inače ne bih dovršio brokoli kad naručim ovakvu hranu, ali po prvi put, svaki komad je bio pun događaja kao i prvi ... Jakobove kapice i kozice bili su tako svježe i lijepo kuhano.","{food quality, Jakobove kapice, positive};{food quality, brokoli, positive};{food quality, kozice, positive}","{food quality, Jakobove kapice, positive};{food quality, kozice, positive};{food style_options, brokoli, negative}"
30
+ "Nije najjeftiniji sushi, ali se svaki put isplatio.","{food quality, sushi, positive};{food prices, sushi, neutral}","{food prices, sushi, negative};{food quality, sushi, positive}"
31
+ Nikada se ne osjećate mrzovoljno i nabijeno nakon što tamo jedete.,"{food quality, null, positive}","{restaurant general, null, positive}"
32
+ "Kao dio male četveročlane zabave, naša hrana je dostavljena bez komentara;","{service general, null, negative}","{food quality, hrana, neutral}"
33
+ Nadam se da će se jednog dana Scooner ili kasnije vratiti ono što je nekad bilo.,"{restaurant general, Scooner ili kasnije, negative}","{restaurant general, Scooner, negative}"
34
+ "Kao prvo, hrana je stigla brzo i sve zajedno :) sviđa mi se to... mrzim pretencioznost stvari koje dolaze jedna za drugom.","{service general, null, positive}","{food quality, hrana, positive};{service general, null, positive}"
35
+ hrana je bila izvrsna!,"{food quality, hrana, positive}","{food quality, hrana, positive}"
36
+ "Ako postoji red na isti dan u tjednu cijelo vrijeme dok je mjesto otvoreno, znate da je to sjajno.","{restaurant general, mjesto, positive}","{restaurant miscellaneous, mjesto, positive}"
37
+ Najugodnije iznenađenje bio je ček koji nije premašio moja očekivanja kako to uvijek biva u većini mjesta.,"{restaurant prices, null, positive}","{restaurant miscellaneous, ček, positive}"
38
+ "U najboljem slučaju, hrana je bila dobra i definitivno precijenjena.","{food quality, hrana, positive};{food prices, hrana, negative}","{food quality, hrana, negative};{food style_options, hrana, negative}"
39
+ Vanjska terasa ima skraćeni izbornik .,"{food style_options, izbornik, neutral}","{ambience general, Vanjska terasa, negative}"
40
+ Najbolje indijska hrana u L.A.,"{food quality, indijska hrana, positive}","{food quality, indijska hrana, positive}"
41
+ Prijeđite na stvar - ovo je nevjerojatno!,"{restaurant general, null, positive}","{restaurant miscellaneous, null, negative}"
42
+ "hrana nije ono što je nekada bila ( napitci došlo je do ozbiljnog smanjenja) cijene su porasle, a usluga je najgora stvar koju sam igdje doživio (uključujući kopnenu Europu).","{service general, usluga, negative};{food style_options, napitci, negative};{food quality, hrana, negative};{food prices, hrana, negative}","{food quality, hrana, negative};{drinks quality, napitci, negative};{prices, cijene, negative};{service general, usluga, negative}"
43
+ Libanonska hrana ! Njam!,"{food quality, Libanonska hrana, positive}","{food quality, Libanonska hrana, positive}"
44
+ brokoli bili su tako svježi i ukusni.,"{food quality, brokoli, positive}","{food quality, brokoli, positive}"
45
+ I daju dobru količinu za cijenu.,"{food style_options, null, positive}","{food prices, null, positive};{food quality, null, positive}"
46
+ Vrlo razočaravajuće,"{restaurant general, null, negative}","{restaurant general, null, negative}"
47
+ NAJBOLJE u Seattleu Popis vina,"{drinks style_options, Popis vina, positive}","{drinks quality, vina, positive}"
48
+ – Ne mogu reći dovoljno o ovome mjesto .,"{restaurant general, mjesto, positive}","{restaurant general, mjesto, positive}"
49
+ – jedem na ovom mjestu već više od 8 godina i nikad nisam pojeo niti jedan loš obrok .,"{food quality, obrok, positive}","{food quality, obrok, positive}"
50
+ Otišao sam kući i ponovno ih potražio na mreži gdje sam otkrio da postoji poveznica za darivanje koja ne radi pa sam poslala e-poruku restoranu o nepostojećoj usluzi i obmanjujućoj vezi.,"{restaurant miscellaneous, restoranu, negative}","{service general, null, negative}"
51
+ Otmjeni komadi egzotične ribe na 100 dolara tanjur i NI JEDAN se nije mogao jesti.,"{food quality, egzotične ribe, negative};{food style_options, egzotične ribe, negative};{food prices, tanjur, negative}","{food quality, egzotične ribe, negative};{food prices, tanjur, negative}"
52
+ "Imao sam ukusno janjeća korma , saag paneer , samose , naan itd.","{food quality, samose, positive};{food quality, naan, positive};{food quality, janjeća korma, positive};{food quality, saag paneer, positive}","{food quality, janjeća korma, positive};{food quality, saag paneer, positive};{food quality, samose, positive};{food quality, naan, positive}"
53
+ Poslužuje jako dobro sushi.,"{food quality, sushi, positive}","{food quality, sushi, positive}"
54
+ "Kao i obično, omikase nije razočarao u svježini, iako je dobio niske ocjene za kreativnost i odabir.","{food style_options, omikase, negative};{food quality, omikase, positive}","{food quality, omikase, positive};{food style_options, omikase, negative}"
55
+ "Riža je presuha, tuna nije bila ni tako svježa.","{food quality, Riža, negative};{food quality, tuna, negative}","{food quality, presuha, negative};{food quality, tuna, negative}"
56
+ Njihovo rakova jaja benedict stvara ovisnost.,"{food quality, rakova jaja benedict, positive}","{food quality, rakova jaja benedict, positive}"
57
+ Sačuvajte mjesta za ukusne deserti .,"{food quality, deserti, positive}","{food quality, deserti, positive}"
58
+ Naš poslužitelj bio je vrlo profesionalan i ljubazan.,"{service general, poslužitelj, positive}","{service general, poslužitelj, positive}"
59
+ Otišao sam ovdje na preporuku i sigurno ću se vraćati uvijek iznova.,"{restaurant general, null, positive}","{restaurant general, null, positive}"
60
+ "hrana je bila dobra, ali je bila previše blaga.","{food quality, hrana, positive};{food quality, hrana, negative}","{food quality, hrana, negative}"
61
+ – Moj suprug i ja volimo jesti u Mioposto Café .,"{restaurant general, Mioposto Café, positive}","{restaurant general, Mioposto Café, positive}"
62
+ – Ovo je bilo sjajno iskustvo objedovanja.,"{restaurant general, null, positive}","{restaurant general, null, positive}"
63
+ Osoblje bilo je stvarno ljubazno.,"{service general, null, positive}","{service general, Osoblje, positive}"
64
+ Lako smo potrošili više od 40 dolara po osobi (ne uključujući alkohol) i još uvijek smo bili gladni.,"{restaurant prices, null, negative};{food style_options, null, negative}","{food prices, null, negative};{food quality, null, negative}"
65
+ Ovo je ravno među mjestima u Tokiju što se tiče svježine.,"{food quality, null, positive}","{food quality, null, positive}"
66
+ Groovy glazba učinio je večeru ležernom.,"{ambience general, glazba, positive}","{ambience general, glazba, positive}"
67
+ "Nakon što je jednog člana naše stranke više puta udarila konobarica, ljubazan zahtjev da ne bude udaren doveo je konobaricu do uvredljivog brbljanja.","{service general, konobarica, negative}","{service general, konobarica, negative}"
68
+ – Ray's (iznenađujuće) ima NAJBOLJE i najraznolikije u gradu vinska karta.,"{drinks style_options, vinska karta, positive}","{drinks style_options, vinska karta, positive};{drinks quality, vinska karta, positive}"
69
+ Vjerojatno se ipak ne bih vratio jer ne znam je li to vrijedno toga.,"{restaurant general, null, negative}","{restaurant general, null, negative}"
70
+ "čips i salsa su tako ukusni, a cijene su fantastične.","{restaurant prices, null, positive};{food quality, čips i salsa, positive}","{food prices, null, positive};{food quality, chips i salsa, positive}"
71
+ "sommelier je fantastičan, prizeman i izuzetno obrazovan.","{service general, sommelier, positive}","{service general, sommelier, positive}"
72
+ velika gusta feferoni,"{food style_options, feferoni, positive}","{food quality, feferoni, positive}"
73
+ Ne isplati se uopće ići i trošiti novac tamo! ! !,"{restaurant general, null, negative}","{restaurant general, null, negative}"
74
+ Uvredljivo precijenjen,"{restaurant prices, null, negative}","{restaurant prices, null, negative}"
75
+ Unutrašnji ambijent je bio moderan.,"{ambience general, Unutrašnji ambijent, positive}","{ambience general, Unutrašnji ambijent, positive}"
76
+ NE IDITE!,"{restaurant general, null, negative}","{restaurant general, null, negative}"
77
+ "Dok se to ne dogodi, moj savjet je da se DRŽITE DALJE.","{restaurant general, null, negative}","{restaurant general, null, negative}"
78
+ "Oh, zaboravio sam spomenuti da oni nemaju uslugu kruha.","{service general, null, negative}","{service general, uslugu kruha, negative}"
79
+ Nisu masni ni ništa.,"{food quality, null, positive}","{food quality, null, positive}"
80
+ "glazba je sjajna, nijedna noć nije bolja ni gora, barske nježnosti su velikodušne s točenjem, a lagana atmosfera podići će vam raspoloženje.","{ambience general, atmosfera, positive};{drinks style_options, barske nježnosti, positive};{ambience general, glazba, positive}","{ambience general, atmosfera, positive};{drinks quality, nježnosti, positive};{music quality, glazba, positive};{restaurant general, null, positive}"
81
+ "Lijepo ambijent, ali jako precijenjeno mjesto.","{restaurant general, mjesto, negative};{ambience general, ambijent, positive}","{restaurant miscellaneous, mjesto, negative};{ambience general, ambijent, positive}"
82
+ sushi ovdje je izvrstan!,"{food quality, sushi, positive}","{food quality, sushi, positive}"
83
+ – Izuzetno mi je drago izvijestiti da je moja večera u Ray's Boathouse prošlog petka u potpunosti nadmašila moja očekivanja.,"{restaurant general, Ray's Boathouse, positive}","{restaurant general, Ray's Boathouse, positive}"
84
+ "Večere uvijek su bile izvrsne, u smislu kvalitete hrane.","{food quality, Večere, positive}","{food quality, Večere, positive}"
85
+ Sve njihove aplikacije su ukusne.,"{food quality, aplikacije, positive}","{food quality, aplikacije, positive}"
86
+ Blue Ribbon opravdava svoju fantastičnu reputaciju.,"{restaurant general, Blue Ribbon, positive}","{restaurant miscellaneous, Blue Ribbon, positive}"
87
+ Osjećao sam se neugodno i sljedeći put sam otišao u toalet u kasinu.,"{restaurant miscellaneous, null, negative}","{restaurant miscellaneous, null, negative}"
88
+ – Odlučio sam jesti u Stacku zbog njihove fiksna cijena večere prije nastupa .,"{food prices, fiksna cijena večere prije nastupa, neutral}","{restaurant prices, Stack, positive}"
89
+ – Odveo sam svoje roditelje ovamo za njihovu godišnjicu – jako jako razočaran! ! !,"{restaurant general, null, negative}","{restaurant miscellaneous, null, negative}"
90
+ Nepobjedivo sushi!,"{food quality, sushi, positive}","{food quality, sushi, positive}"
91
+ "Za početak, naš ljupki poslužitelj Brooke brzo je bio spreman preuzeti moju narudžbu pića.","{service general, Brooke, positive}","{service general, Brooke, positive}"
92
+ Svaki put kad se pozove `` 0-sixtynine `` barmen svima kupi piće!,"{service general, barmen, positive}","{service general, barmen, positive}"
93
+ "Beskrajna zabava, super glazba, sjajno osoblje! ! !","{restaurant general, null, positive};{service general, osoblje, positive};{ambience general, glazba, positive}","{ambience general, zabava, positive};{service general, osoblje, positive};{ambience general, glazba, positive}"
94
+ Sajam odabir jelovnika .,"{food style_options, odabir jelovnika, neutral}","{food quality, jelovnika, positive}"
95
+ Dva klinca bezobraznika sjedila su blizu nas u prvom dijelu naše večere... zamijenila ih je ljupka predtinejdžerka koja se pretvarala da guši svaki put kad bi se spomenuli morski plodovi za njezinim stolom.,"{restaurant miscellaneous, null, negative}","{service general, predtinejdžerka, positive}"
96
+ Odbio sam to jer su u procesu pokušaja popravka jaja razbili nešto drugo u posudi i bio sam previše frustriran da nastavim.,"{food quality, posudi, negative}","{food quality, jaja, negative}"
97
+ "imao je mnogo jela, ali NAJBOLJE je bilo jastog na 3 načina.","{food quality, jastog na 3 načina, positive}","{food quality, jastog, positive};{food style_options, jela, positive}"
98
+ "predjelo bilo je zanimljivo, ali Creme Brulee bilo je vrlo ukusno i ukusno.","{food quality, Creme Brulee, positive};{food quality, predjelo, positive}","{food quality, Creme Brulee, positive};{food quality, predjelo, neutral}"
99
+ dekor je bio lijep i jedinstven.,"{ambience general, dekor, positive}","{ambience general, dekor, positive}"
100
+ "Svjež je, gostoljubiv, ukusan i opuštajući.","{food quality, null, positive};{ambience general, null, positive}","{food quality, null, positive};{ambience general, null, positive}"
101
+ Stvara ovisnost!,"{restaurant general, null, positive}","{drugs style_options, null, negative}"
102
+ "Čak je i slanutak, koji inače smatram presuhim, bio dobar.","{food quality, slanutak, positive}","{food quality, slanutak, positive}"
103
+ Ovo mjesto je super! !,"{restaurant general, mjesto, positive}","{restaurant general, mjesto, positive}"
104
+ "To je veliki kompliment, pogotovo u nestalnom restoranskom poslu,... dosta je već!","{restaurant general, null, positive}","{restaurant miscellaneous, restoranskom, positive}"
105
+ "Nakon što sam sjedio s praznom čašom više od 20 minuta, otišao sam.","{service general, null, negative}","{service general, null, negative}"
106
+ Obavezno probajte rolada od kamenica .,"{food quality, rolada od kamenica, positive}","{food quality, rolada od kamenica, positive}"
107
+ Začuđen sam da je ovaj restoran kategoriziran kao $ $ $ umjesto kao $ $ $ $.,"{restaurant prices, restoran, negative}","{restaurant prices, restoran, negative}"
108
+ "Bilo je pristojno, ali ništa posebno.","{food quality, null, neutral}","{restaurant general, null, neutral}"
109
+ "Usluga je bila malo spora, našoj konobarici je trebala čitava vječnost da nam da ček iako nije bilo toliko zauzeto.","{service general, konobarici, negative};{service general, Usluga, negative}","{service general, usluga, negative}"
110
+ "– Odlično pića , hašiš od kukuruzne govedine , kava , B Brzi burritos , Bez glutena jelovnik .","{food quality, hašiš od kukuruzne govedine, positive};{drinks quality, pića, positive};{food style_options, jelovnik, positive};{drinks quality, kava, positive};{food quality, B Brzi burritos, positive}","{drinks quality, pića, positive};{food quality, hašiš od kukuruzne govedine, positive};{food quality, B Brzi burritos, positive};{food style_options, Bez glutena jelovnik, positive};{drinks quality, kava, positive}"
111
+ meni za ručak je sjajna ponuda!,"{food prices, meni za ručak, positive}","{food quality, ponuda, positive}"
112
+ "Zauvijek je trajalo da preuzmemo našu narudžbu, nadopunjavanje vode bilo je previše za tražiti, a jedini put kad je bila brza bilo je kad smo tražili naš račun kada smo mogli privući njezinu pozornost.","{service general, null, negative}","{service general, null, negative}"
113
+ konobar je bio malo neprijateljski raspoložen i osjećaj u restoranu je bio prepun.,"{ambience general, osjećaj, negative};{service general, konobar, negative}","{service general, konobar, negative};{ambience general, osjećaj, negative}"
114
+ – Nedavno sam imao zadovoljstvo večerati u ovom divnom restoranu u 2. ulici i vau kakvu smo sjajnu večer proveli.,"{restaurant general, restoranu, positive}","{restaurant general, restoranu, positive}"
115
+ "Specijalitet je ovdje dekadentan palačinke, ali vratio sam se već četiri puta i svaki put sam bio zadivljen.","{food quality, palačinke, positive}","{food quality, dekadentan palačinke, positive}"
116
+ – Prilično jeftino za meksičko sjedište I centar grada.,"{restaurant prices, null, positive};{location general, null, positive}","{restaurant prices, meksičko sjedište, positive}"
117
+ "predjelo od kamenica, jastoga, rakova (male veličine) bilo je savršeno predjelo za moju ženu.","{food quality, predjelo od kamenica, jastoga, rakova (male veličine, positive}","{food quality, predjelo od kamenica, jastoga, rakova, positive}"
118
+ Upravo sam saznao da možete imati mjesto samo za sebe noću i vikendom za privatnu zabavu - jedva čekam da tamo proslavim moj sljedeći rođendan.,"{restaurant miscellaneous, mjesto, positive}","{restaurant miscellaneous, null, positive}"
119
+ "– Kao i kod većine restorana u Seattleu, Mioposto usluga je bio loš, a hrana precijenjena.","{service general, usluga, negative};{food prices, hrana, negative}","{service general, usluga, negative};{food quality, hrana, negative}"
120
+ "Možete ga lako čuti, pa je to bio ugodan zvuk, a ne prenaglašen.","{ambience general, null, positive}","{ambience general, zvuk, positive}"
121
+ Samo idite tamo i uvjerite se sami.,"{restaurant general, null, positive}","{restaurant general, null, positive}"
122
+ To je sjajno malo mjesto s tonama potencijala da bude mjesto u susjedstvu da usluga nije tako bezlična i korporativna.,"{restaurant general, mjesto, positive};{service general, usluga, negative}","{restaurant miscellaneous, mjesto, positive}"
123
+ "Brunch kod Murphyja je za umrijeti, moj specijalitet ... omlet od bjelanjaka , hrana uvijek je svježe pripremljena.","{food quality, omlet od bjelanjaka, positive};{food quality, Brunch, positive};{food quality, hrana, positive}","{food quality, omlet od bjelanjaka, positive};{food quality, Brunch, positive}"
124
+ Mama Mia – Živim u susjedstvu i osjećam se sretnom što živim pored tako sjajne pizzerija .,"{restaurant general, pizzerija, positive}","{restaurant general, pizzerija, positive}"
125
+ – ušuškan pokraj Beverly Centera.,"{location general, null, neutral}","{restaurant miscellaneous, null, negative}"
126
+ osoblje je prilično ljubazno.,"{service general, osoblje, positive}","{service general, osoblje, positive}"
127
+ A usluga je jednostavno bila potrošena - pravi užitak.,"{service general, usluga, positive}","{service general, usluga, positive}"
128
+ Ok ... – Možda sam ušao na nečiji loš dan ...,"{restaurant general, null, negative}","{restaurant general, null, negative}"
129
+ "Uzeo sam Meduza, Skuš, Plava perajna tuna i Sake Ikura rolada među ostalima, i svi su bili dobri.","{food quality, Plava perajna tuna, positive};{food quality, Sake Ikura rolada, positive};{food quality, Skuš, positive};{food quality, Meduza, positive}","{food quality, Meduza, Skuš, Plava perajna tuna, Sake Ikura rolada, positive}"
130
+ ŠTO JOŠ MOŽETE REĆI LIJEPO LJUDI NEVJEROJATNO HRANA WOW,"{food quality, HRANA, positive};{service general, LJUDI, positive}","{food quality, HRANA, positive};{restaurant general, null, positive};{service general, LJUDI, positive}"
131
+ Uvijek dobro.,"{restaurant general, null, positive}","{restaurant general, null, positive}"
132
+ Nakon toga su mi se usta jako osušila i imala sam taj potpis? MSG ? okus koji mi ostaje u grlu nakon što sam napustio restoran.,"{food quality, null, negative}","{food quality, null, negative}"
133
+ O da ... pogled je također bio dobar.,"{location general, pogled, positive}","{restaurant general, null, positive}"
134
+ "upravitelj je stalno prekidao s `` Mogu li još nešto učiniti za vas? ``, čudan komentar jer jedva da je slušala, a kamoli odgovorila na naš izraz razočaranja našim iskustvom.","{service general, upravitelj, negative}","{service general, upravitelj, negative}"
135
+ servis kreće se od osrednjeg do uvredljivog.,"{service general, servis, negative}","{service general, servis, negative}"
136
+ Svježe sastojci i super ukusno.,"{food quality, sastojci, positive};{food quality, null, positive}","{food quality, sastojci, positive}"
137
+ ambijent restorana bio je lijep i dobar za finu večeru.,"{ambience general, ambijent, positive}","{ambience general, ambijent restorana, positive};{restaurant general, restorana, positive}"
138
+ A gore je odlično mjesto za druženje.,"{ambience general, gore, positive}","{restaurant miscellaneous, mjesto, positive}"
139
+ – Nije loše.,"{restaurant general, null, neutral}","{restaurant general, null, neutral}"
140
+ Imao sam kafta tanjur i bio je savršen.,"{food quality, kafta tanjur, positive}","{food quality, kafta tanjur, positive}"
141
+ – Ovo je mjesto poznato po doručak .,"{food quality, doručak, positive}","{restaurant miscellaneous, mjesto, neutral}"
142
+ Čekali smo 35 minuta na stol za 8 što je bilo u redu za tako veliku gužvu.,"{service general, null, neutral}","{service general, null, neutral}"
143
+ Cjelokupno osoblje bilo je izuzetno susretljivo i zadovoljilo je svaku moju potrebu.,"{service general, osoblje, positive}","{service general, osoblje, positive}"
144
+ "Mjesto je bilo jako lijepo vibra ... dobro glazba , atmosfera i sretnog izgleda ljudi .","{ambience general, vibra, positive};{ambience general, atmosfera, positive};{restaurant miscellaneous, ljudi, positive};{ambience general, glazba, positive}","{ambience general, glazba, positive};{ambience general, atmosfera, positive};{ambience general, izgleda ljudi, positive};{ambience general, Mjesto, positive}"
145
+ "Isprobajte Chefov izbor za sushi jer je dimljeni žuti rep bio nevjerojatan, a rolice također su bile ukusne.","{food quality, Chefov izbor za sushi, positive};{food quality, rolice, positive};{food quality, dimljeni žuti rep, positive}","{food quality, rolice, positive};{food quality, dimljeni žuti rep, positive}"
146
+ "sushi je svjež kao što dolazi? pomislili biste da je ocean u njihovom dvorištu, bez šale!","{food quality, sushi, positive}","{food quality, sushi, positive}"
147
+ "hrana je bila u redu, s malo-ukusnijom-od-normalnog salsa .","{food quality, salsa, positive};{food quality, hrana, positive}","{food quality, hrana, positive};{food quality, salsa, negative}"
148
+ "Za izbirljive ljubitelje sushija i one koji su kušali najbolje što NYC može ponuditi, riba je najsvježija, a usluga vrhunska.","{service general, usluga, positive};{food quality, riba, positive}","{food quality, riba, positive};{service general, usluga, positive}"
149
+ Stari Pouzdan,"{restaurant general, null, positive}","{restaurant general, Stari Pouzdan, positive}"
150
+ Jedan od najboljih Sushi mjesto u gradu.,"{restaurant general, Sushi mjesto, positive}","{food quality, Sushi, positive}"
151
+ "Hrana što se tiče hrane, u redu je, ali malo skupo za ono što dobijete s obzirom da restoran nije otmjeno mjesto.","{food quality, Hrana, neutral};{restaurant prices, restoran, negative};{ambience general, restoran, neutral}","{food quality, Hrana, neutral};{food prices, Hrana, negative}"
152
+ "– Volim njihovu pizzu, posebno pizzu s gljivama.","{food quality, pizza, positive};{food quality, pizzu s gljivama, positive}","{food quality, pizzu, positive};{food quality, pizzu s gljivama, positive}"
153
+ Došli su u vlastitoj otmjenoj kutiji za van i s domaćom glazurom; vrlo lagano i ne preslatko.,"{food quality, null, positive}","{food quality, glazurom, positive};{food style_options, glazurom, positive}"
154
+ Uživao sam u hrana,"{food quality, hrana, positive}","{food quality, hrana, positive}"
155
+ Bio sam u ovom restoranu više od desetak puta bez pritužbi do danas.,"{restaurant general, restoranu, positive}","{restaurant general, restoranu, positive}"
156
+ "Radije ga naručim i pokupi jer mi se ne sviđaju poslužitelji, posebno jedna mlada žena.","{service general, mlada žena, negative};{service general, poslužitelji, negative}","{service general, poslužitelji, negative};{service general, žena, negative}"
157
+ strašan nalaz,"{restaurant general, null, positive}","{restaurant general, nalaz, negative}"
158
+ "Nije bio najsvježiji plodovi mora ikada, ali okus i prezentacija bili su u redu.","{food quality, plodovi mora, neutral};{food style_options, plodovi mora, neutral}","{food quality, plodovi mora, negative};{food style_options, plodovi mora, positive}"
159
+ "Međutim, vrijednost i usluga jako nedostaju.","{service general, usluga, negative};{restaurant prices, null, negative}","{restaurant general, null, negative};{service general, usluga, negative}"
160
+ U Grammercy/Union Square/East Village ovo su moji susjedi i moj favorit mjesto .,"{restaurant general, mjesto, positive}","{restaurant general, mjesto, positive}"
161
+ "strana krumpira je za umrijeti, kao i labne (umak od jogurta).","{food quality, strana krumpira, positive};{food quality, labne (umak od jogurta, positive}","{food quality, labne (umak od jogurta, negative};{food quality, krumpira, negative}"
162
+ NEVJEROJATNO .,"{restaurant general, null, positive}","{restaurant general, null, negative}"
163
+ "Kakva ukusna, pahuljičasta poslastica!","{food quality, null, positive}","{food quality, poslastica, positive}"
164
+ "Odlično hrana, bolje Margarite!","{drinks quality, Margarite, positive};{food quality, hrana, positive}","{food quality, hrana, positive};{food quality, Margarite, positive}"
165
+ usluga je stvarno pažljiva i šarmantna.,"{service general, usluga, positive}","{service general, usluga, positive}"
166
+ "Što je najvažnije, bili smo toliko uzbuđeni zbog hrane nakon što smo vidjeli vrlo kreativan jelovnik.","{food style_options, jelovnik, positive}","{food style_options, jelovnik, positive};{food quality, hrana, positive}"
167
+ Udoban mjesto za 2,"{ambience general, mjesto, positive}","{restaurant miscellaneous, mjesto, positive}"
168
+ Najbolja stvar je što su cijene također prilično razumne.,"{restaurant prices, null, positive}","{restaurant prices, null, positive}"
169
+ "Obećala je da će razgovarati s konobaricom koja je odletjela u bijesu, ali teško da smo njezino obećanje mogli shvatiti ozbiljno, budući da se nije potrudila saznati ime konobarice.","{service general, null, negative}","{service general, null, negative}"
170
+ chana masala (garbanzo grah) također je izvrstan.,"{food quality, chana masala (garbanzo grah, positive}","{food quality, chana masala (garbanzo grah, positive}"
171
+ "Ovo ustanova je doista značajno opalo nakon (a to se ponavlja) emitiranja FOOD TELEVISIONS `` DINERS , DRIVE-INS AND DIVES `` čiji je domaćin bio Guy Fieri , u kojem je Schooner or Later bio predmet .","{restaurant general, ustanova, negative}","{restaurant miscellaneous, Schooner or Later, positive}"
172
+ Volim Dungeness rakove i kod Raya ih možete poslužiti na otprilike 6 različitih načina!,"{food style_options, Dungeness rakove, positive}","{food style_options, Dungeness rakove, positive}"
173
+ Hrana je bila dobra i ukusna.,"{food quality, Hrana, positive}","{food quality, Hrana, positive}"
174
+ Bilo je apsolutno nevjerojatno.,"{restaurant general, null, positive}","{restaurant general, null, negative}"
175
+ Ovo je odlično mjesto za ukusan obrok .,"{food quality, obrok, positive}","{food quality, obrok, positive}"
176
+ "plus, ja sam alergičan na rižu, a konobar je bio nevjerojatno susretljiv -- nisam ni trepnuo okom!","{service general, konobar, positive}","{service general, konobar, negative}"
177
+ – Jako sam se razočarao hranom u Pagodi.,"{food quality, hranom, negative}","{food quality, hranom, negative}"
178
+ Precijenjen,"{restaurant prices, null, negative}","{restaurant general, null, negative}"
179
+ Ovo je tužno zbog onoga što je nekoć bilo jedno od najboljih mjesta na kojima ste ikada mogli jesti.,"{restaurant general, null, negative}","{restaurant general, null, negative}"
180
+ "Kada uđete unutra, počinje pravo iskustvo.","{restaurant general, null, positive}","{ambience general, null, positive}"
181
+ a konobar je predložio savršen sake ! !,"{drinks quality, sake, positive}","{drinks quality, sake, positive}"
182
+ vlasnik je ratoboran prema gostima koji imaju pritužbu.,"{service general, vlasnik, negative}","{service general, vlasnik, negative}"
183
+ "Sve što želite i još više, vrlo svježe.","{food quality, null, positive};{food style_options, null, positive}","{food quality, null, positive};{food style_options, null, positive}"
184
+ Moj prijatelj je uživao u Aljaski kraljevski losos na žaru s ukusnim Washington russet krumpir u kremi i hrskavim zeleni grah .,"{food quality, zeleni grah, positive};{food quality, Aljaski kraljevski losos na žaru, positive};{food quality, Washington russet krumpir u kremi, positive}","{food quality, Aljaski kraljevski losos na žaru s ukusnim Washington russet krumpir u kremi i hrskavim zeleni grah, positive}"
185
+ "hrana je bila vrlo dobra, file mignon je vjerojatno najbolja koju sam ikada probao.","{food quality, hrana, positive};{food quality, file mignon, positive}","{food quality, hrana, positive};{food quality, file mignon, positive}"
186
+ "– Mercedesov restoran je tako ukusan, usluga je nedvojbeno sjajna!","{service general, usluga, positive};{food quality, null, positive}","{restaurant general, Mercedesov restoran, positive};{service general, usluga, positive}"
187
+ Mogu toplo preporučiti njihove različite saag i paneer i korma .,"{food quality, saag, positive};{food quality, paneer, positive};{food quality, korma, positive}","{food quality, saag, positive};{food quality, paneer i korma, positive}"
188
+ hrana je sjajna i zli su Krvava Mary.,"{drinks quality, Krvava Mary, positive};{food quality, hrana, positive}","{food quality, hrana, positive};{drinks quality, Krvava Mary, positive}"
189
+ "Fino hrana, ali bez začina!","{food quality, hrana, positive};{food quality, hrana, negative}","{food quality, hrana, negative};{food quality, hrana, positive}"
190
+ Još jedan plus je otvoren osjećaj restorana sa staklenim zidovima sa svih strana.,"{ambience general, osjećaj, positive}","{ambience general, osjećaj restorana sa staklenim zidovima, positive}"
191
+ Njam!,"{food quality, null, positive}","{food quality, null, positive}"
192
+ "Sama kupaonica je vrlo mala s dva WC-a i samo jednim umivaonikom, djevojka je ostala potpuno usput vješajući papirnate ručnike iz automata.","{restaurant miscellaneous, kupaonica, negative}","{ambience general, kupaonica, negative}"
193
+ Volite enchiladas i pileća juha - i svakako pogledajte njihove specijaliteti .,"{food quality, enchiladas, positive};{food quality, pileća juha, positive};{food quality, specijaliteti, positive}","{food quality, enchiladas, positive};{food quality, pileća juha, positive};{food style_options, specijaliteti, positive}"
194
+ hrana je jednostavno nezaboravna!,"{food quality, hrana, positive}","{food quality, hrana, positive}"
195
+ Menadžment bi stvarno trebao obratiti pozornost i trenirati svoje konobarstvo i naučiti ih nekim pravilnim manirima.,"{service general, konobarstvo, negative}","{service general, konobarstvo, negative}"
196
+ "osoblje je ljubazno, a dekor je bio etičan i šaren.","{ambience general, dekor, positive};{service general, osoblje, positive}","{ambience general, dekor, positive};{service general, osoblje, positive}"
197
+ Najbolji Chuwam Mushi koji sam ikada imao.,"{food quality, Chuwam Mushi, positive}","{food quality, Chuwam Mushi, positive}"
198
+ "Porcije bilo je sasvim dovoljno za mene, ali možda nije za nekog ko jede puno.","{food style_options, Porcije, neutral}","{food style_options, Porcije, neutral}"
199
+ Probajte Pizza Ensalata!,"{food quality, Pizza Ensalata, positive}","{food quality, Pizza Ensalata, positive}"
200
+ Ipak bih preporučio ovo mjesto.,"{restaurant general, mjesto, positive}","{restaurant general, mjesto, positive}"
201
+ "– sushi ovdje je savršeno dobar, ali za 5 dolara po komadu, ili bi kriške ribe trebale biti veće ili se ne bi trebalo pretvarati da je ovo restoran umjerene cijene (čak i za NYC) .","{food prices, sushi, negative};{food style_options, sushi, negative};{food quality, sushi, positive};{restaurant prices, restoran, negative}","{food quality, sushi, positive};{food prices, sushi, negative}"
202
+ Sigurno ćete se provesti vrlo šarmantno.,"{restaurant general, null, positive}","{ambience general, null, positive}"
203
+ "Od tada smo se vratili i također smo imali sjajno iskustvo, kušajući više malih tanjura i raznovrsno pivo (hladno i dobro).","{restaurant general, null, positive};{drinks quality, pivo, positive}","{food quality, pivo, positive};{food quality, tanjura, positive}"
204
+ Najbolji Sushi u gradu.,"{food quality, Sushi, positive}","{food quality, Sushi, positive}"
205
+ osoblje bilo je vrlo lijepo i ljubazno i očito kinesko.,"{service general, osoblje, positive}","{service general, osoblje, positive}"
206
+ "Naručili smo izbor malih tanjura, a luk na cipelama, pizza s kozjim sirom, šparoge na žaru i prženi brie s voćem svi su bili vrlo dobri.","{food quality, luk na cipelama, positive};{food quality, šparoge na žaru, positive};{food quality, pizza s kozjim sirom, positive};{food quality, prženi brie s voćem, positive}","{food quality, pizza s kozjim sirom, positive};{food quality, šparoge na žaru, positive};{food quality, prženi brie s voćem, positive};{food quality, luk na cipelama, positive}"
207
+ Dobar posao!,"{restaurant general, null, positive}","{restaurant general, null, positive}"
208
+ "Ipak, jedna stvar koju sam kasnije shvatio je da je restoran ili koristio MSG ili uređaj za omekšavanje mesa na odrezak.","{food quality, odrezak, negative}","{food quality, odrezak, negative}"
209
+ Sjajno izbor sakea .,"{drinks style_options, izbor sakea, positive}","{drinks style_options, sakea, positive}"
210
+ Svaka čast ovim momcima.,"{restaurant general, null, positive}","{restaurant general, null, positive}"
211
+ "Osim ako ne svraćate samo na nekoliko pića, ne bih preporučio da idete ovamo.","{restaurant general, null, negative}","{restaurant general, null, negative}"
212
+ Sjajno boca vina .,"{drinks quality, boca vina, positive}","{drinks quality, vina, positive}"
213
+ otvoreni kombinirani tanjur sa sezamom je povoljna cijena za hrpu hrane koja se daje.,"{food style_options, otvoreni kombinirani tanjur sa sezamom, positive};{food prices, otvoreni kombinirani tanjur sa sezamom, positive}","{food prices, kombinirani tanjur sa sezamom, positive};{food style_options, kombinirani tanjur sa sezamom, positive};{food quality, kombinirani tanjur sa sezamom, positive}"
214
+ PUNO PRECIJENJENO! ! ! !,"{restaurant general, null, negative}","{restaurant general, null, negative}"
215
+ Isplatilo se čekati,"{restaurant general, null, positive}","{restaurant general, null, negative}"
216
+ Ne može biti bolje od toga.,"{restaurant general, null, positive}","{restaurant general, null, positive}"
217
+ najbolje kozice od meda koje smo svi probali.,"{food quality, kozice od meda, positive}","{food quality, kozice od meda, positive}"
218
+ Prikazani su na mreži hrane i to zaslužuju.,"{restaurant miscellaneous, null, positive}","{food style_options, hrane, positive}"
219
+ Volim toplo i ugodno okruženje .,"{ambience general, okruženje, positive}","{ambience general, okruženje, positive}"
220
+ Šmrkavi stav,"{service general, null, negative}","{ambience general, stav, negative}"
221
+ "atmosfera je ambiciozna, a dekor je svečana i nevjerojatna ...","{ambience general, dekor, positive};{ambience general, atmosfera, positive}","{ambience general, atmosfera, positive};{ambience general, dekor, positive}"
222
+ "Njihove specijalne rolice su impresivne, iako se ne sjećam što smo imali.","{food quality, specijalne rolice, positive}","{food quality, specijalne rolice, positive}"
223
+ – Volio sam raviole od bundeve i njoke od kozjeg sira (5 velikih na tanjur umjesto 20-ak malih njoka) i moja sestra ju je obožavala filet mignon na vrh špinata i pire krumpir .,"{food quality, raviole od bundeve, positive};{food quality, filet mignon na vrh špinata i pire krumpir, positive};{food quality, njoke od kozjeg sira, positive};{food style_options, njoke od kozjeg sira, positive}","{food quality, njoke od kozjeg sira, positive};{food style_options, raviole od bundeve, negative};{food quality, filet mignon na vrh špinata i pire krumpir, positive}"
224
+ "Nije najveći porcije, ali primjeren.","{food style_options, porcije, neutral}","{food style_options, porcije, neutral}"
225
+ "Idite s prijateljima, pričekajte pola sata uz šalicu joea i uživajte više od svog prosjeka doručak.","{restaurant general, null, positive};{food quality, doručak, positive}","{restaurant miscellaneous, null, positive}"
226
+ super usluga .,"{service general, usluga, positive}","{service general, usluga, positive}"
227
+ "Tada nam je naplaćen njihov najskuplji sake (20 dolara + po porciji), dok smo zapravo pili sake manji od pola te cijene.","{service general, null, negative}","{drinks prices, sake, negative};{drinks style_options, sake, negative}"
228
+ ukusno,"{food quality, null, positive}","{food quality, null, positive}"
229
+ pileći curry i pileća tikka masala su moja omiljena jela od mesa.,"{food quality, pileći curry, positive};{food quality, pileća tikka masala, positive}","{food quality, pileći curry i pileća tikka masala, positive}"
230
+ "najbolji restoran na svijetu, odličan dekor, odličan služba za korisnike, prijateljski upravitelj","{restaurant general, restoran, positive};{ambience general, dekor, positive};{service general, služba za korisnike, positive};{service general, upravitelj, positive}","{restaurant general, restoran, positive};{service general, služba za korisnike, positive};{ambience general, dekor, positive};{service general, upravitelj, positive}"
231
+ pića su bila dobra.,"{drinks quality, pića, positive}","{drinks quality, pića, positive}"
232
+ "Prezentacija hrane bila je dodatni bonus, izgledala je jednako dobro kao i okusa!","{food style_options, hrane, positive};{food quality, hrane, positive}","{food style_options, Prezentacija hrane, positive}"
233
+ Čak ni tada narudžba nije bila točna i još smo čekali par stvari.,"{service general, null, negative}","{service general, null, negative}"
234
+ – Ovdje su nas jednom vrlo grubo ponijeli za doručkom.,"{service general, null, negative}","{service general, null, negative}"
235
+ "Sjajna hrana, spektakularna lokacija i ljubazna usluga tjeraju nas da se vraćamo iz godine u godinu.","{location general, lokacija, positive};{service general, usluga, positive};{food quality, hrana, positive}","{service general, usluga, positive};{location general, lokacija, positive};{food quality, hrana, positive}"
236
+ WOW ! ! ! ! ! ! ! !,"{restaurant general, null, positive}","{restaurant general, null, positive}"
237
+ – Uštedite sebi gubljenje vremena i NEMOJTE posjećivati .,"{restaurant general, null, negative}","{restaurant general, null, negative}"
238
+ Hrana je bila dobra i jeftina.,"{food quality, Hrana, positive};{food prices, Hrana, positive}","{food quality, Hrana, positive};{food prices, Hrana, positive}"
239
+ Mmm ... dobro !,"{restaurant general, null, positive}","{food quality, null, positive}"
240
+ Super je ako ste tamo proveli dan i niste se htjeli voziti da biste jeli.,"{location general, null, positive}","{restaurant miscellaneous, null, positive}"
241
+ "Sve u svemu, moram reći da Ray's Boathouse zaslužuje svoju titulu institucije u Seattleu.","{restaurant general, Ray's Boathouse, positive}","{restaurant miscellaneous, Ray's Boathouse, positive}"
242
+ Izvrsna vrijednost sushi uz visoku kvalitetu i lijepo okruženje.,"{ambience general, okruženje, positive};{food quality, sushi, positive};{food prices, sushi, positive}","{ambience general, okruženje, positive};{food quality, sushi, positive};{food prices, sushi, positive}"
243
+ "Bilo je toliko puno da sam jedva uspio pojesti, ali jesam jer je bilo ukusno.","{food style_options, null, neutral};{food quality, null, positive}","{food quality, null, positive};{food style_options, null, negative}"
244
+ Sviđa mi se ovo restoran,"{restaurant general, restoran, positive}","{restaurant general, restoran, positive}"
245
+ Nije preporučljivo! ! !,"{restaurant general, null, negative}","{restaurant general, null, negative}"
246
+ Stajali smo tamo 10 minuta dok su zaposlenici hodali naprijed-natrag ignorirajući nas.,"{service general, zaposlenici, negative}","{service general, zaposlenici, negative}"
247
+ "Moj g/ž i ja smo se složili da je hrana vrlo osrednja, posebno s obzirom na cijenu.","{food quality, hrana, negative};{food prices, hrana, negative}","{food quality, hrana, negative};{food prices, hrana, negative}"
248
+ "– hrana ovdje je nevjerojatna, iako je kvaliteta nedosljedna tijekom ručka .","{food quality, ručka, negative};{food quality, hrana, positive}","{food quality, hrana, negative};{food quality, hrana, positive}"
249
+ Nemam ništa loše za reći o ovome mjesto.,"{restaurant general, mjesto, positive}","{restaurant general, mjesto, positive}"
250
+ "jedini problem je što stvarno morate zagrijati pizzu prije nego što postane jestiva, čak i kada naručite unaprijed.","{food quality, pizzu, negative}","{food quality, pizza, negative}"
251
+ – Ovo je moj `` koji moram dovesti goste iz grada u `` restoran i uvijek uživaju i oduševljeni su njime.,"{restaurant general, restoran, positive}","{restaurant general, restoran, positive}"
252
+ Imao sam tanjur za kaftu i uživao sam u njemu.,"{food quality, tanjur za kaftu, positive}","{food quality, tanjur za kaftu, positive}"
253
+ Bilo je jasno da mu nije stalo.,"{service general, null, negative}","{service general, null, negative}"
254
+ Cezar salata koju sam naručio imala je toliko limuna da je nisam mogla pojesti.,"{food quality, Cezar salata, negative}","{food quality, Cezar salata, negative}"
255
+ "Naš poslužitelj je nastavio biti pažljiv tijekom cijele noći, ali ostao sam zbunjen jednim pitanjem: Tko misli da je Ray's prikladno mjesto za odvođenje male djece na večeru?","{service general, poslužitelj, positive};{restaurant miscellaneous, Ray's, neutral}","{service general, poslužitelj, positive}"
256
+ "Dobro Hrana, Odlično Usluga, Prosječne cijene (Za Strip)","{food quality, Hrana, positive};{restaurant prices, null, neutral};{service general, Usluga, positive}","{food quality, Hrana, positive};{restaurant prices, null, neutral};{service general, Usluga, positive}"
257
+ 18:00 u subotu prije predstave na Broadwayu i brzo smo sjeli i bili posluženi.,"{service general, null, positive}","{service general, null, positive}"
258
+ "Oni posvećuju toliko detalja svemu, od miso juha do složenih peciva.","{food quality, miso juha, positive};{food quality, peciva, positive}","{food quality, miso juha, positive};{food quality, peciva, positive}"
259
+ 6 dolara s napojnicom.,"{restaurant prices, null, positive}","{drinks prices, napojnicom, negative}"
260
+ atmosfera je bila sjajna.,"{ambience general, atmosfera, positive}","{ambience general, atmosfera, positive}"
261
+ "Drugim riječima, ako oni 'ne zarađuju $ $ na vama, onda nemate visoku ocjenu na njihovoj 'usluga ljestvici'.","{service general, usluga, negative}","{restaurant prices, null, negative}"
262
+ – Stvarno sam uživao u obroku ovdje.,"{food quality, obroku, positive}","{food quality, obroku, positive}"
263
+ "glazba svirala je vrlo moderno, 20-30 nešto pop glazba, ali subwoofer za zvučni sustav nalazio se ispod mog sjedala, što je postalo iritantno usred večere.","{ambience general, subwoofer za zvučni sustav, negative};{ambience general, glazba, positive}","{ambience general, zvučni sustav, negative};{ambience general, glazba, negative}"
264
+ Sveto Humus!,"{food quality, Humus, positive}","{food quality, Humus, positive}"
265
+ "Za moj ulaz & eacute ; e, potpuno sam uživao u prženim aljaškim morskim kapicama upotpunjenim blitvom, srcima artičoke, komoračem i pecorinom toscanom.","{food quality, prženim aljaškim morskim kapicama, positive};{food style_options, prženim aljaškim morskim kapicama, positive}","{food quality, prženim aljaškim morskim kapicama upotpunjenim blitvom, srcima artičoke, komoračem i pecorinom toscanom, positive}"
266
+ "dekor je rustikalni, tradicionalni japanski.","{ambience general, dekor, neutral}","{ambience general, dekor, positive}"
267
+ "Ne samo da izbor može biti inovativan, već postoji i lijepa ravnoteža tradicionalnog sushija.","{food style_options, sushija, positive};{food style_options, izbor, positive}","{food style_options, izbor, positive};{food quality, sushija, positive}"
268
+ Vjerojatno ćete biti razočarani.,"{restaurant general, null, negative}","{restaurant general, null, negative}"
269
+ "hrana je sjajna, barmeni idu dalje.","{service general, barmeni, positive};{food quality, hrana, positive}","{service general, barmeni, positive};{food quality, hrana, positive}"
270
+ Restoran nudi opsežnu vinska karta i ambijent koji nećete zaboraviti!,"{drinks style_options, vinska karta, positive};{ambience general, ambijent, positive}","{ambience general, ambijent, positive};{drinks style_options, vinska karta, positive}"
271
+ "naan je bio jedan od najboljih koje sam jeo i stvarno sam uživao u bhartha, ne previše rajčici.","{food quality, naan, positive};{food quality, bhartha, positive}","{food quality, naan, positive};{food quality, bhartha, positive}"
272
+ Vlasnicima Open Sesame ... Bravo ... Jedva čekam vratiti se na ručak u vaš restoran!,"{restaurant general, Open Sesame, positive}","{restaurant general, Open Sesame, positive}"
273
+ "riba je bila svježa, iako je bila izrezana vrlo tanko.","{food style_options, riba, negative};{food quality, riba, positive}","{food quality, riba, negative};{food quality, riba, positive}"
274
+ Bio sam tamo puno otad i uvijek se dobro provedem.,"{restaurant general, null, positive}","{restaurant general, null, positive}"
275
+ Moj favorit pizzerija u Seattleu,"{restaurant general, pizzerija, positive}","{restaurant general, pizzerija, positive}"
276
+ toplo preporučujem ovo mjesto svima koji žele probati indain hrana po prvi put.,"{food quality, indain hrana, positive}","{food quality, indain hrana, positive}"
277
+ Precijenjeno,"{restaurant general, null, negative}","{restaurant general, null, negative}"
278
+ Najgori usluga koji sam ikada imao,"{service general, usluga, positive}","{service general, usluga, negative}"
279
+ "Ispostavilo se da je vlasnik sjedio tik do nas i kada je došao provjeriti naše probleme, bio je vrlo omalovažavajući i ponudio simboličnih 20% popusta na naš račun.","{service general, vlasnik, negative}","{service general, vlasnik, negative}"
280
+ Otišao sam tamo s nekim prijateljima jedne večeri igrati bingo i gledati utakmicu soxa i bilo je fantastično!,"{restaurant general, null, positive}","{ambience general, null, positive}"
281
+ POTPUNO PRECIJENJENO!,"{restaurant general, null, negative}","{restaurant general, null, negative}"
282
+ "– jaja , palačinke , krumpir , svježe voće i jogurt -- sve što poslužuju je ukusno.","{food quality, palačinke, positive};{food quality, jaja, positive};{food quality, krumpir, positive};{food quality, null, positive};{food quality, jogurt, positive};{food quality, svježe voće, positive}","{food quality, palačinke, positive};{food quality, krumpir, positive};{food quality, jogurt, positive};{food quality, svježe voće, positive}"
283
+ – Ray's je mjesto za visoku kvalitetu večere s plodovima mora.,"{food quality, večere s plodovima mora, positive}","{food quality, večere s plodovima mora, positive}"
284
+ Također stvarno uživam u jednostavnosti dekor i intimnosti osjećaj malog restorana.,"{ambience general, dekor, positive};{ambience general, osjećaj, positive}","{ambience general, dekor, positive};{ambience general, restorana, positive}"
285
+ Vraćamo se nazad. :D,"{restaurant general, null, positive}","{restaurant general, null, negative}"
286
+ "Trebao sam to spomenuti, ali nisam očekivao da će hrana biti tako blaga.","{food quality, hrana, negative}","{food quality, hrana, negative}"
287
+ "Kad sam ušao, bio sam zatečen njihovim nevjerojatnim drveni dekor.","{ambience general, drveni dekor, positive}","{ambience general, drveni dekor, positive}"
288
+ "Maleno je mjesto, pa ako stignete prije 20 sati vikendom (četvrtak? nedjelja), lakše ćete pronaći stol ili mjesto u sushi baru.","{restaurant miscellaneous, mjesto, neutral}","{restaurant miscellaneous, Maleno, positive}"
289
+ Najbolje susjedstvo Standby .,"{restaurant general, Standby, positive}","{restaurant miscellaneous, Standby, positive}"
290
+ Vratio bih se tamo u tren oka.,"{restaurant general, null, positive}","{restaurant general, null, positive}"
291
+ "Ima *vrlo * razumnu cijenu, posebno zbog kvalitete hrane.","{food prices, hrane, positive}","{food quality, hrane, positive};{food prices, hrane, positive}"
292
+ "dosta hrane, vjeruj mi.","{food style_options, hrane, positive}","{food style_options, hrane, positive}"
293
+ To je savršeno mjesto za romantični sastanak u dvoje ili tajni sastanak!,"{ambience general, mjesto, positive};{restaurant miscellaneous, mjesto, positive}","{ambience general, mjesto, positive}"
294
+ Također imajte odlične margarite!,"{drinks quality, margarite, positive}","{food quality, margarite, positive}"
295
+ Nepretenciozno je i podzemno.,"{ambience general, null, positive}","{ambience general, null, positive}"
296
+ Mjesto je sljedeća najbolja stvar u kuhanju moje mame.,"{food quality, null, positive}","{restaurant general, Mjesto, positive}"
297
+ "Najbolje mjesto za opušteni nedjeljni doručak usred jahti, zatim prošećite obližnjom Farmer's Market.","{restaurant miscellaneous, mjesto, positive}","{restaurant miscellaneous, mjesto, positive}"
298
+ "Ako možete, dođite do ovog mjesta brodom i provedite cijelu večer.","{restaurant miscellaneous, mjesta, positive}","{restaurant miscellaneous, mjesta, positive}"
299
+ za desert smo imali mango đumbir creme brulee ... oh la la yummy ! ! !,"{food quality, mango đumbir creme brulee, positive}","{food quality, mango đumbir creme brulee, positive}"
300
+ "Isplati se čekati, pogotovo jer će vas nazvati kad stol bude spreman.","{restaurant general, null, positive}","{restaurant miscellaneous, null, positive}"
301
+ Imaju veliki izbor riba i čak navode iz kojih oceana dolaze; Atlantik ili Pacifik.,"{food style_options, riba, positive}","{food style_options, riba, positive}"
302
+ Pa pretpostavljam da je teško sjediti kad si nevidljiv za osoblje.,"{service general, osoblje, negative}","{service general, osoblje, negative}"
303
+ Izvrsno otvoren i prijateljski raspoložen ambijent.,"{ambience general, ambijent, positive}","{ambience general, ambijent, positive};{restaurant miscellaneous, otvoren, positive}"
304
+ Kratak razgovor s upraviteljem na kraju obroka bio je najveće razočarenje - bilo bi malo reći da smo ``oduševljeni``.,"{service general, upraviteljem, negative}","{service general, upravitelj, negative}"
305
+ "Ray's je nešto poput ustanove u Seattleu, ali s obzirom na njegov prekrasan zvučni pogled, sumnjao sam da su pohvale više zbog krajolika nego zbog hrane i usluge.","{location general, zvučni pogled, positive}","{location general, pogled, positive};{restaurant miscellaneous, Ray's, positive}"
306
+ Zakleo sam se da se nikad više neću vraćati po toplo pivo i osrednje jelo.,"{food quality, jelo, negative};{drinks quality, pivo, negative}","{drinks quality, pivo, negative};{food quality, jelo, negative}"
307
+ "Ako je vani lijepo, zatražite stol na balkon .","{ambience general, balkon, positive}","{ambience general, balkon, positive}"
308
+ Sjajna hrana sa sjajnom atmosferom!,"{ambience general, atmosferom, positive};{food quality, hrana, positive}","{ambience general, atmosferom, positive};{food quality, hrana, positive}"
309
+ Završio sam obrok s neobičnim desert s okusom porta i čokolade ... ukusno!,"{food quality, desert s okusom porta i čokolade, positive}","{food quality, desert s okusom porta i čokolade, positive}"
310
+ Dobio sam predjelo od školjki i škampa i bilo je u redu.,"{food quality, predjelo od školjki i škampa, neutral}","{food quality, predjelo od školjki i škampa, positive}"
311
+ "pizze su tanke kore, a jelovnik nudi vrlo kreativne kombinacije i nadjeve.","{food style_options, pizze, positive};{food style_options, jelovnik, positive}","{food quality, kore, positive};{food style_options, jelovnik, positive}"
312
+ To je sjajno mjesto za uživanje hrana i upoznavanje prijatelja.,"{restaurant miscellaneous, mjesto, positive};{food quality, hrana, positive}","{restaurant miscellaneous, mjesto, positive};{food quality, hrana, positive}"
313
+ "usluga je bila izvrsna, kava je bila dobra čak i prema standardima Starbucksa, a hrana je bila izvanredna.","{service general, usluga, positive};{food quality, hrana, positive};{drinks quality, kava, positive}","{food quality, kava, positive};{food quality, hrana, positive};{service general, usluga, positive}"
314
+ Ovo je mjesto za opuštanje i uživanje u najboljoj kvaliteti hrana koju industrija može ponuditi.,"{ambience general, mjesto, positive};{food quality, hrana, positive}","{food quality, hrana, positive}"
315
+ Vratio bih se samo zbog vina iskustva.,"{drinks quality, vina, positive}","{drinks quality, vina, positive}"
316
+ Najbolji lignje u Seattleu!,"{food quality, lignje, positive}","{food quality, lignje, positive}"
317
+ Prezentacija Snooze je izvrsna i jedno je od onih mjesta na kojima se osjećate sofisticiranije samo zato što ste tamo; ali skinite slojeve i dobit ćete precijenjeni IHOP s visokim čelom izbornik .,"{restaurant prices, Snooze, negative};{food style_options, izbornik, negative};{ambience general, Snooze, positive}","{food quality, Snooze, negative};{food style_options, Snooze, negative};{ambience general, Snooze, negative}"
318
+ "Žalio sam se upravitelju, ali on se nije ni ispričao.","{service general, upravitelju, negative}","{service general, upravitelju, negative}"
319
+ Mnogo više od samog sjajnog pogled!,"{location general, pogled, positive}","{location general, pogled, positive}"
320
+ Atmosfera je bila sasvim u redu.,"{ambience general, null, neutral}","{ambience general, Atmosfera, neutral}"
321
+ Nakon sjedenja trebalo je oko 30 minuta da konačno dobijemo obrok.,"{service general, null, negative}","{service general, null, negative}"
322
+ "– U doba povećanja troškova u restoranima, lijepo je vidjeti mjesto koje se protivi tom trendu i jednostavno pruža visoku kvalitetu hrana i dobru usluga, točka.","{service general, usluga, positive};{food quality, hrana, positive}","{food quality, hrana, positive};{restaurant prices, mjesto, positive};{service general, usluga, positive}"
323
+ "Jako mi se svidjela atmosfera, ali hrana nije bila vrijedna te cijene.","{ambience general, atmosfera, positive};{food quality, hrana, negative};{food prices, hrana, negative}","{food quality, hrana, negative};{restaurant prices, null, negative};{ambience general, atmosfera, positive}"
324
+ "Nalazi se u trgovačkom centru u blizini Beverly Centera, nije najbolji lokacija, ali hrana me tjera da se vraćam po još.","{location general, lokacija, neutral};{food quality, hrana, positive}","{food quality, hrana, positive};{location general, lokacija, negative}"
325
+ "Na svom obroku morao sam vratiti svoja jaja zbog jednostavnog zahtjeva da razbijem jarmove prije kuhanja, i morao bih ih ponovno poslati da nisam odbio obrok svi zajedno .","{food quality, obroku, negative};{food quality, jaja, negative}","{food style_options, jaja, negative}"
326
+ "bend je bio vrlo dobar, a usluga je bila pažljiva.","{ambience general, bend, positive};{service general, usluga, positive}","{service general, usluga, positive};{food quality, bend, positive}"
327
+ "– Kako opisati najbolji sushi u New Yorku: hmmmm, ukusan, nevjerojatan, fantastičan, sočan, savršen, ne, sve gore navedeno.","{food quality, sushi, positive}","{food quality, sushi, positive}"
328
+ – Šarmantan lokacija uz marinu u Long Beachu i prosječan hrana Schoonera ili Latera nažalost ne nadoknađuju njegovu vrlo lošu korisnička služba.,"{service general, korisnička služba, negative};{food quality, hrana, neutral};{location general, lokacija uz marinu u Long Beachu, positive}","{service general, korisnička služba, negative};{food quality, hrana, neutral};{location general, lokacija, positive}"
329
+ "Odmah smo sjeli, stol je bio privatan i lijep.","{ambience general, stol, positive}","{ambience general, stol, positive}"
330
+ "dobro sake, dobro hrana – iskreno, uopće ne znam puno o japanskoj hrani.","{drinks quality, sake, positive};{food quality, hrana, positive}","{food quality, hrana, positive};{drinks quality, sake, positive}"
331
+ Ponesite svoj mobitel jer ćete možda morati čekati da uđete u najbolji sushi restoran na svijetu: BLUE RIBBON SUSHI .,"{restaurant general, BLUE RIBBON SUSHI, positive}","{restaurant general, BLUE RIBBON SUSHI, positive}"
332
+ "Na kraju je naš ček iznosio 27 dolara za 4 male palačinke, burrito za doručak, sok od naranče i ledeni čaj (imao sam vodu).","{food style_options, palačinke, negative};{food prices, burrito za doručak, negative};{drinks prices, sok od naranče, negative};{food prices, palačinke, negative};{drinks prices, ledeni čaj, negative}","{food prices, burrito za doručak, negative};{food prices, palačinke, negative};{drinks prices, ledeni čaj, negative};{drinks prices, sok od naranče, negative}"
333
+ Dobro hrana!,"{food quality, hrana, positive}","{food quality, hrana, positive}"
334
+ "catering nije na ovom svijetu, a Raouls pileća juha od povrća ljulja moj svijet! ! !","{food quality, Raouls pileća juha od povrća, positive};{food quality, catering, positive}","{food quality, pileća juha od povrća, positive};{food quality, catering, negative}"
335
+ Trebao sam samo tražiti ček kad sam to vidio; ali njihov jelovnik bio je toliko jedinstven da sam nastavio .,"{food style_options, jelovnik, positive}","{food style_options, jelovnik, positive}"
336
+ Sjajno doručak,"{food quality, doručak, positive}","{food quality, doručak, positive}"
337
+ brancin na rižotu od jastoga bio je najbolji.,"{food quality, brancin na rižotu od jastoga, positive}","{food quality, brancin na rižotu od jastoga, positive}"
338
+ – Atmosfera izvrsna je za svaku posebnu prigodu koju želite proslaviti.,"{ambience general, null, positive}","{ambience general, Atmosfera, positive}"
339
+ "Sjajno sezonska riba i plodovi mora, s otmjenom okruženje uz obalu .","{food quality, sezonska riba, positive};{food quality, plodovi mora, positive};{ambience general, okruženje uz obalu, positive}","{food quality, riba i plodovi mora, positive};{location general, okruženje uz obalu, positive}"
340
+ "pizze nisu velike, a kora je tanka ... imajte to na umu kada naručujete.","{food style_options, pizze, neutral};{food style_options, kora, neutral}","{food style_options, pizze, negative};{food quality, kora, negative}"
341
+ Jedina pozitivna stvar kod Mioposta je lijepa lokacija.,"{location general, lokacija, positive}","{location general, lokacija, positive}"
342
+ Cijenim i njihovu dostavu.,"{service general, dostavu, positive}","{service general, null, positive}"
343
+ Jako razočaran.,"{restaurant general, null, negative}","{restaurant general, null, negative}"
344
+ "pizza je ukusna, a salate su fantastične.","{food quality, pizza, positive};{food quality, salate, positive}","{food quality, pizza, positive};{food quality, salate, positive}"
345
+ Najsvježije sushi – volim ovo restoran .,"{restaurant general, restoran, positive};{food quality, sushi, positive}","{food quality, sushi, positive}"
346
+ odrezak je pečen baš po mojim željama (srednje pečen) i bio je lijep i sočan.,"{food quality, odrezak, positive}","{food quality, odrezak, positive};{food style_options, odrezak, positive}"
347
+ "Ozbiljno, nećete pogriješiti ako tražite nepretencioznu lokalnu zabavu.","{ambience general, null, positive}","{restaurant miscellaneous, null, positive}"
348
+ "vlasnici su super zabavni, a izbor piva vrijedi ostati.","{service general, vlasnici, positive};{drinks style_options, izbor piva, positive}","{drinks style_options, izbor piva, positive};{service general, vlasnici, positive}"
349
+ Sjajno točeno i izbor boca i pizza kamenje.,"{food quality, pizza, positive};{drinks style_options, točeno i izbor boca, positive}","{drinks style_options, boca, positive};{food quality, pizza kamenje, positive}"
350
+ "Jamčim da se nećete razočarati, tu je i usluga parkiranja.","{restaurant general, null, positive};{restaurant miscellaneous, null, positive}","{service general, usluga parkiranja, positive}"
351
+ Kasnovečernja večera s izuzetnim hrana .,"{food quality, hrana, positive}","{food quality, hrana, positive};{restaurant miscellaneous, null, positive}"
352
+ "porcije su ipak velike, pa nemojte naručivati previše.","{food style_options, porcije, neutral}","{food style_options, porcije, positive}"
353
+ Definitivno ima jedan od najboljih jukebox koje sam vidio u dugo vremena.,"{ambience general, jukebox, positive}","{ambience general, jukebox, positive}"
354
+ Usluga bila je pristojna.,"{service general, Usluga, neutral}","{service general, Usluga, positive}"
355
+ Apsolutno ukusno.,"{food quality, null, positive}","{food quality, null, positive}"
356
+ "Oh, i krumpirići sa sirom su sjajni!","{food quality, krumpirići sa sirom, positive}","{food quality, krumpirići sa sirom, positive}"
357
+ Svi koji su sjedili straga vani složili su se da je to najgora usluga koju smo ikada dobili.,"{service general, usluga, negative}","{service general, usluga, negative}"
358
+ "Možda nisam guru za sushi, ali mogu vam reći da je hrana ovdje sasvim u redu i da nema puno više od toga.","{food quality, hrana, negative}","{food quality, hrana, positive}"
359
+ "Izvrsno hrana, lijepo ambijent, prilično skupo","{restaurant prices, null, negative};{ambience general, ambijent, positive};{food quality, hrana, positive}","{food quality, hrana, positive};{ambience general, ambijent, positive};{food prices, hrana, negative}"
360
+ "Tope se u ustima nigiri i sashmi , a i vrlo ukusni kiflice.","{food quality, kiflice, positive};{food quality, nigiri, positive};{food quality, sashmi, positive}","{food quality, kiflice, positive};{food quality, nigiri i sashmi, positive}"
361
+ Napokon obrok koji ćete dugo pamtiti!,"{food quality, obrok, positive}","{food quality, obrok, positive}"
362
+ "Najbolje hrana, fenomenalno usluga","{service general, usluga, positive};{food quality, hrana, positive}","{food quality, hrana, positive};{service general, usluga, positive}"
363
+ Preporučam ga za noć kada se želite razbacivati! (bilo je malo skupo),"{restaurant prices, null, negative};{restaurant general, null, positive}","{restaurant prices, null, negative};{restaurant miscellaneous, null, positive}"
364
+ "Iako je ova zalogajnica imala relativno dobru hranu, osoblje restorana se činilo potpuno ravnodušnim prema našoj prisutnosti, a takav se stav odrazio na nedostatak usluge.","{food quality, hranu, positive};{service general, osoblje restorana, negative}","{service general, osoblje, negative};{food quality, hranu, positive}"
365
+ Bez usporedbe,"{restaurant general, null, positive}","{restaurant general, null, positive}"
366
+ "pa što se tiče kozice, bile su svježe i imale su laganu hrskavost u odnosu na tijesto ... takooo dobro ... orasi su narezani na manje komade i vrlo su hrskavi i ukusni.","{food quality, kozice, positive};{food quality, orasi, positive};{food quality, tijesto, positive}","{food quality, kozice, positive};{food quality, orasi, positive}"
367
+ Tako sam sretan što imam prekrasan talijanski restoran u svom susjedstvu.,"{restaurant general, talijanski restoran, positive}","{restaurant general, talijanski restoran, positive}"
368
+ Čekali smo sat vremena da sjednemo.,"{service general, null, negative}","{service general, null, negative}"
369
+ "Naručili smo i iako smo naručili 4 predjela, hrana je stigla tek 45 minuta kasnije... UZ NAŠE GLAVNO JELO.","{service general, null, negative}","{service general, null, negative}"
370
+ Jedva čekam da se ponovno vratim nadolazeći vikend!,"{restaurant general, null, positive}","{restaurant general, null, positive}"
371
+ "Ako ste zainteresirani za dobar okus (bez okusa i mirisa ribe), velika porcije i kreativna sushi jela ovo je vaše mjesto...","{food quality, null, positive};{food style_options, porcije, positive};{food style_options, sushi jela, positive}","{food quality, jela, positive};{food quality, okus, positive};{food style_options, porcije, positive};{food style_options, sushi jela, positive}"
372
+ Savršeno mjesto za izvođenje gostiju iz grada u bilo koje doba godine.,"{restaurant general, mjesto, positive}","{restaurant miscellaneous, mjesto, positive}"
373
+ Probao sam sva tri artikla na njoj tanjur i bili su izvrsni.,"{food quality, tanjur, positive}","{food quality, artikla na njoj tanjur, positive}"
374
+ Dobro za večeru kasno u noć (planiranje u zadnji čas) bez rezervacije.,"{restaurant miscellaneous, null, positive}","{restaurant miscellaneous, null, positive}"
375
+ tamo nikad nisam razočaran hrana.,"{food quality, hrana, positive}","{food quality, hrana, positive}"
376
+ – Daleko najbolji bar u East Villageu ...,"{restaurant general, bar, positive}","{restaurant general, bar, positive}"
377
+ To je sjajno mjesto za gledanje ljudi.,"{restaurant miscellaneous, mjesto, positive}","{ambience general, mjesto, positive}"
378
+ "Prostor je bio ograničen, ali hrana je to nadoknadila.","{food quality, hrana, positive};{restaurant miscellaneous, Prostor, negative}","{food quality, hrana, positive};{ambience general, Prostor, negative}"
379
+ Jakobove kapice se očito kuhaju na crnom maslinovom maslacu što ih zaista čini jedinstvenima (da ne spominjemo ukusnima).,"{food quality, Jakobove kapice, positive};{food style_options, Jakobove kapice, positive}","{food quality, Jakobove kapice, positive}"
380
+ Ovo mjesto je šarmantno i opuštajuće.,"{ambience general, mjesto, positive}","{ambience general, mjesto, positive}"
381
+ uopće nije za žvakanje.,"{food quality, null, positive}","{food quality, null, negative}"
382
+ Bili smo u Seattleu samo jednu noć i tako mi je drago što smo odabrali Rays za večeru!,"{restaurant general, Rays, positive}","{restaurant general, Rays, positive}"
383
+ "– Nikada neću zaboraviti nevjerojatan obrok, usluga i ambijent koji doživljavam u ovom restoranu.","{service general, usluga, positive};{ambience general, ambijent, positive};{food quality, obrok, positive}","{service general, usluga, positive};{food quality, obrok, positive};{ambience general, ambijent, positive}"
384
+ Sjajno posebno predjelo od španjolske skuše i savršeno sushi u kutiji (to jegulja s avodcaom -- um um um ) .,"{food quality, sushi u kutiji, positive};{food quality, posebno predjelo od španjolske skuše, positive};{food quality, jegulja s avodcaom, positive}","{food quality, kutija (to jegulja s avodcaom, positive};{food quality, sushi, positive};{food quality, posebno predjelo od španjolske skuše, positive}"
385
+ Vikendom ćete možda morati čekati nekoliko sati.,"{service general, null, neutral}","{service general, null, negative}"
386
+ "– hrana nije bila sjajna, a konobari su bili nepristojni.","{service general, konobari, negative};{food quality, hrana, negative}","{food quality, hrana, negative};{service general, konobari, negative}"
387
+ "9 oz odrezak je došao sljedeći i imao je odličan okus, barem u početku.","{food quality, 9 oz odrezak, positive}","{food quality, 9 oz odrezak, positive}"
388
+ "Kad sam stigao tamo, sjeo sam uz stepenice gdje je atmosfera bila ugodna, a usluga užasna!","{service general, usluga, negative};{ambience general, atmosfera, positive}","{ambience general, atmosfera, positive};{service general, usluga, negative}"
389
+ "vinska karta je nevjerojatna, opsežna i raznolika, hrana je nevjerojatna, a osoblje je sve bilo jako lijepo, dobro u svom poslu i kulturno.","{service general, osoblje, positive};{drinks style_options, vinska karta, positive};{food quality, hrana, positive}","{food quality, vinska karta, positive};{food style_options, vinska karta, positive};{food quality, hrana, positive};{service general, osoblje, positive}"
390
+ – NE MOŽE BITI BOLJE! ! ! ! !,"{restaurant general, null, positive}","{restaurant general, null, positive}"
391
+ Nedjeljom poslijepodne svira bend i jako je zabavno.,"{ambience general, bend, positive}","{ambience general, bend, positive}"
392
+ "Sve, a mislim sve na izborniku je preslatko.","{food quality, izborniku, positive}","{food quality, izborniku, negative}"
393
+ "Znam da mnogi ljudi imaju svoje omiljene vrste pizza i pizza mjesta, ali Mioposto pizza nema kvalitetu i dobar okus.","{food quality, pizza, negative}","{food quality, pizza, negative}"
394
+ "Postoji samo jedno mjesto na istočnoj obali koje ima sve, plus puno više.","{restaurant general, mjesto, positive}","{restaurant general, mjesto, positive}"
395
+ Uvijek pobjednik.,"{restaurant general, null, positive}","{restaurant general, null, positive}"
396
+ Prethodne recenzije su rekle da su prilagođene djeci ... dajte mi odmor s dvoje male djece što je svjetlosna godina.,"{restaurant miscellaneous, null, negative}","{restaurant miscellaneous, null, negative}"
397
+ pizze su lagane i ukusne.,"{food quality, pizze, positive}","{food quality, pizze, positive};{food style_options, pizze, positive}"
398
+ "Pogledajte umjetnost na zidovima, vrlo šarena!","{ambience general, umjetnost na zidovima, positive}","{ambience general, umjetnost na zidovima, positive}"
399
+ Osrednji hrana,"{food quality, hrana, neutral}","{food quality, hrana, neutral}"
400
+ Nikad se više neću vratiti.,"{restaurant general, null, negative}","{restaurant general, null, negative}"
401
+ Bilo nam je vrlo teško privući pozornost konobarice i konačno smo morali ustati i ući unutra razgovarati s upraviteljem.,"{service general, konobarice, negative}","{service general, konobarice, negative}"
402
+ Nikad prevelika gužva i uvijek odlično usluga .,"{service general, usluga, positive};{restaurant miscellaneous, null, positive}","{service general, usluga, positive};{restaurant miscellaneous, null, positive}"
403
+ ti si na vrućem spoju i on/ona ima potrebu za sushi ... onda bi ovo moglo biti pravo mjesto.,"{food quality, sushi, positive}","{restaurant miscellaneous, ti, positive}"
404
+ "– Ne mogu vjerovati Murphy's postoji više od 25 godina, nevjerojatno.","{restaurant miscellaneous, Murphy's, positive}","{restaurant general, Murphy's, positive}"
405
+ "Možete biti zauzeti petkom za stolom, ali kada sjednete, usluga je toliko učinkovita da možete brzo ući i izaći.","{service general, usluga, positive}","{service general, usluga, positive}"
406
+ "to? poslužuju se ili s umak od papra ili redukcija crnog vina, iako se oba nisu mogla razlikovati po okusu.","{food quality, redukcija crnog vina, neutral};{food quality, umak od papra, neutral}","{food quality, null, negative};{food quality, redukcija crnog vina, negative};{food quality, umak od papra, negative}"
407
+ Najljepši konobari u gradu.,"{service general, konobari, positive}","{service general, konobari, positive}"
408
+ usluga bila je ljubazna i pažljiva.,"{service general, usluga, positive}","{service general, usluga, positive}"
409
+ "Dok sam ovo pisao, upravo sam ponovno pokušao dati link i još uvijek ne radi.","{restaurant miscellaneous, null, negative}","{service general, null, negative}"
410
+ sve daljnje potrebe koje smo možda imali nisu mogle biti zadovoljene jer nitko nije stao pokraj stola.,"{service general, null, negative}","{service general, null, negative}"
411
+ "Dobar Sushi, visoka cijena","{food quality, Sushi, positive};{food prices, Sushi, negative}","{food quality, Sushi, positive};{food prices, Sushi, negative}"
412
+ Ali poslužitelji bili su iznimno pažljivi i vrlo prijateljski raspoloženi.,"{service general, poslužitelji, positive}","{service general, poslužitelji, positive}"
413
+ "Bio sam na ovom mjesto, ljudi, i LOŠE je.","{restaurant general, mjesto, negative}","{restaurant general, mjesto, negative}"
414
+ odlično usluga,"{service general, usluga, positive}","{service general, usluga, positive}"
415
+ Bilo je to kao da jedete u potpuno drugom restoranu.,"{restaurant general, null, positive}","{restaurant miscellaneous, restoranu, negative}"
416
+ Dva palca gore!,"{food quality, null, positive}","{restaurant general, null, negative}"
417
+ Zamislite moje sretno iznenađenje kada sam otkrio da su pogledi tek treća najbolja stvar kod Rayovih!,"{restaurant general, Rayovih, positive};{location general, pogledi, positive}","{restaurant general, Rayovih, positive}"
418
+ "Ruku na srce, najbolji tuna koji sam ikada jeo.","{food quality, tuna, positive}","{food quality, tuna, positive}"
419
+ "Ako idete vidjeti Dannyja Gansa ili samo odsjesti u Mirageu, ne propustite ovo.","{restaurant general, null, positive}","{restaurant general, null, positive}"
420
+ odlično mjesto za ručak,"{restaurant general, mjesto za ručak, positive}","{restaurant general, mjesto, positive}"
421
+ Volim doručak ovdje.,"{food quality, doručak, positive}","{food quality, doručak, positive}"
422
+ sashimi bio je najsvježiji i najnježniji koji sam ikada probao.,"{food quality, sashimi, positive}","{food quality, sashimi, positive}"
423
+ Njihov jelovnik neće vas razočarati.,"{food style_options, jelovnik, positive}","{food style_options, jelovnik, positive}"
424
+ "Mnogi ljudi govore o odličnoj pizza i lošoj usluga, tako da to ne mogu biti samo vrijeđanja nekoliko nezadovoljnih kupaca.","{food quality, pizza, positive};{service general, usluga, negative}","{service general, usluga, negative};{food quality, pizza, positive}"
425
+ Neću se vratiti .,"{restaurant general, null, negative}","{restaurant general, null, negative}"
426
+ moja usluga bila je sjajna!,"{service general, usluga, positive}","{service general, usluga, positive}"
427
+ sigurno se vraćamo u ovaj restoran .,"{restaurant general, restoran, positive}","{restaurant general, restoran, positive}"
428
+ Sigurno će se vratiti.,"{restaurant general, null, positive}","{restaurant general, null, positive}"
429
+ Možda je dobro za onu jednu noć jednom za plavog mjeseca kada kuhari odluče upotrijebiti riba to je napola pristojno.,"{food quality, riba, negative}","{restaurant prices, null, negative}"
430
+ "– Bio sam na Open Sesame samo jednom, ali još uvijek se vrtim od iskustva! !","{restaurant general, Open Sesame, positive}","{restaurant general, Open Sesame, positive}"
431
+ "palačinke su svakako bile inventivne, ali 8,50 $ za 3 - 6 `` palačinke (jedna od njih je bila više kao 5 ``) u letu palačinki (uzorak od 3 različite palačinke) je dobro precijenjen.","{food style_options, palačinke, positive};{food prices, palačinke, negative}","{food prices, palačinke, negative};{food style_options, palačinke, positive};{food style_options, palačinki, positive}"
432
+ "MEĐUTIM, jednog nedjeljnog poslijepodneva suprug i ja smo ipak otišli (iako uz moje glasno negodovanje) i bili smo ugodno iznenađeni.","{restaurant general, null, positive}","{restaurant miscellaneous, null, positive}"
433
+ Itekako vrijedno toga,"{restaurant general, null, positive}","{restaurant general, Itekako, positive}"
434
+ Oprez - stvarna je hrana za ljude koji vole najbolje.,"{food quality, hrana, positive}","{food quality, hrana, positive}"
435
+ "Imam, ali ovdje - u toaletu zahod je bila kupaonica, što je bilo čudno.","{restaurant miscellaneous, zahod, negative}","{ambience general, zahod, negative}"
436
+ Najbolje jelo su honwy kozice od oraha - jednostavno izvanredne.,"{food quality, honwy kozice od oraha, positive}","{food quality, honwy kozice od oraha, positive}"
437
+ palačinke trebaju biti veće (najmanje 8 ``) kako bi opravdale trošak čak i uz jedinstvene ponude.,"{food style_options, palačinke, negative}","{food style_options, palačinke, negative};{food prices, palačinke, negative}"
438
+ – Prvi put sam večerao u ovom restoranu sa svojim sinom i bilo je apsolutno užasno!,"{restaurant general, restoranu, negative}","{restaurant general, restoranu, negative}"
439
+ Izvrsno,"{restaurant general, null, positive}","{restaurant general, null, positive}"
440
+ "Parking je relativno dobar, imaju svoje parkiralište i možete parkirati u obližnjem parku.","{restaurant miscellaneous, null, positive}","{parking general, Parking, positive}"
441
+ Cezar salata bila je izvrsna.,"{food quality, Cezar salata, positive}","{food quality, Cezar salata, positive}"
442
+ "– Ne razumijem kako sam tako dugo bio stranac na ovom mjestu ... the fajita salata , the colorado , the fajitas - SVE je ukusno .","{food quality, colorado, positive};{food quality, fajita salata, positive};{food quality, fajitas, positive}","{food quality, fajita salata, positive};{food quality, colorado, positive};{food quality, fajitas, positive}"
443
+ najbolje kineska hrana koje sam probao u dugo vremena,"{food quality, kineska hrana, positive}","{food quality, kineska hrana, positive}"
444
+ Cijena je također bila odgovarajuća.,"{restaurant prices, null, positive}","{restaurant prices, null, positive}"
445
+ Ukusno...!,"{food quality, null, positive}","{food quality, null, positive}"
446
+ Stavili smo ime i iako je bilo otvorenih stolova rečeno nam je da će biti potrebno čekati 30 minuta.,"{service general, null, negative}","{service general, null, negative}"
447
+ kava je također vrlo dobra.,"{drinks quality, kava, positive}","{drinks quality, kava, positive}"
448
+ "Na piće smo čekali više od 30 minuta, a na hranu više od 1 i 2 sata.","{service general, null, negative}","{service general, null, negative}"
449
+ poslužitelji iza pulta uvijek su ljubazni i uslužni.,"{service general, poslužitelji iza pulta, positive}","{service general, poslužitelji iza pulta, positive}"
450
+ "Naš konobar nije postojao i nakon što je naša hrana konačno stigla više od sat vremena nakon što smo naručili, nismo dobili vodu ni posuđe.","{service general, konobar, negative}","{service general, konobar, negative};{service general, naručili, negative}"
451
+ – Ovo mjesto je nevjerojatno precijenjeno.,"{restaurant general, mjesto, negative}","{restaurant general, mjesto, negative}"
452
+ Vrlo loše služba za korisnike .,"{service general, služba za korisnike, negative}","{service general, služba, negative}"
453
+ Ne možemo reći dovoljno o njihovim ukusnim gurmanima pizze!,"{food quality, pizze, positive}","{food quality, gurmanima pizze, positive}"
454
+ "Nadalje, dok je riba nedvojbeno svježa, rolice obično su neobjašnjivo bljutave.","{food quality, rolice, negative};{food quality, riba, positive}","{food quality, rolice, negative};{food quality, riba, positive}"
455
+ Jedina mana je gužva sjedenje i sporost usluga.,"{service general, usluga, negative};{restaurant miscellaneous, sjedenje, negative}","{service general, usluga, negative};{ambience general, sjedenje, negative}"
456
+ "Nije ostalo puno mjesta za pušenje u New Yorku, ali pronašao sam svoju omiljenu pušaču balkon u gradu.","{restaurant miscellaneous, balkon, positive}","{restaurant miscellaneous, pušača balkon, positive}"
457
+ "Podijelili smo obiteljski pladanj, a ja sam posebno uživao u crni bakalar u sake kasu .","{food quality, crni bakalar u sake kasu, positive}","{food quality, crni bakalar u sake kasu, positive};{food style_options, obiteljski pladanj, positive}"
458
+ "Ali prostor je malen i lijep, a usluga je korisna.","{ambience general, prostor, positive};{service general, usluga, positive}","{service general, usluga, positive};{ambience general, prostor, negative}"
459
+ Vrijedilo je čekati.,"{restaurant general, null, positive}","{restaurant general, null, positive}"
460
+ ukusan .,"{food quality, null, positive}","{restaurant general, ukusan, negative}"
461
+ Sladak,"{food quality, null, positive}","{food quality, Sladak, positive}"
462
+ - Osrednji Usluga / Kvaliteta,"{service general, Usluga, neutral}","{service general, Usluga, neutral}"
463
+ "– Ovo je jedno od mojih najboljih mjesta za ručak, ogromno porcije, brzo usluga i nevjerojatno margarite! !","{service general, usluga, positive};{drinks quality, margarite, positive};{restaurant general, null, positive};{food style_options, porcije, positive}","{food quality, margarite, positive};{food style_options, porcije, positive};{service general, usluga, positive}"
464
+ Najbolji kolači od rakova u gradu,"{food quality, kolači od rakova, positive}","{food quality, kolači od rakova, positive}"
465
+ "Sve što sam ovdje jeo je dobro, taco salate, burritos, enchilade volim ovo mjesto.","{food quality, taco salate, positive};{food quality, null, positive};{restaurant general, mjesto, positive};{food quality, burritos, positive};{food quality, enchilade, positive}","{food quality, enchilade, positive};{food quality, taco salate, positive};{food quality, burritos, positive};{restaurant general, ovo mjesto, positive}"
466
+ "Odlično Pizza, Loše Usluga","{food quality, Pizza, positive};{service general, Usluga, negative}","{service general, Usluga, negative};{food quality, Pizza, positive}"
467
+ sjajan,"{restaurant general, null, positive}","{restaurant general, null, positive}"
468
+ Moja najbolja prijateljica jela pileća shawarma i JOŠ UVIJEK oduševljeno govori o tome da je najbolja posvuda!,"{food quality, pileća shawarma, positive}","{food quality, pileća shawarma, positive}"
469
+ Chintzy porcije,"{food style_options, porcije, negative}","{food style_options, porcije, negative}"
470
+ Dobro jede .,"{food quality, jede, positive}","{food quality, jede, positive}"
471
+ "Obično vas na mjestima pitaju koliko vruće želite, ali nisu.","{service general, null, negative}","{service general, null, negative}"
472
+ "Uvijek sam smatrao da je osoblje konobara i, ako sjedite za šankom, kuhari vrlo ljubazni.","{service general, kuhari, positive}","{service general, kuhari, positive};{service general, osoblje konobara, positive}"
473
+ Ništa na izborniku nije manje nego nevjerojatno.,"{food quality, izborniku, positive}","{food quality, null, negative}"
474
+ "Moja grupa od dvoje bila je posebno ambiciozna i razbacili smo se Shilshole Sampler ... prekrasnim izborom golemih bijelih zaljevskih kozica, dimljene bijele tune, Rayeve fantastične manila školjke začinjeno koprom, jakobovim kapicama u ukusnom sojinom preljevu i malenom hrpicom Dungeness rakova na vrhu uzvišenog umak od maslaca .","{food quality, umak od maslaca, positive};{food style_options, Shilshole Sampler, positive};{food style_options, bijelih zaljevskih kozica, positive};{food quality, manila školjke, positive};{food quality, sojinom preljevu, positive}","{food quality, manila školjke začinjeno koprom, positive};{food quality, Dungeness rakova na vrhu uzvišenog umak od maslaca, positive};{food quality, Shilshole Sampler, positive};{food quality, dimljene bijele tune, positive};{food quality, bijelih zaljevskih kozica, positive}"
475
+ "Bio sam iskreno šokiran kada sam pročitao loše kritike - ovo mjesto je fantastično; nije nas iznevjerio ni na koji način, a jeli smo ovdje više od 10 puta.","{restaurant general, mjesto, positive}","{restaurant general, mjesto, positive}"
476
+ "Vaš obožavatelj sushi, volite stručno rezanu ribu, sjajnu sake, ubojitu SOHO lokacija i naravno: losos, tuna, metilj, žuti rep, bakalar, Skuša, žele riba, morski jež, škampi, jastog, orada, pastrva, mliječna riba, Tuna plave peraje, jegulja, rakovi, sardine, grdobine, ikra, jakobove kapice, kamenice i razne vrste Toro.","{food quality, sushi, positive};{location general, SOHO lokacija, positive};{food style_options, Toro, positive};{drinks quality, sake, positive};{food style_options, ribu, positive}","{food quality, losos, positive};{food quality, sake, positive};{location general, SOHO lokacija, positive};{food quality, stručno rezanu ribu, positive};{food style_options, sushi, positive}"
477
+ usluga je fantastična na ovom zabavnom mjestu .,"{restaurant general, mjestu, positive};{service general, usluga, positive}","{service general, usluga, positive};{ambience general, zabavnom mjestu, positive}"
478
+ "Također, bio je samo jedan kupaonska kabina - vjerojatno treba više za tako velike gužve.","{restaurant miscellaneous, kupaonska kabina, negative}","{ambience general, kupaonska kabina, negative}"
479
+ Otišli smo a da uopće nismo dobili usluga .,"{service general, usluga, negative}","{service general, usluga, negative}"
480
+ Svidjelo mi se .,"{restaurant general, null, positive}","{restaurant general, null, positive}"
481
+ – Toplo preporučujem Mioposto .,"{restaurant general, Mioposto, positive}","{restaurant general, Mioposto, positive}"
482
+ "hrana je fantastična, autentična, ukusna i vrlo, vrlo pristupačna.","{food quality, hrana, positive};{food prices, hrana, positive}","{food quality, hrana, positive};{food prices, hrana, positive}"
483
+ Ovdje sam jeo tri puta i utvrdio sam da su kvaliteta i raznolikost ribe izvrsni.,"{food quality, ribe, positive};{food style_options, ribe, positive}","{food quality, ribe, positive};{food style_options, ribe, positive}"
484
+ "Ali ona je vrlo prijateljski nastrojena s nekim ljudima, što to čini još iritantnijim.","{service general, null, negative}","{service general, null, negative}"
485
+ obični jelovnik ovdje je malo iznad prosjeka što nije vrijedno šmrkavog stava koji imate.,"{food quality, obični jelovnik, neutral};{service general, null, negative}","{food quality, jelovnik, positive};{food quality, stava, negative}"
486
+ "Također, poslužuju NAJBOLJE hummus u Americi, uz kapljicu mirisnog maslinovog ulja (što je, vjerujem, tradicionalan način)!","{food quality, hummus, positive};{food style_options, hummus, positive}","{food quality, hummus, positive}"
487
+ odlično pivo,"{drinks quality, pivo, positive}","{drinks quality, pivo, positive}"
488
+ Plodovi mora Plus,"{food quality, Plodovi mora, positive}","{food quality, Plodovi, positive}"
489
+ "tužno je što nema puno ljudi koji često jedu na ovakvim mjestima koja izgledaju skupo jer su u hotelu ... ali su definitivno ona koja ne želite propustiti, pogotovo ako ste u centru San Josea.","{restaurant general, null, positive}","{restaurant prices, null, negative};{restaurant general, null, positive}"
490
+ "Poslužuju ga u visokoj, tankoj čaši u obliku pješčanog sata kako bi prikrili činjenicu da u supermarketu dobivate mali sok po cijeni od pola galona.","{drinks style_options, sok, negative};{drinks prices, sok, negative}","{drinks style_options, null, negative}"
491
+ "hrana je bila u redu, ali usluga je bila toliko loša da je hrana bila hladna, što je omogućilo da svi u mojoj grupi budu posluženi.","{service general, usluga, negative};{food quality, hrana, neutral}","{service general, usluga, negative};{food quality, hrana, negative}"
492
+ odlično obrok – riba na pladnju s omikaseom bilo je apsolutno dekadentno -- nije bilo ništa od žilavosti koja ponekad prati pošteni sushi -- ova je riba bila savršena! ! ! !,"{food quality, riba na pladnju s omikaseom, positive};{food quality, obrok, positive}","{food quality, riba na pladnju s omikaseom, positive};{food quality, obrok, positive}"
493
+ Pića su izvrsna i osjećam se kao da sam u zemlji Trećeg svijeta kad uđem na vrata.,"{drinks quality, Pića, positive};{ambience general, null, positive}","{drinks quality, Pića, positive};{restaurant general, null, positive}"
494
+ Otvori i ohladi mjesto s najboljim pizza i kava,"{ambience general, mjesto, positive};{food quality, pizza, positive};{drinks quality, kava, positive}","{food quality, pizza, positive};{drinks quality, kava, positive}"
495
+ Creme brulee od zelenog čaja je obavezan!,"{food quality, Creme brulee od zelenog čaja, positive}","{food quality, Creme brulee od zelenog čaja, positive}"
496
+ Našao sam novi dom i upravo sam se preselio s dugotrajnim najmom.,"{restaurant general, null, positive}","{restaurant miscellaneous, null, positive}"
497
+ "Nisu najpričljiviji, ali svaki put kad sam bio tamo bili su jako zaposleni, što je vjerojatno razlog za nedostatak razgovora.","{service general, null, neutral}","{service general, null, negative}"
498
+ "Sama pizza nije baš najbolja koju sam IKAD jeo, ali je ipak prilično dobra.","{food quality, pizza, positive}","{food quality, pizza, positive}"
499
+ "Imali smo isto konobar drugi put, pa je možda usluga manjkava i naša sreća.","{service general, konobar, positive}","{service general, konobar, negative}"
500
+ – To je velika izjava s obzirom na to da izvlačim zamke za rakove i izrađujem kolače sam od svoje sedme godine - ali nešto u vezi s ovim malim vragovima svaki put postaje bolje.,"{food quality, kolače, positive}","{food quality, kolače, positive}"
501
+ Sjajno talijanska hrana!,"{food quality, talijanska hrana, positive}","{food quality, talijanska hrana, positive}"
502
+ "Međutim, ovo mjesto je dragulj i neću se prestati vraćati.","{restaurant general, mjesto, positive}","{restaurant general, mjesto, positive}"
503
+ "postaje jako prometno, stoga dođite ranije kako biste mogli zgrabiti mjesto, ako morate čekati, nije loše jer usluga je brza!","{service general, usluga, positive}","{service general, usluga, positive};{restaurant miscellaneous, postaje, positive}"
504
+ "Za večeru nam je trebalo samo oko sat vremena, a cijene su bile u redu za strip, gotovo 50 dolara po osobi nakon poreza i napojnice (otprilike prosjek).","{restaurant prices, null, neutral}","{restaurant prices, null, positive};{service general, null, positive}"
505
+ kolutiće luka su odlični!,"{food quality, kolutiće luka, positive}","{food quality, kolutiće luka, positive}"
506
+ "Ako ste u blizini, ne biste trebali biti razočarani.","{restaurant general, null, positive}","{restaurant miscellaneous, null, positive}"
507
+ – Velika financijska četvrt meksičko mjesto .,"{restaurant general, meksičko mjesto, positive}","{restaurant general, meksičko mjesto, positive}"
508
+ posebna rola za kuću je stvarno dobra.,"{food quality, posebna rola za kuću, positive}","{food quality, rola za kuću, positive}"
509
+ konobari vrlo su iskusni i od pomoći pri uparivanju vašeg izbora pića s vašim ukusom hrane ili obrnuto.,"{service general, konobari, positive}","{service general, konobari, positive}"
510
+ Savršenstvo .,"{restaurant general, null, positive}","{restaurant general, null, positive}"
511
+ Loše služba za korisnike / loše pizza .,"{food quality, pizza, negative};{service general, služba za korisnike, negative}","{service general, služba, negative};{food quality, pizza, negative}"
512
+ "Sve u svemu, vratio bih se i ponovno jeo u restoranu.","{restaurant general, restoranu, positive}","{restaurant general, restoranu, positive}"
513
+ Poslužitelj dao je nekoliko sake prijedloga koji su bili vrlo dobri.,"{drinks quality, sake, positive};{service general, Poslužitelj, positive}","{drinks quality, sake prijedloga, positive}"
514
+ Moj jedini negativan komentar je da bih volio da su komadi malo veći.,"{food style_options, komadi, negative}","{food style_options, komadi, negative}"
515
+ Ubrao sam šparoge koje su se pokazale nevjerojatno i savršeno pripremljene.,"{food quality, šparoge, positive}","{food quality, šparoge, positive}"
516
+ Ono što bi većini moglo biti zanimljivo je da najgora usluga/stav dolazi od vlasnika ovog objekta.,"{service general, vlasnika, negative}","{service general, usluga, negative};{service general, stav, negative}"
517
+ "Jedina mana je što je ovo mjesto stvarno skupo, a porcije su male.","{restaurant prices, mjesto, negative};{food style_options, porcije, negative}","{food prices, mana, negative};{food style_options, porcije, negative}"
518
+ "Užasno usluga, hrana ok, skupo","{service general, usluga, negative};{restaurant prices, null, negative};{food quality, hrana, neutral}","{restaurant prices, null, negative};{service general, usluga, negative};{food quality, hrana, neutral}"
519
+ Iako bi se usluga mogla poboljšati s obzirom na novac koji ste uložili.,"{service general, usluga, negative}","{service general, usluga, negative}"
520
+ "Redovito vidite indijske obitelji i prijatelje kako tamo ručaju, što je uvijek dobar znak.","{restaurant miscellaneous, null, positive}","{restaurant miscellaneous, null, positive}"
521
+ "Ako želim stajati u redu u nedjelju sat vremena kako bih dobio prosječnu hranu hrana za užinu, onda bih stavio Murphy's na vrh popisa.","{service general, null, negative};{food quality, hrana za užinu, neutral}","{food quality, hranu, negative};{restaurant miscellaneous, Murphy's, negative}"
522
+ Za količinu hrane koju smo dobili cijene su trebale biti niže.,"{food prices, hrane, negative}","{food prices, hrane, negative};{food style_options, hrane, negative}"
523
+ "Uvijek zauzeti, ali su dobri u tome da vas brzo smjeste i imaju brzu uslugu.","{service general, uslugu, positive};{service general, null, positive}","{service general, uslugu, positive}"
524
+ "vinska karta je prekrasna, a hrana me podsjeća na moje nedavno putovanje u Italiju.","{drinks style_options, vinska karta, positive}","{food quality, hrana, positive};{drinks style_options, vinska karta, positive}"
525
+ "hrana je bila odlična, margarite također, ali konobarica je bila previše zauzeta ljubaznošću prema svojoj drugoj većoj grupi nego da bi se bolje brinula o mojoj prijateljici i meni.","{drinks quality, margarite, positive};{service general, konobarica, negative};{food quality, hrana, positive}","{service general, konobarica, negative};{food quality, hrana, positive};{food quality, margarite, positive}"
526
+ Ne mogu reći dovoljno dobrih stvari o ovom restoran i jedva čekam sljedećih nekoliko posjeta.,"{restaurant general, restoran, positive}","{restaurant general, restoran, positive}"
527
+ Volim svaki put,"{restaurant general, null, positive}","{restaurant general, null, positive}"
528
+ Mi smo mještani i imamo osjećaj da je jedini način na koji ovo mjesto preživljava s takvim prosjekom hrana taj što su većina gostiju vjerojatno samo jednokratni gosti.,"{food quality, hrana, negative}","{restaurant miscellaneous, mjesto, negative};{food quality, hrana, negative}"
529
+ Također volim njihovu cezer salata .,"{food quality, cezer salata, positive}","{food quality, cezer salata, positive}"
530
+ Ne čini da se osjećate dobrodošli i tretira vas kao gnjavatora.,"{service general, null, negative}","{service general, null, negative}"
531
+ Upravo je prave veličine za jelovnik.,"{restaurant miscellaneous, null, positive}","{food style_options, jelovnik, positive}"
532
+ "hrana je fantastična, a osoblje bilo je savršeno svaki put kad smo bili tamo.","{service general, osoblje, positive};{food quality, hrana, positive}","{service general, osoblje, positive};{food quality, hrana, positive}"
533
+ pustinja bio je savršen završetak gotovo savršene večere.,"{food quality, večere, positive};{food quality, pustinja, positive}","{restaurant general, pustinja, positive}"
534
+ "Bio sam ovdje, potrošio sam hrpu novca na posebnu večeru kuhara i bilo je to veliko razočaranje.","{food prices, posebnu večeru kuhara, negative};{food quality, posebnu večeru kuhara, negative}","{food quality, posebnu večeru kuhara, negative};{food prices, posebnu večeru kuhara, negative}"
535
+ PRONAŠAO SAM NOVI DOM NA DRUGOJ AVENIJI! ! ! ! ! ! ! ! ! ! ! !,"{restaurant general, null, positive}","{restaurant general, DOM, positive}"
536
+ "– Morao sam čekati trideset minuta da uđem na vrata u utorak ujutro, ali bilo je vrijedno toga.","{restaurant general, null, positive};{restaurant miscellaneous, null, negative}","{restaurant general, null, positive}"
537
+ "– Tužno je vidjeti mjesto koje je nekoć bilo `` ONO `` mjesto za sastajanje i jelo za post ili ručak, a sada budi mjesto koje je veliko `` NE SMIRAJ SE . ``","{restaurant general, mjesto, negative}","{restaurant general, mjesto, negative}"
538
+ "piletina s limunom imala je okus poput ljepljivih slatkih krafni, a kozice s medom i orahom, ono malo što vam zapravo daju... nije bilo dobro.","{food quality, piletina s limunom, negative};{food quality, kozice s medom i orahom, negative};{food style_options, kozice s medom i orahom, negative}","{food quality, kozice s medom i orahom, negative};{food quality, piletina s limunom, negative}"
539
+ "Bilo je romantično - pa čak i lijepo čak i s mojom sestrom, podsjetilo me na Italiju i imalo je umjetničko djelo i glazbu koje su održavale osjećaj da se nalazim u mediteranskoj vili.","{ambience general, null, positive};{ambience general, glazbu, positive};{ambience general, umjetničko djelo, positive}","{ambience general, null, positive};{ambience general, glazbu, positive};{ambience general, umjetničko djelo, positive}"
540
+ "sushi je bio odličan, a posluga je bila brza.","{service general, posluga, positive};{food quality, sushi, positive}","{service general, posluga, positive};{food quality, sushi, positive}"
541
+ "Zapravo, mnogi se žele vratiti i drugi put tijekom svog posjeta.","{restaurant general, null, positive}","{restaurant general, null, positive}"
542
+ – Najbolje meksičko mjesto za ručak u financijskoj četvrti.,"{restaurant general, meksičko mjesto, positive}","{food quality, meksičko mjesto za ručak, positive}"
543
+ volim ovo mjesto!,"{restaurant general, mjesto, positive}","{restaurant general, ovo mjesto, positive}"
544
+ atmosfera je sjajna.,"{ambience general, atmosfera, positive}","{ambience general, atmosfera, positive}"
545
+ Savršen za hladan dan.,"{food quality, null, positive}","{restaurant miscellaneous, null, positive}"
experiments/de-en-pt/preds_pt.csv ADDED
The diff for this file is too large to render. See raw diff