File size: 809 Bytes
f41659a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | [
"Hello, world!",
"The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. ",
"日本語のテスト 🎉 émoji",
"\n\tindented\n text\n",
"def foo(x):\n return x + 1",
"<|begin_of_text|>Hello<|end_of_text|>",
"[CLS] sentence A [SEP] sentence B [SEP]",
"",
"a",
" leading and trailing ",
"Mixed 123 with NUMBERS 4567 and symbols !@#$%^&*()",
"Newline\n\n\nthree",
"Tab\ttab\ttab",
"Quote \"double\" and 'single' and `backtick`",
"URL: https://example.com/path?query=value&other=1",
"Email: alice@example.com, BOB@FOO.IO",
"中文测试 with English mixed",
"Repeating aaaaaaaaaaaa and bbbbbbbbbbbb",
"Emoji rain 🌈🌈🌈 and stars ✨✨",
"Code: `int main() { return 0; }`"
] |