utterworks / fast-bert

Super easy library for BERT based NLP models
Apache License 2.0
1.86k stars 341 forks source link

A beginner question #208

Open seamanj opened 4 years ago

seamanj commented 4 years ago

Dear author

I am very new to the field. I was trying to run fast-bert so that I can set breakpoint to watch variable while training. I successfully clone the project and pip install the requirement. After that, I have no clue where to start. I try to find an example but it seems no example I could run directly. when I try to run /home/seamanj/Workspace/fast-bert/container/bert/train

it gives me:

Exception during training: [Errno 2] No such file or directory: '/home/seamanj/Workspace/fast-bert/input/data/training/config/training_config.json' Traceback (most recent call last): File "/home/seamanj/Workspace/fast-bert/container/bert/train", line 86, in train with open(config_path, "r") as f: FileNotFoundError: [Errno 2] No such file or directory: '/home/seamanj/Workspace/fast-bert/input/data/training/config/training_config.json'

so how should I solve it to make it run quickly.

Much appreciated!