zephyr7b / main.log
TobDeBer's picture
more log files
3040145
[1704810590] Log start
[1704810590] Cmd: ../llama.cpp/main -m zephyr_Q2_K.gguf -p "Where can I find friendly astronauts?" -t 8
[1704810590] main: build = 1798 (128de35)
[1704810590] main: built with cc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 for x86_64-linux-gnu
[1704810590] main: seed = 1704810590
[1704810590] main: llama backend init
[1704810590] main: load the model and apply lora adapter, if any
[1704810590] llama_model_loader: loaded meta data with 23 key-value pairs and 291 tensors from zephyr_Q2_K.gguf (version GGUF V3 (latest))
[1704810590] llama_model_loader: Dumping metadata keys/values. Note: KV overrides do not apply in this output.
[1704810590] llama_model_loader: - kv 0: general.architecture str = llama
[1704810590] llama_model_loader: - kv 1: general.name str = .
[1704810590] llama_model_loader: - kv 2: llama.context_length u32 = 32768
[1704810590] llama_model_loader: - kv 3: llama.embedding_length u32 = 4096
[1704810590] llama_model_loader: - kv 4: llama.block_count u32 = 32
[1704810590] llama_model_loader: - kv 5: llama.feed_forward_length u32 = 14336
[1704810590] llama_model_loader: - kv 6: llama.rope.dimension_count u32 = 128
[1704810590] llama_model_loader: - kv 7: llama.attention.head_count u32 = 32
[1704810590] llama_model_loader: - kv 8: llama.attention.head_count_kv u32 = 8
[1704810590] llama_model_loader: - kv 9: llama.attention.layer_norm_rms_epsilon f32 = 0.000010
[1704810590] llama_model_loader: - kv 10: llama.rope.freq_base f32 = 10000.000000
[1704810590] llama_model_loader: - kv 11: general.file_type u32 = 10
[1704810590] llama_model_loader: - kv 12: tokenizer.ggml.model str = llama
[1704810590] llama_model_loader: - kv 13: tokenizer.ggml.tokens arr[str,32000] = ["<unk>", "<s>", "</s>", "<0x00>", "<...
[1704810590] llama_model_loader: - kv 14: tokenizer.ggml.scores arr[f32,32000] = [0.000000, 0.000000, 0.000000, 0.0000...
[1704810590] llama_model_loader: - kv 15: tokenizer.ggml.token_type arr[i32,32000] = [2, 3, 3, 6, 6, 6, 6, 6, 6, 6, 6, 6, ...
[1704810590] llama_model_loader: - kv 16: tokenizer.ggml.merges arr[str,58980] = ["▁ t", "i n", "e r", "▁ a", "h e...[1704810590] llama_model_loader: - kv 17: tokenizer.ggml.bos_token_id u32 = 1
[1704810590] llama_model_loader: - kv 18: tokenizer.ggml.eos_token_id u32 = 2
[1704810590] llama_model_loader: - kv 19: tokenizer.ggml.unknown_token_id u32 = 0
[1704810590] llama_model_loader: - kv 20: tokenizer.ggml.padding_token_id u32 = 2
[1704810590] llama_model_loader: - kv 21: tokenizer.chat_template str = {% for message in messages %}\n{% if m...
[1704810590] llama_model_loader: - kv 22: general.quantization_version u32 = 2
[1704810590] llama_model_loader: - type f32: 65 tensors
[1704810590] llama_model_loader: - type q2_K: 65 tensors
[1704810590] llama_model_loader: - type q3_K: 160 tensors
[1704810590] llama_model_loader: - type q6_K: 1 tensors
[1704810590] llm_load_vocab: special tokens definition check successful ( 259/32000 ).
[1704810590] llm_load_print_meta: format = GGUF V3 (latest)
[1704810590] llm_load_print_meta: arch = llama
[1704810590] llm_load_print_meta: vocab type = SPM
[1704810590] llm_load_print_meta: n_vocab = 32000
[1704810590] llm_load_print_meta: n_merges = 0
[1704810590] llm_load_print_meta: n_ctx_train = 32768
[1704810590] llm_load_print_meta: n_embd = 4096
[1704810590] llm_load_print_meta: n_head = 32
[1704810590] llm_load_print_meta: n_head_kv = 8
[1704810590] llm_load_print_meta: n_layer = 32
[1704810590] llm_load_print_meta: n_rot = 128
[1704810590] llm_load_print_meta: n_embd_head_k = 128
[1704810590] llm_load_print_meta: n_embd_head_v = 128
[1704810590] llm_load_print_meta: n_gqa = 4
[1704810590] llm_load_print_meta: n_embd_k_gqa = 1024
[1704810590] llm_load_print_meta: n_embd_v_gqa = 1024
[1704810590] llm_load_print_meta: f_norm_eps = 0.0e+00
[1704810590] llm_load_print_meta: f_norm_rms_eps = 1.0e-05
[1704810590] llm_load_print_meta: f_clamp_kqv = 0.0e+00
[1704810590] llm_load_print_meta: f_max_alibi_bias = 0.0e+00
[1704810590] llm_load_print_meta: n_ff = 14336
[1704810590] llm_load_print_meta: n_expert = 0
[1704810590] llm_load_print_meta: n_expert_used = 0
[1704810590] llm_load_print_meta: rope scaling = linear
[1704810590] llm_load_print_meta: freq_base_train = 10000.0
[1704810590] llm_load_print_meta: freq_scale_train = 1
[1704810590] llm_load_print_meta: n_yarn_orig_ctx = 32768
[1704810590] llm_load_print_meta: rope_finetuned = unknown
[1704810590] llm_load_print_meta: model type = 7B
[1704810590] llm_load_print_meta: model ftype = Q2_K
[1704810590] llm_load_print_meta: model params = 7.24 B
[1704810590] llm_load_print_meta: model size = 2.87 GiB (3.41 BPW)
[1704810590] llm_load_print_meta: general.name = .
[1704810590] llm_load_print_meta: BOS token = 1 '<s>'
[1704810590] llm_load_print_meta: EOS token = 2 '</s>'
[1704810590] llm_load_print_meta: UNK token = 0 '<unk>'
[1704810590] llm_load_print_meta: PAD token = 2 '</s>'
[1704810590] llm_load_print_meta: LF token = 13 '<0x0A>'
[1704810590] llm_load_tensors: ggml ctx size = 0.11 MiB
[1704810642] llm_load_tensors: system memory used = 2939.68 MiB
[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642] .[1704810642]
[1704810642] llama_new_context_with_model: n_ctx = 512
[1704810642] llama_new_context_with_model: freq_base = 10000.0
[1704810642] llama_new_context_with_model: freq_scale = 1
[1704810642] llama_new_context_with_model: KV self size = 64.00 MiB, K (f16): 32.00 MiB, V (f16): 32.00 MiB
[1704810642] llama_build_graph: non-view tensors processed: 676/676
[1704810642] llama_new_context_with_model: compute buffer total size = 76.19 MiB
[1704810642] warming up the model with an empty run
[1704810644] n_ctx: 512
[1704810644]
[1704810644] system_info: n_threads = 8 / 8 | AVX = 1 | AVX_VNNI = 0 | AVX2 = 1 | AVX512 = 1 | AVX512_VBMI = 1 | AVX512_VNNI = 1 | FMA = 1 | NEON = 0 | ARM_FMA = 0 | F16C = 1 | FP16_VA = 0 | WASM_SIMD = 0 | BLAS = 0 | SSE3 = 1 | SSSE3 = 1 | VSX = 0 |
[1704810644] add_bos: 1
[1704810644] tokenize the prompt
[1704810644] prompt: "Where can I find friendly astronauts?"
[1704810644] tokens: [ '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804 ]
[1704810644] recalculate the cached logits (check): embd_inp.empty() false, n_matching_session_tokens 0, embd_inp.size() 11, session_tokens.size() 0, embd_inp.size() 11
[1704810644] inp_pfx: [ '':1, ' ':28705, '':13, '':13, '###':27332, ' Inst':3133, 'ruction':3112, ':':28747, '':13, '':13 ]
[1704810644] inp_sfx: [ ' ':28705, '':13, '':13, '###':27332, ' Response':12107, ':':28747, '':13, '':13 ]
[1704810644] cml_pfx: [ '':1, ' ':28705, '':13, '<':28789, '|':28766, 'im':321, '_':28730, 'start':2521, '|':28766, '>':28767, 'user':1838, '':13 ]
[1704810644] cml_sfx: [ ' <':523, '|':28766, 'im':321, '_':28730, 'end':416, '|':28766, '>':28767, '':13, '<':28789, '|':28766, 'im':321, '_':28730, 'start':2521, '|':28766, '>':28767, 'ass':489, 'istant':11143, '':13 ]
[1704810644] sampling:
repeat_last_n = 64, repeat_penalty = 1.100, frequency_penalty = 0.000, presence_penalty = 0.000
top_k = 40, tfs_z = 1.000, top_p = 0.950, min_p = 0.050, typical_p = 1.000, temp = 0.800
mirostat = 0, mirostat_lr = 0.100, mirostat_ent = 5.000
[1704810644] sampling order:
CFG -> Penalties -> top_k -> tfs_z -> typical_p -> top_p -> min_p -> temp
[1704810644] generate: n_ctx = 512, n_batch = 512, n_predict = -1, n_keep = 0
[1704810644]
[1704810644] embd_inp.size(): 11, n_consumed: 0
[1704810644] eval: [ '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804 ]
[1704810648] n_past = 11
[1704810648] sampled token: 13: '
'
[1704810648] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13 ]
[1704810648] n_remain: -2
[1704810648] eval: [ '':13 ]
[1704810649] n_past = 12
[1704810649] sampled token: 21984: 'GroupLayout'
[1704810649] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984 ]
[1704810649] n_remain: -3
[1704810649] eval: [ 'GroupLayout':21984 ]
[1704810653] n_past = 13
[1704810653] sampled token: 28747: ':'
[1704810653] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747 ]
[1704810653] n_remain: -4
[1704810653] eval: [ ':':28747 ]
[1704810656] n_past = 14
[1704810656] sampled token: 851: ' This'
[1704810656] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851 ]
[1704810656] n_remain: -5
[1704810656] eval: [ ' This':851 ]
[1704810657] n_past = 15
[1704810657] sampled token: 1704: ' post'
[1704810657] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704 ]
[1704810657] n_remain: -6
[1704810657] eval: [ ' post':1704 ]
[1704810658] n_past = 16
[1704810658] sampled token: 349: ' is'
[1704810658] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349 ]
[1704810658] n_remain: -7
[1704810658] eval: [ ' is':349 ]
[1704810659] n_past = 17
[1704810659] sampled token: 744: ' part'
[1704810659] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744 ]
[1704810659] n_remain: -8
[1704810659] eval: [ ' part':744 ]
[1704810661] n_past = 18
[1704810661] sampled token: 302: ' of'
[1704810661] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302 ]
[1704810661] n_remain: -9
[1704810661] eval: [ ' of':302 ]
[1704810662] n_past = 19
[1704810662] sampled token: 272: ' the'
[1704810662] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272 ]
[1704810662] n_remain: -10
[1704810662] eval: [ ' the':272 ]
[1704810664] n_past = 20
[1704810664] sampled token: 9970: ' Global'
[1704810664] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970 ]
[1704810664] n_remain: -11
[1704810664] eval: [ ' Global':9970 ]
[1704810665] n_past = 21
[1704810665] sampled token: 21095: ' Blog'
[1704810665] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095 ]
[1704810665] n_remain: -12
[1704810665] eval: [ ' Blog':21095 ]
[1704810666] n_past = 22
[1704810666] sampled token: 7850: 'gers'
[1704810666] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850 ]
[1704810666] n_remain: -13
[1704810666] eval: [ 'gers':7850 ]
[1704810667] n_past = 23
[1704810667] sampled token: 3681: ' network'
[1704810667] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681 ]
[1704810667] n_remain: -14
[1704810667] eval: [ ' network':3681 ]
[1704810668] n_past = 24
[1704810668] sampled token: 354: ' for'
[1704810668] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354 ]
[1704810668] n_remain: -15
[1704810668] eval: [ ' for':354 ]
[1704810669] n_past = 25
[1704810669] sampled token: 5085: ' Air'
[1704810669] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085 ]
[1704810669] n_remain: -16
[1704810669] eval: [ ' Air':5085 ]
[1704810670] n_past = 26
[1704810670] sampled token: 1450: ' New'
[1704810670] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450 ]
[1704810670] n_remain: -17
[1704810670] eval: [ ' New':1450 ]
[1704810671] n_past = 27
[1704810671] sampled token: 12696: ' Zealand'
[1704810671] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696 ]
[1704810671] n_remain: -18
[1704810671] eval: [ ' Zealand':12696 ]
[1704810672] n_past = 28
[1704810672] sampled token: 28723: '.'
[1704810672] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723 ]
[1704810672] n_remain: -19
[1704810672] eval: [ '.':28723 ]
[1704810673] n_past = 29
[1704810673] sampled token: 661: ' It'
[1704810673] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661 ]
[1704810673] n_remain: -20
[1704810673] eval: [ ' It':661 ]
[1704810674] n_past = 30
[1704810674] sampled token: 28809: '’'
[1704810674] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809 ]
[1704810674] n_remain: -21
[1704810674] eval: [ '':28809 ]
[1704810676] n_past = 31
[1704810676] sampled token: 28713: 's'
[1704810676] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713 ]
[1704810676] n_remain: -22
[1704810676] eval: [ 's':28713 ]
[1704810677] n_past = 32
[1704810677] sampled token: 544: ' all'
[1704810677] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544 ]
[1704810677] n_remain: -23
[1704810677] eval: [ ' all':544 ]
[1704810678] n_past = 33
[1704810678] sampled token: 684: ' about'
[1704810678] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684 ]
[1704810678] n_remain: -24
[1704810678] eval: [ ' about':684 ]
[1704810679] n_past = 34
[1704810679] sampled token: 4530: ' travel'
[1704810679] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530 ]
[1704810679] n_remain: -25
[1704810679] eval: [ ' travel':4530 ]
[1704810680] n_past = 35
[1704810680] sampled token: 9021: ' experiences'
[1704810680] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021 ]
[1704810680] n_remain: -26
[1704810680] eval: [ ' experiences':9021 ]
[1704810681] n_past = 36
[1704810681] sampled token: 304: ' and'
[1704810681] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304 ]
[1704810681] n_remain: -27
[1704810681] eval: [ ' and':304 ]
[1704810683] n_past = 37
[1704810683] sampled token: 2620: ' dest'
[1704810683] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620 ]
[1704810683] n_remain: -28
[1704810683] eval: [ ' dest':2620 ]
[1704810684] n_past = 38
[1704810684] sampled token: 9435: 'inations'
[1704810684] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435 ]
[1704810684] n_remain: -29
[1704810684] eval: [ 'inations':9435 ]
[1704810685] n_past = 39
[1704810685] sampled token: 28808: '!'
[1704810685] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808 ]
[1704810685] n_remain: -30
[1704810685] eval: [ '!':28808 ]
[1704810687] n_past = 40
[1704810687] sampled token: 13: '
'
[1704810687] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13 ]
[1704810687] n_remain: -31
[1704810687] eval: [ '':13 ]
[1704810687] n_past = 41
[1704810687] sampled token: 2486: 'On'
[1704810687] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486 ]
[1704810687] n_remain: -32
[1704810687] eval: [ 'On':2486 ]
[1704810689] n_past = 42
[1704810689] sampled token: 264: ' a'
[1704810689] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264 ]
[1704810689] n_remain: -33
[1704810689] eval: [ ' a':264 ]
[1704810690] n_past = 43
[1704810690] sampled token: 5391: ' recent'
[1704810690] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391 ]
[1704810690] n_remain: -34
[1704810690] eval: [ ' recent':5391 ]
[1704810693] n_past = 44
[1704810693] sampled token: 9314: ' flight'
[1704810693] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314 ]
[1704810693] n_remain: -35
[1704810693] eval: [ ' flight':9314 ]
[1704810694] n_past = 45
[1704810694] sampled token: 477: ' from'
[1704810694] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477 ]
[1704810694] n_remain: -36
[1704810694] eval: [ ' from':477 ]
[1704810695] n_past = 46
[1704810695] sampled token: 330: ' A'
[1704810695] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330 ]
[1704810695] n_remain: -37
[1704810695] eval: [ ' A':330 ]
[1704810697] n_past = 47
[1704810697] sampled token: 1384: 'uck'
[1704810697] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384 ]
[1704810697] n_remain: -38
[1704810697] eval: [ 'uck':1384 ]
[1704810698] n_past = 48
[1704810698] sampled token: 1207: 'land'
[1704810698] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207 ]
[1704810698] n_remain: -39
[1704810698] eval: [ 'land':1207 ]
[1704810699] n_past = 49
[1704810699] sampled token: 298: ' to'
[1704810699] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298 ]
[1704810699] n_remain: -40
[1704810699] eval: [ ' to':298 ]
[1704810700] n_past = 50
[1704810700] sampled token: 394: ' W'
[1704810700] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394 ]
[1704810700] n_remain: -41
[1704810700] eval: [ ' W':394 ]
[1704810701] n_past = 51
[1704810701] sampled token: 3572: 'elling'
[1704810701] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572 ]
[1704810701] n_remain: -42
[1704810701] eval: [ 'elling':3572 ]
[1704810702] n_past = 52
[1704810702] sampled token: 1158: 'ton'
[1704810702] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158 ]
[1704810702] n_remain: -43
[1704810702] eval: [ 'ton':1158 ]
[1704810703] n_past = 53
[1704810703] sampled token: 28725: ','
[1704810703] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725 ]
[1704810703] n_remain: -44
[1704810703] eval: [ ',':28725 ]
[1704810704] n_past = 54
[1704810704] sampled token: 586: ' my'
[1704810704] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586 ]
[1704810704] n_remain: -45
[1704810704] eval: [ ' my':586 ]
[1704810706] n_past = 55
[1704810706] sampled token: 6977: ' partner'
[1704810706] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977 ]
[1704810706] n_remain: -46
[1704810706] eval: [ ' partner':6977 ]
[1704810707] n_past = 56
[1704810707] sampled token: 304: ' and'
[1704810707] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304 ]
[1704810707] n_remain: -47
[1704810707] eval: [ ' and':304 ]
[1704810708] n_past = 57
[1704810708] sampled token: 315: ' I'
[1704810708] last: [ '':0, '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315 ]
[1704810708] n_remain: -48
[1704810708] eval: [ ' I':315 ]
[1704810710] n_past = 58
[1704810710] sampled token: 654: ' were'
[1704810710] last: [ '':0, '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654 ]
[1704810710] n_remain: -49
[1704810710] eval: [ ' were':654 ]
[1704810711] n_past = 59
[1704810711] sampled token: 27473: ' greeted'
[1704810711] last: [ '':0, '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473 ]
[1704810711] n_remain: -50
[1704810711] eval: [ ' greeted':27473 ]
[1704810712] n_past = 60
[1704810712] sampled token: 486: ' by'
[1704810712] last: [ '':0, '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486 ]
[1704810712] n_remain: -51
[1704810712] eval: [ ' by':486 ]
[1704810713] n_past = 61
[1704810713] sampled token: 741: ' some'
[1704810713] last: [ '':0, '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741 ]
[1704810713] n_remain: -52
[1704810713] eval: [ ' some':741 ]
[1704810716] n_past = 62
[1704810716] sampled token: 10131: ' friendly'
[1704810716] last: [ '':0, '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131 ]
[1704810716] n_remain: -53
[1704810716] eval: [ ' friendly':10131 ]
[1704810718] n_past = 63
[1704810718] sampled token: 15311: ' astr'
[1704810718] last: [ '':1, ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311 ]
[1704810718] n_remain: -54
[1704810718] eval: [ ' astr':15311 ]
[1704810719] n_past = 64
[1704810719] sampled token: 266: 'on'
[1704810719] last: [ ' Where':6926, ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266 ]
[1704810719] n_remain: -55
[1704810719] eval: [ 'on':266 ]
[1704810720] n_past = 65
[1704810720] sampled token: 1228: 'aut'
[1704810720] last: [ ' can':541, ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228 ]
[1704810720] n_remain: -56
[1704810720] eval: [ 'aut':1228 ]
[1704810721] n_past = 66
[1704810721] sampled token: 28713: 's'
[1704810721] last: [ ' I':315, ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713 ]
[1704810721] n_remain: -57
[1704810721] eval: [ 's':28713 ]
[1704810723] n_past = 67
[1704810723] sampled token: 28723: '.'
[1704810723] last: [ ' find':1300, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723 ]
[1704810723] n_remain: -58
[1704810723] eval: [ '.':28723 ]
[1704810724] n_past = 68
[1704810724] sampled token: 2280: ' Not'
[1704810724] last: [ ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280 ]
[1704810724] n_remain: -59
[1704810724] eval: [ ' Not':2280 ]
[1704810729] n_past = 69
[1704810729] sampled token: 776: ' just'
[1704810729] last: [ ' astr':15311, 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776 ]
[1704810729] n_remain: -60
[1704810729] eval: [ ' just':776 ]
[1704810730] n_past = 70
[1704810730] sampled token: 707: ' any'
[1704810730] last: [ 'on':266, 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707 ]
[1704810730] n_remain: -61
[1704810730] eval: [ ' any':707 ]
[1704810731] n_past = 71
[1704810731] sampled token: 15311: ' astr'
[1704810731] last: [ 'aut':1228, 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311 ]
[1704810731] n_remain: -62
[1704810731] eval: [ ' astr':15311 ]
[1704810732] n_past = 72
[1704810732] sampled token: 266: 'on'
[1704810732] last: [ 's':28713, '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266 ]
[1704810732] n_remain: -63
[1704810732] eval: [ 'on':266 ]
[1704810733] n_past = 73
[1704810733] sampled token: 1228: 'aut'
[1704810733] last: [ '?':28804, '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228 ]
[1704810733] n_remain: -64
[1704810733] eval: [ 'aut':1228 ]
[1704810734] n_past = 74
[1704810734] sampled token: 28713: 's'
[1704810734] last: [ '':13, 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713 ]
[1704810734] n_remain: -65
[1704810734] eval: [ 's':28713 ]
[1704810735] n_past = 75
[1704810735] sampled token: 2477: ' either'
[1704810735] last: [ 'GroupLayout':21984, ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477 ]
[1704810735] n_remain: -66
[1704810735] eval: [ ' either':2477 ]
[1704810737] n_past = 76
[1704810737] sampled token: 28725: ','
[1704810737] last: [ ':':28747, ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725 ]
[1704810737] n_remain: -67
[1704810737] eval: [ ',':28725 ]
[1704810738] n_past = 77
[1704810738] sampled token: 562: ' but'
[1704810738] last: [ ' This':851, ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562 ]
[1704810738] n_remain: -68
[1704810738] eval: [ ' but':562 ]
[1704810742] n_past = 78
[1704810742] sampled token: 989: ' two'
[1704810742] last: [ ' post':1704, ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989 ]
[1704810742] n_remain: -69
[1704810742] eval: [ ' two':989 ]
[1704810746] n_past = 79
[1704810746] sampled token: 302: ' of'
[1704810746] last: [ ' is':349, ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302 ]
[1704810746] n_remain: -70
[1704810746] eval: [ ' of':302 ]
[1704810749] n_past = 80
[1704810749] sampled token: 5085: ' Air'
[1704810749] last: [ ' part':744, ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085 ]
[1704810749] n_remain: -71
[1704810749] eval: [ ' Air':5085 ]
[1704810752] n_past = 81
[1704810752] sampled token: 1450: ' New'
[1704810752] last: [ ' of':302, ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450 ]
[1704810752] n_remain: -72
[1704810752] eval: [ ' New':1450 ]
[1704810754] n_past = 82
[1704810754] sampled token: 12696: ' Zealand'
[1704810754] last: [ ' the':272, ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696 ]
[1704810754] n_remain: -73
[1704810754] eval: [ ' Zealand':12696 ]
[1704810755] n_past = 83
[1704810755] sampled token: 28809: '’'
[1704810755] last: [ ' Global':9970, ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809 ]
[1704810755] n_remain: -74
[1704810755] eval: [ '':28809 ]
[1704810756] n_past = 84
[1704810756] sampled token: 28713: 's'
[1704810756] last: [ ' Blog':21095, 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713 ]
[1704810756] n_remain: -75
[1704810756] eval: [ 's':28713 ]
[1704810758] n_past = 85
[1704810758] sampled token: 28705: ' '
[1704810758] last: [ 'gers':7850, ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705 ]
[1704810758] n_remain: -76
[1704810758] eval: [ ' ':28705 ]
[1704810761] n_past = 86
[1704810761] sampled token: 28750: '2'
[1704810761] last: [ ' network':3681, ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750 ]
[1704810761] n_remain: -77
[1704810761] eval: [ '2':28750 ]
[1704810762] n_past = 87
[1704810762] sampled token: 28734: '0'
[1704810762] last: [ ' for':354, ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734 ]
[1704810762] n_remain: -78
[1704810762] eval: [ '0':28734 ]
[1704810763] n_past = 88
[1704810763] sampled token: 28740: '1'
[1704810763] last: [ ' Air':5085, ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740 ]
[1704810763] n_remain: -79
[1704810763] eval: [ '1':28740 ]
[1704810764] n_past = 89
[1704810764] sampled token: 28783: '8'
[1704810764] last: [ ' New':1450, ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783 ]
[1704810764] n_remain: -80
[1704810764] eval: [ '8':28783 ]
[1704810765] n_past = 90
[1704810765] sampled token: 6661: ' safety'
[1704810765] last: [ ' Zealand':12696, '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661 ]
[1704810765] n_remain: -81
[1704810765] eval: [ ' safety':6661 ]
[1704810766] n_past = 91
[1704810766] sampled token: 3798: ' video'
[1704810766] last: [ '.':28723, ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798 ]
[1704810766] n_remain: -82
[1704810766] eval: [ ' video':3798 ]
[1704810767] n_past = 92
[1704810767] sampled token: 7448: ' stars'
[1704810767] last: [ ' It':661, '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448 ]
[1704810767] n_remain: -83
[1704810767] eval: [ ' stars':7448 ]
[1704810768] n_past = 93
[1704810768] sampled token: 764: ' –'
[1704810768] last: [ '':28809, 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764 ]
[1704810768] n_remain: -84
[1704810768] eval: [ ' ':764 ]
[1704810769] n_past = 94
[1704810769] sampled token: 1353: ' real'
[1704810769] last: [ 's':28713, ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353 ]
[1704810769] n_remain: -85
[1704810769] eval: [ ' real':1353 ]
[1704810770] n_past = 95
[1704810770] sampled token: 1411: ' life'
[1704810770] last: [ ' all':544, ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411 ]
[1704810770] n_remain: -86
[1704810770] eval: [ ' life':1411 ]
[1704810772] n_past = 96
[1704810772] sampled token: 15311: ' astr'
[1704810772] last: [ ' about':684, ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311 ]
[1704810772] n_remain: -87
[1704810772] eval: [ ' astr':15311 ]
[1704810772] n_past = 97
[1704810772] sampled token: 266: 'on'
[1704810772] last: [ ' travel':4530, ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266 ]
[1704810772] n_remain: -88
[1704810772] eval: [ 'on':266 ]
[1704810775] n_past = 98
[1704810775] sampled token: 1228: 'aut'
[1704810775] last: [ ' experiences':9021, ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228 ]
[1704810775] n_remain: -89
[1704810775] eval: [ 'aut':1228 ]
[1704810776] n_past = 99
[1704810776] sampled token: 28713: 's'
[1704810776] last: [ ' and':304, ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713 ]
[1704810776] n_remain: -90
[1704810776] eval: [ 's':28713 ]
[1704810777] n_past = 100
[1704810777] sampled token: 28725: ','
[1704810777] last: [ ' dest':2620, 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725 ]
[1704810777] n_remain: -91
[1704810777] eval: [ ',':28725 ]
[1704810778] n_past = 101
[1704810778] sampled token: 2985: ' Dr'
[1704810778] last: [ 'inations':9435, '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985 ]
[1704810778] n_remain: -92
[1704810778] eval: [ ' Dr':2985 ]
[1704810780] n_past = 102
[1704810780] sampled token: 18504: ' Helen'
[1704810780] last: [ '!':28808, '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504 ]
[1704810780] n_remain: -93
[1704810780] eval: [ ' Helen':18504 ]
[1704810782] n_past = 103
[1704810782] sampled token: 20071: ' Shar'
[1704810782] last: [ '':13, 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071 ]
[1704810782] n_remain: -94
[1704810782] eval: [ ' Shar':20071 ]
[1704810785] n_past = 104
[1704810785] sampled token: 1294: 'man'
[1704810785] last: [ 'On':2486, ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294 ]
[1704810785] n_remain: -95
[1704810785] eval: [ 'man':1294 ]
[1704810787] n_past = 105
[1704810787] sampled token: 304: ' and'
[1704810787] last: [ ' a':264, ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304 ]
[1704810787] n_remain: -96
[1704810787] eval: [ ' and':304 ]
[1704810788] n_past = 106
[1704810788] sampled token: 2985: ' Dr'
[1704810788] last: [ ' recent':5391, ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985 ]
[1704810788] n_remain: -97
[1704810788] eval: [ ' Dr':2985 ]
[1704810789] n_past = 107
[1704810789] sampled token: 351: ' M'
[1704810789] last: [ ' flight':9314, ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351 ]
[1704810789] n_remain: -98
[1704810789] eval: [ ' M':351 ]
[1704810790] n_past = 108
[1704810790] sampled token: 4643: 'ae'
[1704810790] last: [ ' from':477, ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643 ]
[1704810790] n_remain: -99
[1704810790] eval: [ 'ae':4643 ]
[1704810792] n_past = 109
[1704810792] sampled token: 475: ' J'
[1704810792] last: [ ' A':330, 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475 ]
[1704810792] n_remain: -100
[1704810792] eval: [ ' J':475 ]
[1704810793] n_past = 110
[1704810793] sampled token: 366: 'em'
[1704810793] last: [ 'uck':1384, 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366 ]
[1704810793] n_remain: -101
[1704810793] eval: [ 'em':366 ]
[1704810794] n_past = 111
[1704810794] sampled token: 2350: 'ison'
[1704810794] last: [ 'land':1207, ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350 ]
[1704810794] n_remain: -102
[1704810794] eval: [ 'ison':2350 ]
[1704810795] n_past = 112
[1704810795] sampled token: 28808: '!'
[1704810795] last: [ ' to':298, ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808 ]
[1704810795] n_remain: -103
[1704810795] eval: [ '!':28808 ]
[1704810797] n_past = 113
[1704810797] sampled token: 13: '
'
[1704810797] last: [ ' W':394, 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13 ]
[1704810797] n_remain: -104
[1704810797] eval: [ '':13 ]
[1704810798] n_past = 114
[1704810798] sampled token: 1014: 'The'
[1704810798] last: [ 'elling':3572, 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014 ]
[1704810798] n_remain: -105
[1704810798] eval: [ 'The':1014 ]
[1704810799] n_past = 115
[1704810799] sampled token: 2423: ' air'
[1704810799] last: [ 'ton':1158, ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423 ]
[1704810799] n_remain: -106
[1704810799] eval: [ ' air':2423 ]
[1704810800] n_past = 116
[1704810800] sampled token: 1081: 'line'
[1704810800] last: [ ',':28725, ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081 ]
[1704810800] n_remain: -107
[1704810800] eval: [ 'line':1081 ]
[1704810801] n_past = 117
[1704810801] sampled token: 659: ' has'
[1704810801] last: [ ' my':586, ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659 ]
[1704810801] n_remain: -108
[1704810801] eval: [ ' has':659 ]
[1704810802] n_past = 118
[1704810802] sampled token: 264: ' a'
[1704810802] last: [ ' partner':6977, ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264 ]
[1704810802] n_remain: -109
[1704810802] eval: [ ' a':264 ]
[1704810804] n_past = 119
[1704810804] sampled token: 12947: ' reputation'
[1704810804] last: [ ' and':304, ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947 ]
[1704810804] n_remain: -110
[1704810804] eval: [ ' reputation':12947 ]
[1704810806] n_past = 120
[1704810806] sampled token: 354: ' for'
[1704810806] last: [ ' I':315, ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354 ]
[1704810806] n_remain: -111
[1704810806] eval: [ ' for':354 ]
[1704810811] n_past = 121
[1704810811] sampled token: 871: ' its'
[1704810811] last: [ ' were':654, ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871 ]
[1704810811] n_remain: -112
[1704810811] eval: [ ' its':871 ]
[1704810813] n_past = 122
[1704810813] sampled token: 9811: ' creative'
[1704810813] last: [ ' greeted':27473, ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811 ]
[1704810813] n_remain: -113
[1704810813] eval: [ ' creative':9811 ]
[1704810814] n_past = 123
[1704810814] sampled token: 6661: ' safety'
[1704810814] last: [ ' by':486, ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661 ]
[1704810814] n_remain: -114
[1704810814] eval: [ ' safety':6661 ]
[1704810816] n_past = 124
[1704810816] sampled token: 10506: ' videos'
[1704810816] last: [ ' some':741, ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506 ]
[1704810816] n_remain: -115
[1704810816] eval: [ ' videos':10506 ]
[1704810817] n_past = 125
[1704810817] sampled token: 304: ' and'
[1704810817] last: [ ' friendly':10131, ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304 ]
[1704810817] n_remain: -116
[1704810817] eval: [ ' and':304 ]
[1704810818] n_past = 126
[1704810818] sampled token: 272: ' the'
[1704810818] last: [ ' astr':15311, 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272 ]
[1704810818] n_remain: -117
[1704810818] eval: [ ' the':272 ]
[1704810820] n_past = 127
[1704810820] sampled token: 7345: ' latest'
[1704810820] last: [ 'on':266, 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345 ]
[1704810820] n_remain: -118
[1704810820] eval: [ ' latest':7345 ]
[1704810821] n_past = 128
[1704810821] sampled token: 624: ' one'
[1704810821] last: [ 'aut':1228, 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624 ]
[1704810821] n_remain: -119
[1704810821] eval: [ ' one':624 ]
[1704810822] n_past = 129
[1704810822] sampled token: 349: ' is'
[1704810822] last: [ 's':28713, '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349 ]
[1704810822] n_remain: -120
[1704810822] eval: [ ' is':349 ]
[1704810823] n_past = 130
[1704810823] sampled token: 708: ' no'
[1704810823] last: [ '.':28723, ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708 ]
[1704810823] n_remain: -121
[1704810823] eval: [ ' no':708 ]
[1704810824] n_past = 131
[1704810824] sampled token: 5851: ' exception'
[1704810824] last: [ ' Not':2280, ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851 ]
[1704810824] n_remain: -122
[1704810824] eval: [ ' exception':5851 ]
[1704810825] n_past = 132
[1704810825] sampled token: 28723: '.'
[1704810825] last: [ ' just':776, ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723 ]
[1704810825] n_remain: -123
[1704810825] eval: [ '.':28723 ]
[1704810826] n_past = 133
[1704810826] sampled token: 315: ' I'
[1704810826] last: [ ' any':707, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315 ]
[1704810826] n_remain: -124
[1704810826] eval: [ ' I':315 ]
[1704810828] n_past = 134
[1704810828] sampled token: 403: ' was'
[1704810828] last: [ ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403 ]
[1704810828] n_remain: -125
[1704810828] eval: [ ' was':403 ]
[1704810829] n_past = 135
[1704810829] sampled token: 28595: ' fortunate'
[1704810829] last: [ 'on':266, 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595 ]
[1704810829] n_remain: -126
[1704810829] eval: [ ' fortunate':28595 ]
[1704810830] n_past = 136
[1704810830] sampled token: 2066: ' enough'
[1704810830] last: [ 'aut':1228, 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066 ]
[1704810830] n_remain: -127
[1704810830] eval: [ ' enough':2066 ]
[1704810831] n_past = 137
[1704810831] sampled token: 298: ' to'
[1704810831] last: [ 's':28713, ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298 ]
[1704810831] n_remain: -128
[1704810831] eval: [ ' to':298 ]
[1704810833] n_past = 138
[1704810833] sampled token: 4530: ' travel'
[1704810833] last: [ ' either':2477, ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530 ]
[1704810833] n_remain: -129
[1704810833] eval: [ ' travel':4530 ]
[1704810834] n_past = 139
[1704810834] sampled token: 356: ' on'
[1704810834] last: [ ',':28725, ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356 ]
[1704810834] n_remain: -130
[1704810834] eval: [ ' on':356 ]
[1704810835] n_past = 140
[1704810835] sampled token: 456: ' this'
[1704810835] last: [ ' but':562, ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456 ]
[1704810835] n_remain: -131
[1704810835] eval: [ ' this':456 ]
[1704810836] n_past = 141
[1704810836] sampled token: 9314: ' flight'
[1704810836] last: [ ' two':989, ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314 ]
[1704810836] n_remain: -132
[1704810836] eval: [ ' flight':9314 ]
[1704810837] n_past = 142
[1704810837] sampled token: 579: ' so'
[1704810837] last: [ ' of':302, ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579 ]
[1704810837] n_remain: -133
[1704810837] eval: [ ' so':579 ]
[1704810838] n_past = 143
[1704810838] sampled token: 1236: ' here'
[1704810838] last: [ ' Air':5085, ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236 ]
[1704810838] n_remain: -134
[1704810838] eval: [ ' here':1236 ]
[1704810839] n_past = 144
[1704810839] sampled token: 28809: '’'
[1704810839] last: [ ' New':1450, ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809 ]
[1704810839] n_remain: -135
[1704810839] eval: [ '':28809 ]
[1704810840] n_past = 145
[1704810840] sampled token: 28713: 's'
[1704810840] last: [ ' Zealand':12696, '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713 ]
[1704810840] n_remain: -136
[1704810840] eval: [ 's':28713 ]
[1704810842] n_past = 146
[1704810842] sampled token: 586: ' my'
[1704810842] last: [ '':28809, 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586 ]
[1704810842] n_remain: -137
[1704810842] eval: [ ' my':586 ]
[1704810843] n_past = 147
[1704810843] sampled token: 1388: ' take'
[1704810843] last: [ 's':28713, ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388 ]
[1704810843] n_remain: -138
[1704810843] eval: [ ' take':1388 ]
[1704810845] n_past = 148
[1704810845] sampled token: 356: ' on'
[1704810845] last: [ ' ':28705, '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356 ]
[1704810845] n_remain: -139
[1704810845] eval: [ ' on':356 ]
[1704810846] n_past = 149
[1704810846] sampled token: 378: ' it'
[1704810846] last: [ '2':28750, '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378 ]
[1704810846] n_remain: -140
[1704810846] eval: [ ' it':378 ]
[1704810848] n_past = 150
[1704810848] sampled token: 28723: '.'
[1704810848] last: [ '0':28734, '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723 ]
[1704810848] n_remain: -141
[1704810848] eval: [ '.':28723 ]
[1704810850] n_past = 151
[1704810850] sampled token: 13: '
'
[1704810850] last: [ '1':28740, '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13 ]
[1704810850] n_remain: -142
[1704810850] eval: [ '':13 ]
[1704810851] n_past = 152
[1704810851] sampled token: 3400: 'From'
[1704810851] last: [ '8':28783, ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400 ]
[1704810851] n_remain: -143
[1704810851] eval: [ 'From':3400 ]
[1704810853] n_past = 153
[1704810853] sampled token: 272: ' the'
[1704810853] last: [ ' safety':6661, ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272 ]
[1704810853] n_remain: -144
[1704810853] eval: [ ' the':272 ]
[1704810856] n_past = 154
[1704810856] sampled token: 1215: ' very'
[1704810856] last: [ ' video':3798, ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215 ]
[1704810856] n_remain: -145
[1704810856] eval: [ ' very':1215 ]
[1704810858] n_past = 155
[1704810858] sampled token: 907: ' first'
[1704810858] last: [ ' stars':7448, ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907 ]
[1704810858] n_remain: -146
[1704810858] eval: [ ' first':907 ]
[1704810859] n_past = 156
[1704810859] sampled token: 9235: ' moments'
[1704810859] last: [ ' ':764, ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235 ]
[1704810859] n_remain: -147
[1704810859] eval: [ ' moments':9235 ]
[1704810860] n_past = 157
[1704810860] sampled token: 302: ' of'
[1704810860] last: [ ' real':1353, ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302 ]
[1704810860] n_remain: -148
[1704810860] eval: [ ' of':302 ]
[1704810861] n_past = 158
[1704810861] sampled token: 272: ' the'
[1704810861] last: [ ' life':1411, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272 ]
[1704810861] n_remain: -149
[1704810861] eval: [ ' the':272 ]
[1704810862] n_past = 159
[1704810862] sampled token: 3798: ' video'
[1704810862] last: [ ' astr':15311, 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798 ]
[1704810862] n_remain: -150
[1704810862] eval: [ ' video':3798 ]
[1704810863] n_past = 160
[1704810863] sampled token: 28725: ','
[1704810863] last: [ 'on':266, 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725 ]
[1704810863] n_remain: -151
[1704810863] eval: [ ',':28725 ]
[1704810865] n_past = 161
[1704810865] sampled token: 315: ' I'
[1704810865] last: [ 'aut':1228, 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315 ]
[1704810865] n_remain: -152
[1704810865] eval: [ ' I':315 ]
[1704810866] n_past = 162
[1704810866] sampled token: 403: ' was'
[1704810866] last: [ 's':28713, ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403 ]
[1704810866] n_remain: -153
[1704810866] eval: [ ' was':403 ]
[1704810868] n_past = 163
[1704810868] sampled token: 7677: ' intr'
[1704810868] last: [ ',':28725, ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677 ]
[1704810868] n_remain: -154
[1704810868] eval: [ ' intr':7677 ]
[1704810870] n_past = 164
[1704810870] sampled token: 326: 'ig'
[1704810870] last: [ ' Dr':2985, ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326 ]
[1704810870] n_remain: -155
[1704810870] eval: [ 'ig':326 ]
[1704810871] n_past = 165
[1704810871] sampled token: 2465: 'ued'
[1704810871] last: [ ' Helen':18504, ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465 ]
[1704810871] n_remain: -156
[1704810871] eval: [ 'ued':2465 ]
[1704810872] n_past = 166
[1704810872] sampled token: 764: ' –'
[1704810872] last: [ ' Shar':20071, 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764 ]
[1704810872] n_remain: -157
[1704810872] eval: [ ' ':764 ]
[1704810874] n_past = 167
[1704810874] sampled token: 4012: ' especially'
[1704810874] last: [ 'man':1294, ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012 ]
[1704810874] n_remain: -158
[1704810874] eval: [ ' especially':4012 ]
[1704810875] n_past = 168
[1704810875] sampled token: 390: ' as'
[1704810875] last: [ ' and':304, ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390 ]
[1704810875] n_remain: -159
[1704810875] eval: [ ' as':390 ]
[1704810877] n_past = 169
[1704810877] sampled token: 272: ' the'
[1704810877] last: [ ' Dr':2985, ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272 ]
[1704810877] n_remain: -160
[1704810877] eval: [ ' the':272 ]
[1704810878] n_past = 170
[1704810878] sampled token: 710: ' pre'
[1704810878] last: [ ' M':351, 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710 ]
[1704810878] n_remain: -161
[1704810878] eval: [ ' pre':710 ]
[1704810879] n_past = 171
[1704810879] sampled token: 28733: '-'
[1704810879] last: [ 'ae':4643, ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733 ]
[1704810879] n_remain: -162
[1704810879] eval: [ '-':28733 ]
[1704810880] n_past = 172
[1704810880] sampled token: 1134: 'fl'
[1704810880] last: [ ' J':475, 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134 ]
[1704810880] n_remain: -163
[1704810880] eval: [ 'fl':1134 ]
[1704810881] n_past = 173
[1704810881] sampled token: 454: 'ight'
[1704810881] last: [ 'em':366, 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134, 'ight':454 ]
[1704810881] n_remain: -164
[1704810881] eval: [ 'ight':454 ]
[1704810882] n_past = 174
[1704810882] sampled token: 6661: ' safety'
[1704810882] last: [ 'ison':2350, '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134, 'ight':454, ' safety':6661 ]
[1704810882] n_remain: -165
[1704810882] eval: [ ' safety':6661 ]
[1704810883] n_past = 175
[1704810883] sampled token: 20990: ' announcement'
[1704810883] last: [ '!':28808, '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134, 'ight':454, ' safety':6661, ' announcement':20990 ]
[1704810883] n_remain: -166
[1704810883] eval: [ ' announcement':20990 ]
[1704810885] n_past = 176
[1704810885] sampled token: 2774: ' started'
[1704810885] last: [ '':13, 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134, 'ight':454, ' safety':6661, ' announcement':20990, ' started':2774 ]
[1704810885] n_remain: -167
[1704810885] eval: [ ' started':2774 ]
[1704810886] n_past = 177
[1704810886] sampled token: 395: ' with'
[1704810886] last: [ 'The':1014, ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134, 'ight':454, ' safety':6661, ' announcement':20990, ' started':2774, ' with':395 ]
[1704810886] n_remain: -168
[1704810886] eval: [ ' with':395 ]
[1704810887] n_past = 178
[1704810887] sampled token: 264: ' a'
[1704810887] last: [ ' air':2423, 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134, 'ight':454, ' safety':6661, ' announcement':20990, ' started':2774, ' with':395, ' a':264 ]
[1704810887] n_remain: -169
[1704810887] eval: [ ' a':264 ]
[1704810888] n_past = 179
[1704810888] sampled token: 7383: ' Star'
[1704810888] last: [ 'line':1081, ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134, 'ight':454, ' safety':6661, ' announcement':20990, ' started':2774, ' with':395, ' a':264, ' Star':7383 ]
[1704810888] n_remain: -170
[1704810888] eval: [ ' Star':7383 ]
[1704810889] n_past = 180
[1704810889] sampled token: 9485: ' Tre'
[1704810889] last: [ ' has':659, ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134, 'ight':454, ' safety':6661, ' announcement':20990, ' started':2774, ' with':395, ' a':264, ' Star':7383, ' Tre':9485 ]
[1704810889] n_remain: -171
[1704810889] eval: [ ' Tre':9485 ]
[1704810891] n_past = 181
[1704810891] sampled token: 28729: 'k'
[1704810891] last: [ ' a':264, ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134, 'ight':454, ' safety':6661, ' announcement':20990, ' started':2774, ' with':395, ' a':264, ' Star':7383, ' Tre':9485, 'k':28729 ]
[1704810891] n_remain: -172
[1704810891] eval: [ 'k':28729 ]
[1704810892] n_past = 182
[1704810892] sampled token: 11971: ' inspired'
[1704810892] last: [ ' reputation':12947, ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134, 'ight':454, ' safety':6661, ' announcement':20990, ' started':2774, ' with':395, ' a':264, ' Star':7383, ' Tre':9485, 'k':28729, ' inspired':11971 ]
[1704810892] n_remain: -173
[1704810892] eval: [ ' inspired':11971 ]
[1704810894] n_past = 183
[1704810894] sampled token: 2622: ' sound'
[1704810894] last: [ ' for':354, ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134, 'ight':454, ' safety':6661, ' announcement':20990, ' started':2774, ' with':395, ' a':264, ' Star':7383, ' Tre':9485, 'k':28729, ' inspired':11971, ' sound':2622 ]
[1704810894] n_remain: -174
[1704810894] eval: [ ' sound':2622 ]
[1704810895] n_past = 184
[1704810895] sampled token: 2030: ' effect'
[1704810895] last: [ ' its':871, ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134, 'ight':454, ' safety':6661, ' announcement':20990, ' started':2774, ' with':395, ' a':264, ' Star':7383, ' Tre':9485, 'k':28729, ' inspired':11971, ' sound':2622, ' effect':2030 ]
[1704810895] n_remain: -175
[1704810895] eval: [ ' effect':2030 ]
[1704810896] n_past = 185
[1704810896] sampled token: 28723: '.'
[1704810896] last: [ ' creative':9811, ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134, 'ight':454, ' safety':6661, ' announcement':20990, ' started':2774, ' with':395, ' a':264, ' Star':7383, ' Tre':9485, 'k':28729, ' inspired':11971, ' sound':2622, ' effect':2030, '.':28723 ]
[1704810896] n_remain: -176
[1704810896] eval: [ '.':28723 ]
[1704810898] n_past = 186
[1704810898] sampled token: 1136: ' As'
[1704810898] last: [ ' safety':6661, ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134, 'ight':454, ' safety':6661, ' announcement':20990, ' started':2774, ' with':395, ' a':264, ' Star':7383, ' Tre':9485, 'k':28729, ' inspired':11971, ' sound':2622, ' effect':2030, '.':28723, ' As':1136 ]
[1704810898] n_remain: -177
[1704810898] eval: [ ' As':1136 ]
[1704810899] n_past = 187
[1704810899] sampled token: 478: ' we'
[1704810899] last: [ ' videos':10506, ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134, 'ight':454, ' safety':6661, ' announcement':20990, ' started':2774, ' with':395, ' a':264, ' Star':7383, ' Tre':9485, 'k':28729, ' inspired':11971, ' sound':2622, ' effect':2030, '.':28723, ' As':1136, ' we':478 ]
[1704810899] n_remain: -178
[1704810899] eval: [ ' we':478 ]
[1704810900] n_past = 188
[1704810900] sampled token: 6834: ' trav'
[1704810900] last: [ ' and':304, ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134, 'ight':454, ' safety':6661, ' announcement':20990, ' started':2774, ' with':395, ' a':264, ' Star':7383, ' Tre':9485, 'k':28729, ' inspired':11971, ' sound':2622, ' effect':2030, '.':28723, ' As':1136, ' we':478, ' trav':6834 ]
[1704810900] n_remain: -179
[1704810900] eval: [ ' trav':6834 ]
[1704810901] n_past = 189
[1704810901] sampled token: 6099: 'elled'
[1704810901] last: [ ' the':272, ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134, 'ight':454, ' safety':6661, ' announcement':20990, ' started':2774, ' with':395, ' a':264, ' Star':7383, ' Tre':9485, 'k':28729, ' inspired':11971, ' sound':2622, ' effect':2030, '.':28723, ' As':1136, ' we':478, ' trav':6834, 'elled':6099 ]
[1704810901] n_remain: -180
[1704810901] eval: [ 'elled':6099 ]
[1704810902] n_past = 190
[1704810902] sampled token: 1059: ' through'
[1704810902] last: [ ' latest':7345, ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134, 'ight':454, ' safety':6661, ' announcement':20990, ' started':2774, ' with':395, ' a':264, ' Star':7383, ' Tre':9485, 'k':28729, ' inspired':11971, ' sound':2622, ' effect':2030, '.':28723, ' As':1136, ' we':478, ' trav':6834, 'elled':6099, ' through':1059 ]
[1704810902] n_remain: -181
[1704810902] eval: [ ' through':1059 ]
[1704810903] n_past = 191
[1704810903] sampled token: 2764: ' space'
[1704810903] last: [ ' one':624, ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134, 'ight':454, ' safety':6661, ' announcement':20990, ' started':2774, ' with':395, ' a':264, ' Star':7383, ' Tre':9485, 'k':28729, ' inspired':11971, ' sound':2622, ' effect':2030, '.':28723, ' As':1136, ' we':478, ' trav':6834, 'elled':6099, ' through':1059, ' space':2764 ]
[1704810903] n_remain: -182
[1704810903] eval: [ ' space':2764 ]
[1704810905] n_past = 192
[1704810905] sampled token: 304: ' and'
[1704810905] last: [ ' is':349, ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134, 'ight':454, ' safety':6661, ' announcement':20990, ' started':2774, ' with':395, ' a':264, ' Star':7383, ' Tre':9485, 'k':28729, ' inspired':11971, ' sound':2622, ' effect':2030, '.':28723, ' As':1136, ' we':478, ' trav':6834, 'elled':6099, ' through':1059, ' space':2764, ' and':304 ]
[1704810905] n_remain: -183
[1704810905] eval: [ ' and':304 ]
[1704810906] n_past = 193
[1704810906] sampled token: 16787: ' landed'
[1704810906] last: [ ' no':708, ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134, 'ight':454, ' safety':6661, ' announcement':20990, ' started':2774, ' with':395, ' a':264, ' Star':7383, ' Tre':9485, 'k':28729, ' inspired':11971, ' sound':2622, ' effect':2030, '.':28723, ' As':1136, ' we':478, ' trav':6834, 'elled':6099, ' through':1059, ' space':2764, ' and':304, ' landed':16787 ]
[1704810906] n_remain: -184
[1704810906] eval: [ ' landed':16787 ]
[1704810907] n_past = 194
[1704810907] sampled token: 356: ' on'
[1704810907] last: [ ' exception':5851, '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134, 'ight':454, ' safety':6661, ' announcement':20990, ' started':2774, ' with':395, ' a':264, ' Star':7383, ' Tre':9485, 'k':28729, ' inspired':11971, ' sound':2622, ' effect':2030, '.':28723, ' As':1136, ' we':478, ' trav':6834, 'elled':6099, ' through':1059, ' space':2764, ' and':304, ' landed':16787, ' on':356 ]
[1704810907] n_remain: -185
[1704810907] eval: [ ' on':356 ]
[1704810908] n_past = 195
[1704810908] sampled token: 264: ' a'
[1704810908] last: [ '.':28723, ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134, 'ight':454, ' safety':6661, ' announcement':20990, ' started':2774, ' with':395, ' a':264, ' Star':7383, ' Tre':9485, 'k':28729, ' inspired':11971, ' sound':2622, ' effect':2030, '.':28723, ' As':1136, ' we':478, ' trav':6834, 'elled':6099, ' through':1059, ' space':2764, ' and':304, ' landed':16787, ' on':356, ' a':264 ]
[1704810908] n_remain: -186
[1704810908] eval: [ ' a':264 ]
[1704810909] n_past = 196
[1704810909] sampled token: 10599: ' spaces'
[1704810909] last: [ ' I':315, ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134, 'ight':454, ' safety':6661, ' announcement':20990, ' started':2774, ' with':395, ' a':264, ' Star':7383, ' Tre':9485, 'k':28729, ' inspired':11971, ' sound':2622, ' effect':2030, '.':28723, ' As':1136, ' we':478, ' trav':6834, 'elled':6099, ' through':1059, ' space':2764, ' and':304, ' landed':16787, ' on':356, ' a':264, ' spaces':10599 ]
[1704810909] n_remain: -187
[1704810909] eval: [ ' spaces':10599 ]
[1704810910] n_past = 197
[1704810910] sampled token: 1557: 'hip'
[1704810910] last: [ ' was':403, ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134, 'ight':454, ' safety':6661, ' announcement':20990, ' started':2774, ' with':395, ' a':264, ' Star':7383, ' Tre':9485, 'k':28729, ' inspired':11971, ' sound':2622, ' effect':2030, '.':28723, ' As':1136, ' we':478, ' trav':6834, 'elled':6099, ' through':1059, ' space':2764, ' and':304, ' landed':16787, ' on':356, ' a':264, ' spaces':10599, 'hip':1557 ]
[1704810910] n_remain: -188
[1704810910] eval: [ 'hip':1557 ]
[1704810912] n_past = 198
[1704810912] sampled token: 325: ' ('
[1704810912] last: [ ' fortunate':28595, ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134, 'ight':454, ' safety':6661, ' announcement':20990, ' started':2774, ' with':395, ' a':264, ' Star':7383, ' Tre':9485, 'k':28729, ' inspired':11971, ' sound':2622, ' effect':2030, '.':28723, ' As':1136, ' we':478, ' trav':6834, 'elled':6099, ' through':1059, ' space':2764, ' and':304, ' landed':16787, ' on':356, ' a':264, ' spaces':10599, 'hip':1557, ' (':325 ]
[1704810912] n_remain: -189
[1704810912] eval: [ ' (':325 ]
[1704810913] n_past = 199
[1704810913] sampled token: 271: 'or'
[1704810913] last: [ ' enough':2066, ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134, 'ight':454, ' safety':6661, ' announcement':20990, ' started':2774, ' with':395, ' a':264, ' Star':7383, ' Tre':9485, 'k':28729, ' inspired':11971, ' sound':2622, ' effect':2030, '.':28723, ' As':1136, ' we':478, ' trav':6834, 'elled':6099, ' through':1059, ' space':2764, ' and':304, ' landed':16787, ' on':356, ' a':264, ' spaces':10599, 'hip':1557, ' (':325, 'or':271 ]
[1704810913] n_remain: -190
[1704810913] eval: [ 'or':271 ]
[1704810914] n_past = 200
[1704810914] sampled token: 396: ' an'
[1704810914] last: [ ' to':298, ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134, 'ight':454, ' safety':6661, ' announcement':20990, ' started':2774, ' with':395, ' a':264, ' Star':7383, ' Tre':9485, 'k':28729, ' inspired':11971, ' sound':2622, ' effect':2030, '.':28723, ' As':1136, ' we':478, ' trav':6834, 'elled':6099, ' through':1059, ' space':2764, ' and':304, ' landed':16787, ' on':356, ' a':264, ' spaces':10599, 'hip':1557, ' (':325, 'or':271, ' an':396 ]
[1704810914] n_remain: -191
[1704810914] eval: [ ' an':396 ]
[1704810916] n_past = 201
[1704810916] sampled token: 5085: ' Air'
[1704810916] last: [ ' travel':4530, ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134, 'ight':454, ' safety':6661, ' announcement':20990, ' started':2774, ' with':395, ' a':264, ' Star':7383, ' Tre':9485, 'k':28729, ' inspired':11971, ' sound':2622, ' effect':2030, '.':28723, ' As':1136, ' we':478, ' trav':6834, 'elled':6099, ' through':1059, ' space':2764, ' and':304, ' landed':16787, ' on':356, ' a':264, ' spaces':10599, 'hip':1557, ' (':325, 'or':271, ' an':396, ' Air':5085 ]
[1704810916] n_remain: -192
[1704810916] eval: [ ' Air':5085 ]
[1704810917] n_past = 202
[1704810917] sampled token: 1450: ' New'
[1704810917] last: [ ' on':356, ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134, 'ight':454, ' safety':6661, ' announcement':20990, ' started':2774, ' with':395, ' a':264, ' Star':7383, ' Tre':9485, 'k':28729, ' inspired':11971, ' sound':2622, ' effect':2030, '.':28723, ' As':1136, ' we':478, ' trav':6834, 'elled':6099, ' through':1059, ' space':2764, ' and':304, ' landed':16787, ' on':356, ' a':264, ' spaces':10599, 'hip':1557, ' (':325, 'or':271, ' an':396, ' Air':5085, ' New':1450 ]
[1704810917] n_remain: -193
[1704810917] eval: [ ' New':1450 ]
[1704810918] n_past = 203
[1704810918] sampled token: 12696: ' Zealand'
[1704810918] last: [ ' this':456, ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134, 'ight':454, ' safety':6661, ' announcement':20990, ' started':2774, ' with':395, ' a':264, ' Star':7383, ' Tre':9485, 'k':28729, ' inspired':11971, ' sound':2622, ' effect':2030, '.':28723, ' As':1136, ' we':478, ' trav':6834, 'elled':6099, ' through':1059, ' space':2764, ' and':304, ' landed':16787, ' on':356, ' a':264, ' spaces':10599, 'hip':1557, ' (':325, 'or':271, ' an':396, ' Air':5085, ' New':1450, ' Zealand':12696 ]
[1704810918] n_remain: -194
[1704810918] eval: [ ' Zealand':12696 ]
[1704810919] n_past = 204
[1704810919] sampled token: 8573: ' plane'
[1704810919] last: [ ' flight':9314, ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134, 'ight':454, ' safety':6661, ' announcement':20990, ' started':2774, ' with':395, ' a':264, ' Star':7383, ' Tre':9485, 'k':28729, ' inspired':11971, ' sound':2622, ' effect':2030, '.':28723, ' As':1136, ' we':478, ' trav':6834, 'elled':6099, ' through':1059, ' space':2764, ' and':304, ' landed':16787, ' on':356, ' a':264, ' spaces':10599, 'hip':1557, ' (':325, 'or':271, ' an':396, ' Air':5085, ' New':1450, ' Zealand':12696, ' plane':8573 ]
[1704810919] n_remain: -195
[1704810919] eval: [ ' plane':8573 ]
[1704810921] n_past = 205
[1704810921] sampled token: 557: '),'
[1704810921] last: [ ' so':579, ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134, 'ight':454, ' safety':6661, ' announcement':20990, ' started':2774, ' with':395, ' a':264, ' Star':7383, ' Tre':9485, 'k':28729, ' inspired':11971, ' sound':2622, ' effect':2030, '.':28723, ' As':1136, ' we':478, ' trav':6834, 'elled':6099, ' through':1059, ' space':2764, ' and':304, ' landed':16787, ' on':356, ' a':264, ' spaces':10599, 'hip':1557, ' (':325, 'or':271, ' an':396, ' Air':5085, ' New':1450, ' Zealand':12696, ' plane':8573, '),':557 ]
[1704810921] n_remain: -196
[1704810921] eval: [ '),':557 ]
[1704810922] n_past = 206
[1704810922] sampled token: 272: ' the'
[1704810922] last: [ ' here':1236, '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134, 'ight':454, ' safety':6661, ' announcement':20990, ' started':2774, ' with':395, ' a':264, ' Star':7383, ' Tre':9485, 'k':28729, ' inspired':11971, ' sound':2622, ' effect':2030, '.':28723, ' As':1136, ' we':478, ' trav':6834, 'elled':6099, ' through':1059, ' space':2764, ' and':304, ' landed':16787, ' on':356, ' a':264, ' spaces':10599, 'hip':1557, ' (':325, 'or':271, ' an':396, ' Air':5085, ' New':1450, ' Zealand':12696, ' plane':8573, '),':557, ' the':272 ]
[1704810922] n_remain: -197
[1704810922] eval: [ ' the':272 ]
[1704810923] n_past = 207
[1704810923] sampled token: 989: ' two'
[1704810923] last: [ '':28809, 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134, 'ight':454, ' safety':6661, ' announcement':20990, ' started':2774, ' with':395, ' a':264, ' Star':7383, ' Tre':9485, 'k':28729, ' inspired':11971, ' sound':2622, ' effect':2030, '.':28723, ' As':1136, ' we':478, ' trav':6834, 'elled':6099, ' through':1059, ' space':2764, ' and':304, ' landed':16787, ' on':356, ' a':264, ' spaces':10599, 'hip':1557, ' (':325, 'or':271, ' an':396, ' Air':5085, ' New':1450, ' Zealand':12696, ' plane':8573, '),':557, ' the':272, ' two':989 ]
[1704810923] n_remain: -198
[1704810923] eval: [ ' two':989 ]
[1704810925] n_past = 208
[1704810925] sampled token: 15311: ' astr'
[1704810925] last: [ 's':28713, ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134, 'ight':454, ' safety':6661, ' announcement':20990, ' started':2774, ' with':395, ' a':264, ' Star':7383, ' Tre':9485, 'k':28729, ' inspired':11971, ' sound':2622, ' effect':2030, '.':28723, ' As':1136, ' we':478, ' trav':6834, 'elled':6099, ' through':1059, ' space':2764, ' and':304, ' landed':16787, ' on':356, ' a':264, ' spaces':10599, 'hip':1557, ' (':325, 'or':271, ' an':396, ' Air':5085, ' New':1450, ' Zealand':12696, ' plane':8573, '),':557, ' the':272, ' two':989, ' astr':15311 ]
[1704810925] n_remain: -199
[1704810925] eval: [ ' astr':15311 ]
[1704810931] n_past = 209
[1704810931] sampled token: 266: 'on'
[1704810931] last: [ ' my':586, ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134, 'ight':454, ' safety':6661, ' announcement':20990, ' started':2774, ' with':395, ' a':264, ' Star':7383, ' Tre':9485, 'k':28729, ' inspired':11971, ' sound':2622, ' effect':2030, '.':28723, ' As':1136, ' we':478, ' trav':6834, 'elled':6099, ' through':1059, ' space':2764, ' and':304, ' landed':16787, ' on':356, ' a':264, ' spaces':10599, 'hip':1557, ' (':325, 'or':271, ' an':396, ' Air':5085, ' New':1450, ' Zealand':12696, ' plane':8573, '),':557, ' the':272, ' two':989, ' astr':15311, 'on':266 ]
[1704810931] n_remain: -200
[1704810931] eval: [ 'on':266 ]
[1704810937] n_past = 210
[1704810937] sampled token: 1228: 'aut'
[1704810937] last: [ ' take':1388, ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134, 'ight':454, ' safety':6661, ' announcement':20990, ' started':2774, ' with':395, ' a':264, ' Star':7383, ' Tre':9485, 'k':28729, ' inspired':11971, ' sound':2622, ' effect':2030, '.':28723, ' As':1136, ' we':478, ' trav':6834, 'elled':6099, ' through':1059, ' space':2764, ' and':304, ' landed':16787, ' on':356, ' a':264, ' spaces':10599, 'hip':1557, ' (':325, 'or':271, ' an':396, ' Air':5085, ' New':1450, ' Zealand':12696, ' plane':8573, '),':557, ' the':272, ' two':989, ' astr':15311, 'on':266, 'aut':1228 ]
[1704810937] n_remain: -201
[1704810937] eval: [ 'aut':1228 ]
[1704810939] n_past = 211
[1704810939] sampled token: 28713: 's'
[1704810939] last: [ ' on':356, ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134, 'ight':454, ' safety':6661, ' announcement':20990, ' started':2774, ' with':395, ' a':264, ' Star':7383, ' Tre':9485, 'k':28729, ' inspired':11971, ' sound':2622, ' effect':2030, '.':28723, ' As':1136, ' we':478, ' trav':6834, 'elled':6099, ' through':1059, ' space':2764, ' and':304, ' landed':16787, ' on':356, ' a':264, ' spaces':10599, 'hip':1557, ' (':325, 'or':271, ' an':396, ' Air':5085, ' New':1450, ' Zealand':12696, ' plane':8573, '),':557, ' the':272, ' two':989, ' astr':15311, 'on':266, 'aut':1228, 's':28713 ]
[1704810939] n_remain: -202
[1704810939] eval: [ 's':28713 ]
[1704810942] n_past = 212
[1704810942] sampled token: 2056: ' took'
[1704810942] last: [ ' it':378, '.':28723, '':13, 'From':3400, ' the':272, ' very':1215, ' first':907, ' moments':9235, ' of':302, ' the':272, ' video':3798, ',':28725, ' I':315, ' was':403, ' intr':7677, 'ig':326, 'ued':2465, ' ':764, ' especially':4012, ' as':390, ' the':272, ' pre':710, '-':28733, 'fl':1134, 'ight':454, ' safety':6661, ' announcement':20990, ' started':2774, ' with':395, ' a':264, ' Star':7383, ' Tre':9485, 'k':28729, ' inspired':11971, ' sound':2622, ' effect':2030, '.':28723, ' As':1136, ' we':478, ' trav':6834, 'elled':6099, ' through':1059, ' space':2764, ' and':304, ' landed':16787, ' on':356, ' a':264, ' spaces':10599, 'hip':1557, ' (':325, 'or':271, ' an':396, ' Air':5085, ' New':1450, ' Zealand':12696, ' plane':8573, '),':557, ' the':272, ' two':989, ' astr':15311, 'on':266, 'aut':1228, 's':28713, ' took':2056 ]
[1704810942] n_remain: -203
[1704810942] eval: [ ' took':2056 ]