CoolFace
Modelpublic

optimum-intel-internal-testing/tiny-random-llava-next-video

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes26kdownloads
tokenizer_config.json67 linesDownload Raw Back to root
1{2  "add_bos_token": true,3  "add_eos_token": false,4  "add_prefix_space": true,5  "added_tokens_decoder": {6    "0": {7      "content": "<unk>",8      "lstrip": false,9      "normalized": false,10      "rstrip": false,11      "single_word": false,12      "special": true13    },14    "1": {15      "content": "<s>",16      "lstrip": false,17      "normalized": false,18      "rstrip": false,19      "single_word": false,20      "special": true21    },22    "2": {23      "content": "</s>",24      "lstrip": false,25      "normalized": false,26      "rstrip": false,27      "single_word": false,28      "special": true29    },30    "32000": {31      "content": "<video>",32      "lstrip": false,33      "normalized": false,34      "rstrip": false,35      "single_word": false,36      "special": true37    },38    "32001": {39      "content": "<image>",40      "lstrip": false,41      "normalized": false,42      "rstrip": false,43      "single_word": false,44      "special": true45    }46  },47  "bos_token": "<s>",48  "clean_up_tokenization_spaces": false,49  "eos_token": "</s>",50  "extra_special_tokens": {51    "image_token": "<image>",52    "video_token": "<video>"53  },54  "image_token": "<image>",55  "legacy": false,56  "model_max_length": 4096,57  "pad_token": "<unk>",58  "padding_side": "left",59  "processor_class": "LlavaNextVideoProcessor",60  "sp_model_kwargs": {},61  "spaces_between_special_tokens": false,62  "tokenizer_class": "LlamaTokenizer",63  "unk_token": "<unk>",64  "use_default_system_prompt": false,65  "video_token": "<video>"66}67