Mustangs007

Results 2 comments of Mustangs007

### Help where i have to put above code..... input_text = [ #'What is the capital of United States?', 'I like', ] MAX_LENGTH = 128 input_tokens = model.tokenizer(input_text, return_tensors="np", return_attention_mask=False,...

mx.load(str(to_load_path)) Help where i have to put above code..... input_text = [ #'What is the capital of United States?', 'I like', ] MAX_LENGTH = 128 input_tokens = model.tokenizer(input_text, return_tensors="np", return_attention_mask=False,...