LLM and Evaluation Methods



要查看或添加评论,请登录

Vivek Sharma的更多文章

  • Hallucination In AI Models

    Hallucination In AI Models

    Hallucination in Natural Language Generation: Hallucination occurs when a language model generates text that fits a…

  • Python Cosine Similarity

    Python Cosine Similarity

    Cosine Similarity is used as a metric for measuring distance when the magnitude of vector** does not matter. Example -…

    1 条评论
  • Cypress Best Practices

    Cypress Best Practices

    Use data attribute when selecting the Elements, Automation QA can add data attribute in the code if not available that…

  • Robot Framework - Template usage in API automation

    Robot Framework - Template usage in API automation

    In Robot Framework the Test templates convert normal keyword driven test cases into data driven tests. Use Case : In…

    1 条评论
  • Listeners in TestNG

    Listeners in TestNG

    If you want to add logs into your test script you can use listeners. Listeners work on action so have below methods.