Yinhong Liu

Results 3 comments of Yinhong Liu

> Great thanks @cestwc. As you mentioned in bulletin 2, we need to add ```.decode("utf-8")``` for py3. I just list which line exactly we need to modify: In file nltk.sem.boxer.py...

> I got different. Solved with pip install pyarrow==12.0.1 pip install cchardet > > env: Python 3.9.16 transformers 4.32.1 I guess it also depends on the Python version. I got...

Hi! I have the similar issue when trying to further train the finetuned LoRa model. What I did is ``` model = LlamaForCausalLM.from_pretrained( base_model, load_in_8bit=True, torch_dtype=torch.float16, device_map=device_map, ) prepare_model_for_int8_training(model) model...