Files
Nebula/special_tokens_map.json

54 lines
916 B
JSON
Raw Permalink Normal View History

{
"additional_special_tokens": [
"<|im_start|>",
"<|im_end>",
"<think>",
"</think>",
"source_1",
"source_2",
"source_3",
"source_4",
"source_5",
"source_6",
"source_7",
"source_8",
"source_9",
"source_10",
"<ref",
"</ref>",
"→",
"↺",
"※",
"?maybe?",
"●",
"◐",
"○",
"⚠",
"☐",
"☑",
"✓",
"⟨H≈0.1⟩",
"⟨H≈0.2⟩",
"⟨H≈0.3⟩",
"⟨H≈0.4⟩",
"⟨H≈0.5⟩",
"⟨H≈0.6⟩",
"⟨H≈0.7⟩",
"⟨H≈0.8⟩",
"⟨H≈0.9⟩",
"⟨H≈1.0⟩",
"⟨H≈1.1⟩",
"⟨H≈1.2⟩",
"⟨H≈1.3⟩",
"⟨H≈1.4⟩",
"⟨H≈1.5⟩",
"⟨H≈1.6⟩",
"⟨H≈1.7⟩",
"⟨H≈1.8⟩"
],
"bos_token": "<|begin_of_text|>",
"eos_token": "<|end_of_text|>",
"pad_token": "[PAD]",
"unk_token": "[UNK]"
}