# model/tokenizer model_name: "nomic-ai/vicuna-full-multi-turn_epoch_0" tokenizer_name: "zpn/llama-7b" lora_path: "no-lora" max_new_tokens: 512 temperature: 0.001 prompt: | #this code prints a string reversed my_string = "hello how are you" print(len(my_string)) My code above does not work. Can you help me?