Removed forward slashes from model id
#1
by
inventwithdean
- opened
When using from_pretrained, we should not use directory structure such as "andrijdavid/Llama-3-2B-Base/" as transformers library thinks it is a locally stored model. We must use "andrijdavid/Llama-3-2B-Base" without the forward slash at the end.