jiangerxiaozhao2

Results 2 comments of jiangerxiaozhao2

I ran the code again and there was no "out of memory" error, but the result was the same. [charades_sta-recursive_grounding-4_turns.log](https://github.com/user-attachments/files/17115570/charades_sta-recursive_grounding-4_turns.log) After debugging the program, I found that the prediction for...

I tried, but it didn't work. Fix two bugs: llama_config.bos_token_id = 0 llama_config.eos_token_id = 1 And fix other two diffenrences: llama_config.pad_token_id = -1 "transformers_version": "4.35.2" The new log is: [charades_sta-recursive_grounding-4_turns.log](https://github.com/user-attachments/files/17475663/charades_sta-recursive_grounding-4_turns.log)