dannyboland's comments

dannyboland | 3 years ago | on: Of regrets

Would publishing code under a limited company be a viable approach to avoid liabilities from OSS?

Of course it shouldn’t be necessary, I’m just trying to think of a practical way for an individual to avoid this scenario.

dannyboland | 3 years ago | on: Building a Virtual Machine Inside ChatGPT

This is a lot of fun!

I took a stab at doing something similar with virtualising an ML model for an arbitrary text classification task: https://mastodon.scot/@danny/109452332918910028

> I want you to act as a machine learning classifier. The training set consists of news topics and the label categories are “politics”, “celebrity” and “finance”. I will type text input and you will reply with what the classifier output would be. I want you to only reply with the output and nothing else. Do no write explanations.

Example training data:

Topic: Barack Obama

Label: politics

Topic: Kim Kardashian

Label: celebrity

Topic: Dow Jones

Label: finance

Topic: Tony Blair

Label:

page 1