8000 katchu11 (Kashyap Murali) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View katchu11's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report katchu11

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Kickstart-AI Kickstart-AI Public

    This is the repository which houses all the code for the Kickstart AI course on Udemy

    Python 8 4

  2. Robustness-of-MT-DNNs Robustness-of-MT-DNNs Public

    Code for the paper: "Exploring and Improving Robustness of Multi Task Deep Neural Networks via Domain Adaptable Defenses"

    Python 3 2

  3. Example of an LLM as a Judge. Example of an LLM as a Judge.
    1
    def judge_adaptation_prompt(original_text: str, adapted_text: str) -> str:
    2
        """
    3
        Generates a prompt for judging the quality of an adaptation compared to the original text.
    4
    5
        Parameters:
  4. Minimal Morph + Claude Playing Pokem... Minimal Morph + Claude Playing Pokemon (no thinking)
    1
    #!/usr/bin/env python3
    2
    # /// script
    3
    # dependencies = [
    4
    #   "morphcloud",
    5
    #   "requests",
  5. Structured Outputs using Anthropic Structured Outputs using Anthropic
    1
    import os
    2
    from anthropic import Anthropic
    3
    from pprint import pprint
    4
    from typing import List, Dict
    5
    
                  
  6. Sequential Tool Use Anthropic Sequential Tool Use Anthropic
    1
    import os
    2
    import json
    3
    from anthropic import Anthropic
    4
    from colorama import init, Fore, Back, Style
    5
    
                  
0