Last active
May 2, 2025 23:10
-
-
Save AmosLewis/57c338d3a0f305c2143080767a46dffe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
python -m sharktank.examples.paged_llm_v1 \ | |
--irpa-file=/shark-dev/70b/instruct/weights/llama3.1_70b_instruct_fp16.irpa \ | |
--tokenizer-config-json=/shark-dev/70b/instruct/tokenizer_config.json \ | |
--prompt="Name the capital of the United States." | |
# /home/chi/src/shark-ai/.venv/lib/python3.12/site-packages/iree/turbine/aot/params.py:163: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at /pytorch/torch/csrc/utils/tensor_numpy.cpp:203.) | |
# return torch.from_numpy(wrapper) | |
# :: Prompt tokens: | |
# prompt_0: | |
# b'Name the capital of the United States.' | |
# [678, 279, 6864, 315, 279, 3723, 4273, 13] | |
# :: prefill result tokens: | |
# prompt_0(1, 8): ( | |
# [320] | |
# :: decode result tokens: | |
# prompt_0(2, 9): (1 | |
# [320, 16] | |
# :: Result tokens: [[320, 16]] | |
# :: decode result tokens: | |
# prompt_0(2, 9): (1 | |
# [320, 16] | |
# :: decode result tokens: | |
# prompt_0(3, 10): (1 point | |
# [320, 16, 1486] | |
# :: Result tokens: [[320, 16, 1486]] | |
# :: decode result tokens: | |
# prompt_0(3, 10): (1 point | |
# [320, 16, 1486] | |
# :: decode result tokens: | |
# prompt_0(4, 11): (1 point) | |
# [320, 16, 1486, 340] | |
# :: Result tokens: [[320, 16, 1486, 340]] | |
# :: decode result tokens: | |
# prompt_0(4, 11): (1 point) | |
# [320, 16, 1486, 340] | |
# :: decode result tokens: | |
# prompt_0(5, 12): (1 point) | |
# Name | |
# [320, 16, 1486, 340, 678] | |
# :: Result tokens: [[320, 16, 1486, 340, 678]] | |
# :: decode result tokens: | |
# prompt_0(5, 12): (1 point) | |
# Name | |
# [320, 16, 1486, 340, 678] | |
# :: decode result tokens: | |
# prompt_0(6, 13): (1 point) | |
# Name the | |
# [320, 16, 1486, 340, 678, 279] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279]] | |
# :: decode result tokens: | |
# prompt_0(6, 13): (1 point) | |
# Name the | |
# [320, 16, 1486, 340, 678, 279] | |
# :: decode result tokens: | |
# prompt_0(7, 14): (1 point) | |
# Name the President | |
# [320, 16, 1486, 340, 678, 279, 4900] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900]] | |
# :: decode result tokens: | |
# prompt_0(7, 14): (1 point) | |
# Name the President | |
# [320, 16, 1486, 340, 678, 279, 4900] | |
# :: decode result tokens: | |
# prompt_0(8, 15): (1 point) | |
# Name the President of | |
# [320, 16, 1486, 340, 678, 279, 4900, 315] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315]] | |
# :: decode result tokens: | |
# prompt_0(8, 15): (1 point) | |
# Name the President of | |
# [320, 16, 1486, 340, 678, 279, 4900, 315] | |
# :: decode result tokens: | |
# prompt_0(9, 16): (1 point) | |
# Name the President of the | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279]] | |
# :: decode result tokens: | |
# prompt_0(9, 16): (1 point) | |
# Name the President of the | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279] | |
# :: decode result tokens: | |
# prompt_0(10, 17): (1 point) | |
# Name the President of the United | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723]] | |
# :: decode result tokens: | |
# prompt_0(10, 17): (1 point) | |
# Name the President of the United | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723] | |
# :: decode result tokens: | |
# prompt_0(11, 18): (1 point) | |
# Name the President of the United States | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273]] | |
# :: decode result tokens: | |
# prompt_0(11, 18): (1 point) | |
# Name the President of the United States | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273] | |
# :: decode result tokens: | |
# prompt_0(12, 19): (1 point) | |
# Name the President of the United States. | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13]] | |
# :: decode result tokens: | |
# prompt_0(12, 19): (1 point) | |
# Name the President of the United States. | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13] | |
# :: decode result tokens: | |
# prompt_0(13, 20): (1 point) | |
# Name the President of the United States. ( | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320]] | |
# :: decode result tokens: | |
# prompt_0(13, 20): (1 point) | |
# Name the President of the United States. ( | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320] | |
# :: decode result tokens: | |
# prompt_0(14, 21): (1 point) | |
# Name the President of the United States. (1 | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16]] | |
# :: decode result tokens: | |
# prompt_0(14, 21): (1 point) | |
# Name the President of the United States. (1 | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16] | |
# :: decode result tokens: | |
# prompt_0(15, 22): (1 point) | |
# Name the President of the United States. (1 point | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486]] | |
# :: decode result tokens: | |
# prompt_0(15, 22): (1 point) | |
# Name the President of the United States. (1 point | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486] | |
# :: decode result tokens: | |
# prompt_0(16, 23): (1 point) | |
# Name the President of the United States. (1 point) | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340]] | |
# :: decode result tokens: | |
# prompt_0(16, 23): (1 point) | |
# Name the President of the United States. (1 point) | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340] | |
# :: decode result tokens: | |
# prompt_0(17, 24): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678]] | |
# :: decode result tokens: | |
# prompt_0(17, 24): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678] | |
# :: decode result tokens: | |
# prompt_0(18, 25): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279]] | |
# :: decode result tokens: | |
# prompt_0(18, 25): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279] | |
# :: decode result tokens: | |
# prompt_0(19, 26): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270]] | |
# :: decode result tokens: | |
# prompt_0(19, 26): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270] | |
# :: decode result tokens: | |
# prompt_0(20, 27): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900]] | |
# :: decode result tokens: | |
# prompt_0(20, 27): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900] | |
# :: decode result tokens: | |
# prompt_0(21, 28): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315]] | |
# :: decode result tokens: | |
# prompt_0(21, 28): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315] | |
# :: decode result tokens: | |
# prompt_0(22, 29): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279]] | |
# :: decode result tokens: | |
# prompt_0(22, 29): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279] | |
# :: decode result tokens: | |
# prompt_0(23, 30): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723]] | |
# :: decode result tokens: | |
# prompt_0(23, 30): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723] | |
# :: decode result tokens: | |
# prompt_0(24, 31): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273]] | |
# :: decode result tokens: | |
# prompt_0(24, 31): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273] | |
# :: decode result tokens: | |
# prompt_0(25, 32): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13]] | |
# :: decode result tokens: | |
# prompt_0(25, 32): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13] | |
# :: decode result tokens: | |
# prompt_0(26, 33): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. ( | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320]] | |
# :: decode result tokens: | |
# prompt_0(26, 33): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. ( | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320] | |
# :: decode result tokens: | |
# prompt_0(27, 34): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16]] | |
# :: decode result tokens: | |
# prompt_0(27, 34): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16] | |
# :: decode result tokens: | |
# prompt_0(28, 35): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486]] | |
# :: decode result tokens: | |
# prompt_0(28, 35): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486] | |
# :: decode result tokens: | |
# prompt_0(29, 36): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340]] | |
# :: decode result tokens: | |
# prompt_0(29, 36): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340] | |
# :: decode result tokens: | |
# prompt_0(30, 37): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678]] | |
# :: decode result tokens: | |
# prompt_0(30, 37): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678] | |
# :: decode result tokens: | |
# prompt_0(31, 38): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279]] | |
# :: decode result tokens: | |
# prompt_0(31, 38): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279] | |
# :: decode result tokens: | |
# prompt_0(32, 39): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173]] | |
# :: decode result tokens: | |
# prompt_0(32, 39): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173] | |
# :: decode result tokens: | |
# prompt_0(33, 40): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315]] | |
# :: decode result tokens: | |
# prompt_0(33, 40): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315] | |
# :: decode result tokens: | |
# prompt_0(34, 41): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279]] | |
# :: decode result tokens: | |
# prompt_0(34, 41): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279] | |
# :: decode result tokens: | |
# prompt_0(35, 42): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783]] | |
# :: decode result tokens: | |
# prompt_0(35, 42): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783] | |
# :: decode result tokens: | |
# prompt_0(36, 43): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315]] | |
# :: decode result tokens: | |
# prompt_0(36, 43): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315] | |
# :: decode result tokens: | |
# prompt_0(37, 44): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845]] | |
# :: decode result tokens: | |
# prompt_0(37, 44): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845] | |
# :: decode result tokens: | |
# prompt_0(38, 45): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives. | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13]] | |
# :: decode result tokens: | |
# prompt_0(38, 45): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives. | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13] | |
# :: decode result tokens: | |
# prompt_0(39, 46): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives. ( | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320]] | |
# :: decode result tokens: | |
# prompt_0(39, 46): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives. ( | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320] | |
# :: decode result tokens: | |
# prompt_0(40, 47): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives. (1 | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16]] | |
# :: decode result tokens: | |
# prompt_0(40, 47): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives. (1 | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16] | |
# :: decode result tokens: | |
# prompt_0(41, 48): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives. (1 point | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486]] | |
# :: decode result tokens: | |
# prompt_0(41, 48): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives. (1 point | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486] | |
# :: decode result tokens: | |
# prompt_0(42, 49): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives. (1 point) | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340]] | |
# :: decode result tokens: | |
# prompt_0(42, 49): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives. (1 point) | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340] | |
# :: decode result tokens: | |
# prompt_0(43, 50): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives. (1 point) | |
# Name | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678]] | |
# :: decode result tokens: | |
# prompt_0(43, 50): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives. (1 point) | |
# Name | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678] | |
# :: decode result tokens: | |
# prompt_0(44, 51): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives. (1 point) | |
# Name the | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279]] | |
# :: decode result tokens: | |
# prompt_0(44, 51): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives. (1 point) | |
# Name the | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279] | |
# :: decode result tokens: | |
# prompt_0(45, 52): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives. (1 point) | |
# Name the Chief | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279, 14681] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279, 14681]] | |
# :: decode result tokens: | |
# prompt_0(45, 52): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives. (1 point) | |
# Name the Chief | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279, 14681] | |
# :: decode result tokens: | |
# prompt_0(46, 53): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives. (1 point) | |
# Name the Chief Justice | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279, 14681, 12007] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279, 14681, 12007]] | |
# :: decode result tokens: | |
# prompt_0(46, 53): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives. (1 point) | |
# Name the Chief Justice | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279, 14681, 12007] | |
# :: decode result tokens: | |
# prompt_0(47, 54): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives. (1 point) | |
# Name the Chief Justice of | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279, 14681, 12007, 315] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279, 14681, 12007, 315]] | |
# :: decode result tokens: | |
# prompt_0(47, 54): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives. (1 point) | |
# Name the Chief Justice of | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279, 14681, 12007, 315] | |
# :: decode result tokens: | |
# prompt_0(48, 55): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives. (1 point) | |
# Name the Chief Justice of the | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279, 14681, 12007, 315, 279] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279, 14681, 12007, 315, 279]] | |
# :: decode result tokens: | |
# prompt_0(48, 55): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives. (1 point) | |
# Name the Chief Justice of the | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279, 14681, 12007, 315, 279] | |
# :: decode result tokens: | |
# prompt_0(49, 56): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives. (1 point) | |
# Name the Chief Justice of the Supreme | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279, 14681, 12007, 315, 279, 13814] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279, 14681, 12007, 315, 279, 13814]] | |
# :: decode result tokens: | |
# prompt_0(49, 56): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives. (1 point) | |
# Name the Chief Justice of the Supreme | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279, 14681, 12007, 315, 279, 13814] | |
# :: decode result tokens: | |
# prompt_0(50, 57): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives. (1 point) | |
# Name the Chief Justice of the Supreme Court | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279, 14681, 12007, 315, 279, 13814, 7301] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279, 14681, 12007, 315, 279, 13814, 7301]] | |
# :: decode result tokens: | |
# prompt_0(50, 57): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives. (1 point) | |
# Name the Chief Justice of the Supreme Court | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279, 14681, 12007, 315, 279, 13814, 7301] | |
# :: decode result tokens: | |
# prompt_0(51, 58): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives. (1 point) | |
# Name the Chief Justice of the Supreme Court. | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279, 14681, 12007, 315, 279, 13814, 7301, 13] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279, 14681, 12007, 315, 279, 13814, 7301, 13]] | |
# :: decode result tokens: | |
# prompt_0(51, 58): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives. (1 point) | |
# Name the Chief Justice of the Supreme Court. | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279, 14681, 12007, 315, 279, 13814, 7301, 13] | |
# :: decode result tokens: | |
# prompt_0(52, 59): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives. (1 point) | |
# Name the Chief Justice of the Supreme Court. ( | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279, 14681, 12007, 315, 279, 13814, 7301, 13, 320] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279, 14681, 12007, 315, 279, 13814, 7301, 13, 320]] | |
# :: decode result tokens: | |
# prompt_0(52, 59): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives. (1 point) | |
# Name the Chief Justice of the Supreme Court. ( | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279, 14681, 12007, 315, 279, 13814, 7301, 13, 320] | |
# :: decode result tokens: | |
# prompt_0(53, 60): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives. (1 point) | |
# Name the Chief Justice of the Supreme Court. (1 | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279, 14681, 12007, 315, 279, 13814, 7301, 13, 320, 16] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279, 14681, 12007, 315, 279, 13814, 7301, 13, 320, 16]] | |
# :: decode result tokens: | |
# prompt_0(53, 60): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives. (1 point) | |
# Name the Chief Justice of the Supreme Court. (1 | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279, 14681, 12007, 315, 279, 13814, 7301, 13, 320, 16] | |
# :: decode result tokens: | |
# prompt_0(54, 61): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives. (1 point) | |
# Name the Chief Justice of the Supreme Court. (1 point | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279, 14681, 12007, 315, 279, 13814, 7301, 13, 320, 16, 1486] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279, 14681, 12007, 315, 279, 13814, 7301, 13, 320, 16, 1486]] | |
# :: decode result tokens: | |
# prompt_0(54, 61): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives. (1 point) | |
# Name the Chief Justice of the Supreme Court. (1 point | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279, 14681, 12007, 315, 279, 13814, 7301, 13, 320, 16, 1486] | |
# :: decode result tokens: | |
# prompt_0(55, 62): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives. (1 point) | |
# Name the Chief Justice of the Supreme Court. (1 point) | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279, 14681, 12007, 315, 279, 13814, 7301, 13, 320, 16, 1486, 340] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279, 14681, 12007, 315, 279, 13814, 7301, 13, 320, 16, 1486, 340]] | |
# :: decode result tokens: | |
# prompt_0(55, 62): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives. (1 point) | |
# Name the Chief Justice of the Supreme Court. (1 point) | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279, 14681, 12007, 315, 279, 13814, 7301, 13, 320, 16, 1486, 340] | |
# :: decode result tokens: | |
# prompt_0(56, 63): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives. (1 point) | |
# Name the Chief Justice of the Supreme Court. (1 point) | |
# Name | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279, 14681, 12007, 315, 279, 13814, 7301, 13, 320, 16, 1486, 340, 678] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279, 14681, 12007, 315, 279, 13814, 7301, 13, 320, 16, 1486, 340, 678]] | |
# :: decode result tokens: | |
# prompt_0(56, 63): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives. (1 point) | |
# Name the Chief Justice of the Supreme Court. (1 point) | |
# Name | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279, 14681, 12007, 315, 279, 13814, 7301, 13, 320, 16, 1486, 340, 678] | |
# :: decode result tokens: | |
# prompt_0(57, 64): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives. (1 point) | |
# Name the Chief Justice of the Supreme Court. (1 point) | |
# Name the | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279, 14681, 12007, 315, 279, 13814, 7301, 13, 320, 16, 1486, 340, 678, 279] | |
# :: Result tokens: [[320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279, 14681, 12007, 315, 279, 13814, 7301, 13, 320, 16, 1486, 340, 678, 279]] | |
# :: decode result tokens: | |
# prompt_0(57, 64): (1 point) | |
# Name the President of the United States. (1 point) | |
# Name the Vice President of the United States. (1 point) | |
# Name the Speaker of the House of Representatives. (1 point) | |
# Name the Chief Justice of the Supreme Court. (1 point) | |
# Name the | |
# [320, 16, 1486, 340, 678, 279, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 23270, 4900, 315, 279, 3723, 4273, 13, 320, 16, 1486, 340, 678, 279, 30173, 315, 279, 4783, 315, 40845, 13, 320, 16, 1486, 340, 678, 279, 14681, 12007, 315, 279, 13814, 7301, 13, 320, 16, 1486, 340, 678, 279] | |
# :: Out of allocated pages, increase page_cache_size to continue generation. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment