Kevin Wedage

Results 2 issues of 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: ![CoTexTIssue](https://user-images.githubusercontent.com/24498138/184919628-d73de125-4141-4fa4-8ab0-9a097d662170.png)