You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,thanks for your nice work! I encountered an issue while reproducing the experiment from this repository. The script fails due to a missing tokenizer_config.json file. The error details are as follows:
FileNotFoundError: [Errno 2] No such file or directory: 'output/3sat9/mdm-alpha0.25-gamma1-bs1024-lr3e-4-ep600-T20-20250106-162926/tokenizer_config.json'
Steps to Reproduce
Clone the repository and set up the environment as per the provided instructions.
Run the script using the following command:
bash /path/to/scripts/3-sat/train-mdm.sh
I do appreciate the effort that has gone into this repository and would be grateful for your help on resolving this issue. Thank you for your time and assistance!
The text was updated successfully, but these errors were encountered:
Hi Zhiwei, thanks for your interest!
It seems the tokenizer is not saved. The possible reason is when creating a Trainer object, transformers use processing_class instead of tokenizer in a newer version (I'm using an older transformer version 4.37.2):
Description
Hi,thanks for your nice work! I encountered an issue while reproducing the experiment from this repository. The script fails due to a missing
tokenizer_config.json
file. The error details are as follows:Steps to Reproduce
I do appreciate the effort that has gone into this repository and would be grateful for your help on resolving this issue. Thank you for your time and assistance!
The text was updated successfully, but these errors were encountered: