K Nikitha

Results 3 issues of K Nikitha

I am finetuning tapas in custom dataset. After creating the dataset while training there is an sudden increase in loss value. After debugging i understood that some of the files...

I am currently exploring the ways to integrate nemoguardrails to my existing RAG chatbot system. **Guardrail Script** ``` config = RailsConfig.from_content( yaml_content=YAML_CONTENT, colang_content=COLANG_CONTENT) guardrails = RunnableRails(config, llm=llm_instance) ``` **RAG chain...

bug
good first issue
status: help wanted

I tried to install rank_llm using `pip install rank_llm` in my AWS workspace(windows), but it's throwing below error, tried after installing 'wheel' and 'nmslib ' still same error. ``` Building...