We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
안녕하세요, KoVicuna 모델을 사용하려고 하는데 혹시 tokenizer는 어떤걸 사용하면 되나요?
tokenizer = AutoTokenizer.from_pretrained('junelee/ko_vicuna_7b')
이 명령어를 사용하니
RecursionError: maximum recursion depth exceeded while getting the str of an object
아래와 같은 에러 메세지가 나왔습니다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
안녕하세요,
KoVicuna 모델을 사용하려고 하는데 혹시 tokenizer는 어떤걸 사용하면 되나요?
tokenizer = AutoTokenizer.from_pretrained('junelee/ko_vicuna_7b')
이 명령어를 사용하니
RecursionError: maximum recursion depth exceeded while getting the str of an object
아래와 같은 에러 메세지가 나왔습니다.
The text was updated successfully, but these errors were encountered: