Types are like blueprints for your data. They define the structure of your data and how it can be interacted with.Types are used to define the shape of the data that will be generated. They define the properties of the data, such as the data type, format, and constraints.Once outlined they tell Cyyrus, “Hey, this chunk of info is a string of text” or “This bit here? It’s a number.” and so on. Without types, your data would be a mess of random bits.
Copy
types: question: type: string # For when you need to ask the important questions answer: type: string # For when you think you know everything relevance: type: float # Because sometimes, things are only kinda relevant count: type: integer # For counting things, like how many model weights you own is_deleted: type: boolean # Schrödinger's data: deleted and not deleted at the same time