Vitor Hadad
Results
1
issues of
Vitor Hadad
Minimal example: ``` from llava.train.train import preprocess_qwen tokenizer = AutoTokenizer.from_pretrained("Qwen/Qwen2-7B-Instruct") # Dummy example data conversations = [{'from': 'human', 'value': '\nProvide a brief description of the given image.'}, {'from': 'gpt', 'value':...