One portable finance generalist. Distilled from a large API teacher into a 0.5B model.
0.5Bparameters
2finance tasks
1set of weights
Anthropic 2 is an independent research lab building compact models and the infrastructure to decide—honestly—when they beat the alternatives.
One portable finance generalist. Distilled from a large API teacher into a 0.5B model.
From a dataset to a portable model in three lines.
distillery = Distillery(api_key=os.environ["DISTILLERY_API_KEY"])
dataset = distillery.datasets.create("./finance_world.jsonl")
run = distillery.distill(dataset, recipe="auto").wait()