chayanray

Results 8 comments of chayanray

Hi @Akshat55 Thanks for the reply. There seems to be a few issues with Carbon 11 and angular at the moment. First still not able to figure out how to...

Hi @Akshat55 The angular library has peer dependency on Carbon v10, hence it would be difficult to let go of carbon-components v10 and upgrade to v11. Kindly advise.

@Akshat55 CCA v5 has peer dependency on carbon-components@v10 and hence will not allow installation of carbon-components@v11 at the same time. Kindly check the package.json and let me know if I...

@arnavgarg1 , No still the same error. `INFO:ludwig.models.llm:Done. INFO:ludwig.utils.tokenizers:Loaded HuggingFace implementation of facebook/opt-350m tokenizer INFO:ludwig.trainers.trainer:Tuning batch size... INFO:ludwig.utils.batch_size_tuner:Tuning batch size... INFO:ludwig.utils.batch_size_tuner:Exploring batch_size=1 INFO:ludwig.utils.checkpoint_utils:Successfully loaded model weights from /tmp/tmphojxmpa7/latest.ckpt. --------------------------------------------------------------------------- IndexError...

@arnavgarg1 : changing the output type from category to text makes the error go away and training to happen. However the prediction step does not work as expected anymore. Possibly...

@geoffreyangus , thanks for the quick reply, but still getting the same error. I am attaching the notebook for reference. [Ludwig_Few_Shot_Training.ipynb.zip](https://github.com/ludwig-ai/ludwig/files/11632335/Ludwig_Few_Shot_Training.ipynb.zip)

Hi @tgaddair, installing faiss-cpu seems to have solved the issue. Thanks. However even with training, it seems to have an accuracy of 0.33. Prediction has the default 'Neutral' everytime. What...