Marco Tulio Ribeiro (@marcotcr) 's Twitter Profile
Marco Tulio Ribeiro

@marcotcr

ID: 38719620

linkhttp://homes.cs.washington.edu/~marcotcr calendar_today08-05-2009 18:48:31

24 Tweet

889 Followers

2 Following

Marco Tulio Ribeiro (@marcotcr) 's Twitter Profile Photo

I never tweet, but here is a blog post I wrote for an intern, may be useful for others too... Part 1: medium.com/@marcotcr/comi… Part 2: medium.com/@marcotcr/orga…

Marco Tulio Ribeiro (@marcotcr) 's Twitter Profile Photo

Blog post: playing with Vicuna-13B, ChatGPT (3.5), MPT-7B-Chat on harder stuff medium.com/@marcotcr/expl… TL;DR: We think ChatGPT is still way ahead, but sometimes the extra control from open source models is worth it.

Clive Chan (@itsclivetime) 's Twitter Profile Photo

been reading the readme for github.com/microsoft/guid…, kind of galaxy brain tl;dr they made a whole prompt engineering language

Andrej Karpathy (@karpathy) 's Twitter Profile Photo

Also highly relevant: guidance from microsoft "Guidance programs allow you to interleave generation, prompting, and logical control" Also internally handles subtle but important tokenization-related issues, e.g. "token healing". github.com/microsoft/guid…

Also highly relevant: guidance from microsoft 
"Guidance programs allow you to interleave generation, prompting, and logical control"
Also internally handles subtle but important tokenization-related issues, e.g. "token healing".
github.com/microsoft/guid…
Marco Tulio Ribeiro (@marcotcr) 's Twitter Profile Photo

Testing LLMs (and prompts) like we test software: towardsdatascience.com/testing-large-… TL;DR: (1) You should, (2) How to test: specific properties, evaluate these with LLMs (perception is easier than generation), (3) What to test: get the LLM to help you figure it out.