Pinned Loading
-
Kickstart-AI
Kickstart-AI PublicThis is the repository which houses all the code for the Kickstart AI course on Udemy
-
Robustness-of-MT-DNNs
Robustness-of-MT-DNNs PublicCode for the paper: "Exploring and Improving Robustness of Multi Task Deep Neural Networks via Domain Adaptable Defenses"
-
Example of an LLM as a Judge.
Example of an LLM as a Judge. 1def judge_adaptation_prompt(original_text: str, adapted_text: str) -> str:
2"""
3Generates a prompt for judging the quality of an adaptation compared to the original text.
45Parameters:
-
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",
-
Structured Outputs using Anthropic
Structured Outputs using Anthropic 1import os
2from anthropic import Anthropic
3from pprint import pprint
4from typing import List, Dict
5 -
Sequential Tool Use Anthropic
Sequential Tool Use Anthropic 1import os
2import json
3from anthropic import Anthropic
4from colorama import init, Fore, Back, Style
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.