Adam Klein
Adam Klein
I've reported this also in https://github.com/facebookresearch/codellama/issues/113. @Renfeld - did you ever figure out what the root cause to this was or how to fix this?
> me to iam having this issue. this is my second time submit form to meta Hey @reyfuu, did you ever figure out a solution?
Getting same error, any solutions yet?
@EtherealRise I just discovered this issue running another colab notebook from here: https://github.com/nlp-with-transformers/notebooks/blob/main/10_transformers-from-scratch.ipynb There is a line that does: ```python tokens = sorted(tokenizer.vocab.items(), key=lambda x: len(x[0]), reverse=True) print([f'{tokenizer.convert_tokens_to_string(t)}' for t,...
@dipayandas97 and @BRim28 did you guys figure out a work around on this? @armiro can you point me to the normal images?
wait a second, I think he used the images from here: https://www.kaggle.com/paultimothymooney/chest-xray-pneumonia and used the data from `chest_xray/test/NORMAL`
@rjtshrm did you ever figure this out?
What about Code Llama?
Hey @fideloper, The whole impetus for changing to $HOME was to make it compatible for installs on AWS. The problem is when you setup an initial account on EC2 instances,...
I just did a little googling and tested this on the EC2 instance. To test if you are actually on an EC2 instance you do this: ec2metadata --instance-id this is...