Kevin Wedage
Kevin Wedage
I have downloaded the Java and Python Github data as outlined in the readme. I have attempted to run the preprocessing script following the command `python -m preprocessing.preprocess \ path_2_github_data...
Following the documentation from https://huggingface.co/razent/cotext-1-ccg ``` from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("razent/cotext-1-ccg") model = AutoModel.from_pretrained("razent/cotext-1-ccg") ``` results in the following error: 