Removed forward slashes from model id

#1

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.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment